Description
The hosting integration package Aspire.Hosting.Azure.AIFoundry has been renamed to Aspire.Hosting.Foundry in the 13.2 release.
What changed
- Package name:
Aspire.Hosting.Azure.AIFoundry to Aspire.Hosting.Foundry
- Namespace:
Aspire.Hosting.Azure.AIFoundry to Aspire.Hosting.Foundry
- Class renames:
AzureAIFoundryResource to FoundryResource
AzureAIFoundryExtensions to FoundryExtensions
AzureAIFoundryDeploymentResource to FoundryDeploymentResource
AIFoundryModel to FoundryModel
- Extension methods remain in
Aspire.Hosting namespace (AddFoundry, RunAsFoundryLocal, etc.)
Impact
Users upgrading to 13.2 who reference Aspire.Hosting.Azure.AIFoundry will need to:
- Update their package reference to
Aspire.Hosting.Foundry
- Update using directives from
Aspire.Hosting.Azure.AIFoundry to Aspire.Hosting.Foundry
- Update type references if they reference the resource types directly
Related PR
This should be included in the 13.2 release changelog / breaking changes section.
Description
The hosting integration package Aspire.Hosting.Azure.AIFoundry has been renamed to Aspire.Hosting.Foundry in the 13.2 release.
What changed
Aspire.Hosting.Azure.AIFoundrytoAspire.Hosting.FoundryAspire.Hosting.Azure.AIFoundrytoAspire.Hosting.FoundryAzureAIFoundryResourcetoFoundryResourceAzureAIFoundryExtensionstoFoundryExtensionsAzureAIFoundryDeploymentResourcetoFoundryDeploymentResourceAIFoundryModeltoFoundryModelAspire.Hostingnamespace (AddFoundry,RunAsFoundryLocal, etc.)Impact
Users upgrading to 13.2 who reference
Aspire.Hosting.Azure.AIFoundrywill need to:Aspire.Hosting.FoundryAspire.Hosting.Azure.AIFoundrytoAspire.Hosting.FoundryRelated PR
This should be included in the 13.2 release changelog / breaking changes section.