1.18.1 (2025-10-13)
Features Added
- Fixed
DefaultAzureCredential
behavior whenAZURE_TOKEN_CREDENTIALS
environment variable is explicitly set toManagedIdentityCredential
. The credential now skips unnecessary probe requests and enables retry logic with exponential backoff for improved resiliency in environments where the managed identity endpoint may be temporarily unavailable.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.56.1
to version1.57.0
. - Upgraded
azure-core-http-netty
from1.16.1
to version1.16.2
.