Skip to content

Commit 3112da9

Browse files
Drop en-us/ from AI summarization Microsoft Learn URLs
Normalize the canonical Power Pages Learn URL form (no locale prefix) across the four places that still carried `en-us/` for the AI summarization APIs: - backend-plan.html (Data Summarization API doc link — last fix kept en-us/ by mistake) - agents/ai-webapi-integration.md Sources block (3 URLs) - skills/add-ai-webapi/references/ai-api-reference.md Sources block (3 URLs) Other locations were already without the prefix, so they were untouched. The unrelated /add-server-logic docs and the Copilot Hub admin reference keep their existing `en-us/` form (out of scope for this fix). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4768b1f commit 3112da9

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

plugins/power-pages/agents/ai-webapi-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ codes:
4949
Upstream Microsoft Learn sources (already captured in the reference above — only re-fetch via
5050
`mcp__plugin_power-pages_microsoft-learn__microsoft_docs_fetch` if the user asks for the latest):
5151

52-
- https://learn.microsoft.com/en-us/power-pages/configure/search/generative-ai#search-summary-api
53-
- https://learn.microsoft.com/en-us/power-pages/configure/data-summarization-api
54-
- https://learn.microsoft.com/en-us/power-pages/configure/add-copilot-summarization-to-case-page
52+
- https://learn.microsoft.com/power-pages/configure/search/generative-ai#search-summary-api
53+
- https://learn.microsoft.com/power-pages/configure/data-summarization-api
54+
- https://learn.microsoft.com/power-pages/configure/add-copilot-summarization-to-case-page
5555

5656
## Core principles
5757

plugins/power-pages/skills/add-ai-webapi/references/ai-api-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Reference for the three Power Pages endpoints that return AI-generated summaries
44

55
Sources (Microsoft Learn):
66

7-
- Search Summary API — https://learn.microsoft.com/en-us/power-pages/configure/search/generative-ai#search-summary-api
8-
- Data Summarization API — https://learn.microsoft.com/en-us/power-pages/configure/data-summarization-api
9-
- Case-page Copilot preset — https://learn.microsoft.com/en-us/power-pages/configure/add-copilot-summarization-to-case-page
7+
- Search Summary API — https://learn.microsoft.com/power-pages/configure/search/generative-ai#search-summary-api
8+
- Data Summarization API — https://learn.microsoft.com/power-pages/configure/data-summarization-api
9+
- Case-page Copilot preset — https://learn.microsoft.com/power-pages/configure/add-copilot-summarization-to-case-page
1010

1111
---
1212

plugins/power-pages/skills/integrate-backend/assets/backend-plan.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ <h2>Integration Items</h2>
298298
whenAvoid: ['Operations that write data', 'Deterministic / exact data output', 'Data that isn\'t in Dataverse', 'Tenants without generative AI enabled'],
299299
docs: [
300300
{ label: 'Search Summary API', url: 'https://learn.microsoft.com/power-pages/configure/search/generative-ai' },
301-
{ label: 'Data Summarization API', url: 'https://learn.microsoft.com/en-us/power-pages/configure/data-summarization-api' }
301+
{ label: 'Data Summarization API', url: 'https://learn.microsoft.com/power-pages/configure/data-summarization-api' }
302302
]
303303
},
304304
{

0 commit comments

Comments
 (0)