Skip to content

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

@sebastienros

Description

@sebastienros

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions