Skip to content

sdk/azidentity/v0.13.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 08 Feb 23:22
7290ca3

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 by DefaultAzureCredential.GetToken() when it's unable to acquire a token
    from any source. (#15923)