1.20.0 (2025-02-11)
Features Added
- Added
subscription
parameter toAzureCliCredential
to specify the subscription to use when authenticating with the Azure CLI. (#37994)
Bugs Fixed
- A bug in the error handling for AzureCliCredentials and AzureDeveloperCliCredential which would result in the unexpected error
'NoneType' object has no attribute 'startswith'
has been fixed (#39176)
Other Changes
AzureCliCredential
andAzureDeveloperCliCredential
will now call their corresponding executables directly instead of going through the shell. (#38606)