Skip to content

Add migration guidance for IAzureContainerRegistry obsolete breaking change#416

Merged
mitchdenny merged 1 commit intorelease/13.2from
mitchdenny/issue-414-acr-migration-guidance
Feb 16, 2026
Merged

Add migration guidance for IAzureContainerRegistry obsolete breaking change#416
mitchdenny merged 1 commit intorelease/13.2from
mitchdenny/issue-414-acr-migration-guidance

Conversation

@mitchdenny
Copy link
Member

Summary

Adds migration guidance for the IAzureContainerRegistry obsolete breaking change introduced in Aspire 13.2.

Changes

whats-new/aspire-13-2.mdx:

  • Expanded the "IAzureContainerRegistry obsolete" breaking change section with:
    • Explanation of why the interface was deprecated (mixed resource identity with deployment concerns)
    • Full before/after code examples including ManagedIdentityId handling
    • Note that managed identity is now handled at the compute environment level
  • Updated the migration step to be more descriptive

integrations/cloud/azure/azure-container-registry.mdx:

  • Added new "Access the registry from a compute environment" section showing the ContainerRegistry property pattern
  • Added deprecation caution callout linking to the breaking changes section

Related PRs in dotnet/aspire

  • #13755 — Added IAzureContainerRegistryResource and ContainerRegistry property
  • #13826 — Marked IAzureContainerRegistry as [Obsolete]

Fixes #414

…change

Expand the breaking change section in aspire-13-2.mdx with:
- Explanation of why the interface was deprecated
- Full before/after code examples including ManagedIdentityId
- Note about managed identity handling changes

Update azure-container-registry.mdx with:
- New section showing ContainerRegistry property access pattern
- Deprecation notice linking to the breaking changes section

Fixes #414

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@mitchdenny mitchdenny force-pushed the mitchdenny/issue-414-acr-migration-guidance branch from efb04ba to adeb4b1 Compare February 15, 2026 23:26
@mitchdenny mitchdenny merged commit b58482f into release/13.2 Feb 16, 2026
1 check passed
@mitchdenny mitchdenny deleted the mitchdenny/issue-414-acr-migration-guidance branch February 16, 2026 00:41
IEvangelist pushed a commit that referenced this pull request Feb 17, 2026
…change (#416)

Expand the breaking change section in aspire-13-2.mdx with:
- Explanation of why the interface was deprecated
- Full before/after code examples including ManagedIdentityId
- Note about managed identity handling changes

Update azure-container-registry.mdx with:
- New section showing ContainerRegistry property access pattern
- Deprecation notice linking to the breaking changes section

Fixes #414

Co-authored-by: Mitch Denny <mitch@mitchdeny.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
IEvangelist pushed a commit that referenced this pull request Feb 18, 2026
…change (#416)

Expand the breaking change section in aspire-13-2.mdx with:
- Explanation of why the interface was deprecated
- Full before/after code examples including ManagedIdentityId
- Note about managed identity handling changes

Update azure-container-registry.mdx with:
- New section showing ContainerRegistry property access pattern
- Deprecation notice linking to the breaking changes section

Fixes #414

Co-authored-by: Mitch Denny <mitch@mitchdeny.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

1 participant