1.9.0-beta.2 (2023-02-21)
Features Added
- Allow
VisualStudioCredential
on non-Windows platforms - Added
AzureDeveloperCliCredential
for Azure Developer CLI - Added
WorkloadIdentityCredential
to support Azure Workload Identity authentication - Added
WorkloadIdentityCredential
andAzureDeveloperCliCredential
to theDefaultAzureCredential
authentication flow.
Bugs Fixed
- Fixed
ManagedIdentityCredential
authentication in sovereign clouds for services specifyingTenantId
through authentication challenge #34077
Breaking Changes
- Previously, if environment variables for username and password auth are set in addition to the AZURE_CLIENT_CERTIFICATE_PATH, EnvironmentCredential would select the
UsernamePasswordCredential
. After this change,ClientCertificateCredential
will be selected, which is consistent with all other languages. This is potentially a behavioral breaking change.