Skip to content

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

Description

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:

  1. Update their package reference to Aspire.Hosting.Foundry
  2. Update using directives from Aspire.Hosting.Azure.AIFoundry to Aspire.Hosting.Foundry
  3. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions