Skip to content

azure-identity_1.25.1

Latest
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 06 Oct 20:27
dbf1475

1.25.1 (2025-10-06)

Other Changes

  • When AZURE_TOKEN_CREDENTIALS is set to ManagedIdentityCredential, DefaultAzureCredential now skips the IMDS endpoint probe request and directly attempts token acquisition with full retry logic, matching the behavior of using ManagedIdentityCredential standalone. (#43080)
  • Improved error messages from ManagedIdentityCredential to include the full error response from managed identity endpoints for better troubleshooting. (#43231)