0.13.1 (2022-02-08)
Features Added
EnvironmentCredential
supports certificate SNI authentication when
AZURE_CLIENT_SEND_CERTIFICATE_CHAIN
is "true".
(#16851)
Bugs Fixed
ManagedIdentityCredential.GetToken()
now returns an error when configured for
a user assigned identity in Azure Cloud Shell (which doesn't support such identities)
(#16946)
Other Changes
NewDefaultAzureCredential()
logs non-fatal errors. These errors are also included in the
error returned byDefaultAzureCredential.GetToken()
when it's unable to acquire a token
from any source. (#15923)