Skip to content

azure-identity_1.12.0

Choose a tag to compare

@azure-sdk azure-sdk released this 10 Jul 17:25
de3cc64

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.