Skip to content

azure-identity_1.16.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 06 Feb 19:43
85fe164

1.16.0b1 (2024-02-06)

Bugs Fixed

  • Fixed the bug that ClientAssertionCredential constructor fails if kwargs are provided. (#33673)
  • ManagedIdentityCredential is more lenient with the error message it matches when falling through to the next credential in the chain in the case that Docker Desktop returns a 403 response when attempting to access the IMDS endpoint. (#33928)

Other Changes

  • AzureCliCredential utilizes the new expires_on property returned by az CLI versions >= 2.54.0 to determine token expiration. (#33947)
  • Azure-identity is supported on Python 3.8 or later.