You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.12.0 (2025-07-10)
Features Added
Added support for the AZURE_TOKEN_CREDENTIALS environment variable to DefaultAzureCredential, 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 before AzureCliCredential.
Other Changes
Added support for overriding IMDS authority host in the ManagedIdentityCredential via AZURE_POD_IDENTITY_AUTHORITY_HOST environment variable.