1.13.0 (2025-10-07)
Features Added
- Added
AzurePowerShellCredential
, which authenticates as the identity logged in to Azure PowerShell
(thanks ArmaanMcleod) - When
AZURE_TOKEN_CREDENTIALS
is set toManagedIdentityCredential
,DefaultAzureCredential
behaves the same as
doesManagedIdentityCredential
when used directly. It doesn't apply special retry configuration or attempt to
determine whether IMDS is available. (#25265)
Breaking Changes
- Removed the
WorkloadIdentityCredential
support for identity binding mode added in v1.13.0-beta.1.
It will return in v1.14.0-beta.1