azure-identity_1.12.0-beta.1
Pre-release
Pre-release
1.12.0-beta.1 (2025-06-05)
Features Added
- Added support for the
AZURE_TOKEN_CREDENTIALS
environment variable toDefaultAzureCredential
, which allows for choosing between 'deployed service' and 'developer tool' credentials. Valid values are 'dev' for developer tools and 'prod' for deployed service.
Bugs Fixed
- [#4952] Fixed
ManagedIdentityCredential
to fail fast if IMDS authentication is not available. - [#4669] Fixed the order of credentials in
DefaultAzureCredential
:ManagedIdentityCredential
beforeAzureCliCredential
.
Other Changes
- Added support for overriding IMDS authority host in the
ManagedIdentityCredential
viaAZURE_POD_IDENTITY_AUTHORITY_HOST
environment variable.