Integrate new version of Azure.Provisioning
This update introduces significant breaking changes to the Azure.Provisioning
library, requiring adaptations in existing implementations.
Version introduced
.NET Aspire 9.0 GA
Previous behavior
Previously, the Azure.Provisioning
library allowed provisioning operations without explicit authentication, relying on default credentials.
New behavior
The new version mandates explicit authentication for all provisioning operations, enhancing security and control.
Type of breaking change
This change is a behavioral change.
Recommended action
Users should update their code to include explicit authentication mechanisms when performing provisioning operations.
Affected APIs
Azure.Provisioning.ProvisionAsync
Azure.Provisioning.DeprovisionAsync
Azure.Provisioning.GetProvisioningStatus
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET Aspire