Docs: capture 13.2 Foundry rename breaking changes and remove legacy AIFoundry references - #1163
Docs: capture 13.2 Foundry rename breaking changes and remove legacy AIFoundry references#1163David Pine (IEvangelist) with Copilot wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Updates Aspire documentation to reflect the Aspire 13.2 rename from the legacy Azure AI Foundry hosting surface to the unified Foundry naming, and removes remaining legacy identifiers from examples and guidance.
Changes:
- Expanded Aspire 13.2 breaking-change guidance with a rename/migration table and updated section links/headings.
- Updated older “what’s new” content and examples to use
AddFoundryinstead ofAddAzureAIFoundry. - Adjusted Azure AI Foundry integration upgrade guidance to prefer current Foundry naming.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| src/frontend/src/content/docs/whats-new/aspire-9-4.mdx | Updates code examples to use AddFoundry naming. |
| src/frontend/src/content/docs/whats-new/aspire-13-2.mdx | Expands breaking-change migration details and updates section naming/anchors. |
| src/frontend/src/content/docs/ja/whats-new/aspire-13-2.mdx | Mirrors the 13.2 migration/rename documentation updates for Japanese release notes. |
| src/frontend/src/content/docs/integrations/cloud/azure/azure-ai-foundry/azure-ai-foundry-host.mdx | Updates upgrade note to focus on current Foundry naming guidance. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Adam Ratzman (adamint)
left a comment
There was a problem hiding this comment.
I found two migration accuracy issues that I think need to be fixed before merge: the 9.4 page now uses an API that did not exist in 9.4, and the 13.2 migration table lists the old package ID as a namespace while omitting the actual AddAzureAIFoundry → AddFoundry step. The rendered English and Japanese anchors/tables work, and the current package and type names otherwise line up with the shipped packages.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Frontend HTML artifact readyThe latest frontend build uploaded the This comment updates automatically when a new frontend build artifact is uploaded. |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
3a623ed to
fb757de
Compare
Aspire 13.2 renamed the hosting integration from
Aspire.Hosting.Azure.AIFoundrytoAspire.Hosting.Foundry, including namespace and related type renames. This update ensures the 13.2 changelog explicitly documents the full migration surface and removes stale legacy identifiers from docs content.13.2 changelog: complete migration mapping
whats-new/aspire-13-2.mdxwith a full rename table (package, namespace, and type renames).usingdirective, and direct type-reference updates.Legacy-name cleanup in docs content
AIFoundry/AddAzureAIFoundrymentions undersrc/frontend/src/content/docs/.AddFoundry,FoundryModel) and current naming guidance.ja/whats-new/aspire-13-2.mdx) for consistency.Related integration guidance alignment
azure-ai-foundry-host.mdxto describe migration using current Foundry naming without retaining deprecated identifiers.