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