Skip to content

Docs: capture 13.2 Foundry rename breaking changes and remove legacy AIFoundry references#1163

Open
IEvangelist with Copilot wants to merge 3 commits into
mainfrom
copilot/featurerename-aspire-hosting-aifoundry
Open

Docs: capture 13.2 Foundry rename breaking changes and remove legacy AIFoundry references#1163
IEvangelist with Copilot wants to merge 3 commits into
mainfrom
copilot/featurerename-aspire-hosting-aifoundry

Conversation

Copilot AI commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Aspire 13.2 renamed the hosting integration from Aspire.Hosting.Azure.AIFoundry to Aspire.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

    • Expanded the breaking-changes entry in whats-new/aspire-13-2.mdx with a full rename table (package, namespace, and type renames).
    • Added a concise migration tip covering package reference, using directive, and direct type-reference updates.
    • Updated section naming and intra-page links to match the new transition section title.
  • Legacy-name cleanup in docs content

    • Removed remaining legacy AIFoundry/AddAzureAIFoundry mentions under src/frontend/src/content/docs/.
    • Updated Foundry migration examples to use current APIs (AddFoundry, FoundryModel) and current naming guidance.
    • Applied equivalent cleanup in localized 13.2 release notes (ja/whats-new/aspire-13-2.mdx) for consistency.
  • Related integration guidance alignment

    • Revised the upgrade note in azure-ai-foundry-host.mdx to describe migration using current Foundry naming without retaining deprecated identifiers.
| Previous 13.1 name                     | 13.2 name                      |
| ---                                     | ---                            |
| Aspire.Hosting.Azure.AIFoundry          | Aspire.Hosting.Foundry         |
| Aspire.Hosting.Azure.AIFoundry (import) | Aspire.Hosting.Foundry (import)|
| AzureAIFoundryResource                  | FoundryResource                |
| AzureAIFoundryExtensions                | FoundryExtensions              |
| AzureAIFoundryDeploymentResource        | FoundryDeploymentResource      |
| AIFoundryModel                          | FoundryModel                   |

Copilot AI and others added 2 commits June 2, 2026 02:54
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Copilot AI changed the title [WIP] Rename Aspire.Hosting.Azure.AIFoundry to Aspire.Hosting.Foundry Docs: capture 13.2 Foundry rename breaking changes and remove legacy AIFoundry references Jun 2, 2026
Copilot AI requested a review from IEvangelist June 2, 2026 02:56
@IEvangelist IEvangelist marked this pull request as ready for review June 30, 2026 08:38
@IEvangelist IEvangelist requested a review from eerhardt as a code owner June 30, 2026 08:38
Copilot AI review requested due to automatic review settings June 30, 2026 08:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 AddFoundry instead of AddAzureAIFoundry.
  • 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.

@@ -1047,7 +1047,7 @@ Aspire 9.4 introduces comprehensive [Azure AI Foundry](https://ai.azure.com/) su
var builder = DistributedApplication.CreateBuilder(args);

// Add Azure AI Foundry project
Comment on lines +1235 to +1239
| Hosting package: <code>Aspire.Hosting.Azure.AI&#70;oundry</code> | Hosting package: `Aspire.Hosting.Foundry` |
| Namespace import: <code>Aspire.Hosting.Azure.AI&#70;oundry</code> | Namespace import: `Aspire.Hosting.Foundry` |
| <code>AzureAI&#70;oundryResource</code> | `FoundryResource` |
| <code>AzureAI&#70;oundryExtensions</code> | `FoundryExtensions` |
| <code>AzureAI&#70;oundryDeploymentResource</code> | `FoundryDeploymentResource` |
| <code>AzureAI&#70;oundryResource</code> | `FoundryResource` |
| <code>AzureAI&#70;oundryExtensions</code> | `FoundryExtensions` |
| <code>AzureAI&#70;oundryDeploymentResource</code> | `FoundryDeploymentResource` |
| <code>AI&#70;oundryModel</code> | `FoundryModel` |
Comment on lines +1234 to +1238
| ホスティング パッケージ: <code>Aspire.Hosting.Azure.AI&#70;oundry</code> | ホスティング パッケージ: `Aspire.Hosting.Foundry` |
| 名前空間 import: <code>Aspire.Hosting.Azure.AI&#70;oundry</code> | 名前空間 import: `Aspire.Hosting.Foundry` |
| <code>AzureAI&#70;oundryResource</code> | `FoundryResource` |
| <code>AzureAI&#70;oundryExtensions</code> | `FoundryExtensions` |
| <code>AzureAI&#70;oundryDeploymentResource</code> | `FoundryDeploymentResource` |
| <code>AzureAI&#70;oundryResource</code> | `FoundryResource` |
| <code>AzureAI&#70;oundryExtensions</code> | `FoundryExtensions` |
| <code>AzureAI&#70;oundryDeploymentResource</code> | `FoundryDeploymentResource` |
| <code>AI&#70;oundryModel</code> | `FoundryModel` |
Comment on lines +56 to +59
When upgrading from earlier previews, use `Aspire.Hosting.Foundry` and
`using Aspire.Hosting.Foundry;`. If your code referenced older Foundry type
names, update them to the current `Foundry*` types (for example,
`FoundryModel`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[13.2 Changelog] Aspire.Hosting.Azure.AIFoundry renamed to Aspire.Hosting.Foundry

3 participants