1.6.0-beta.2 (2024-02-06)
Breaking Changes
These changes affect only code written against a beta version such as v1.6.0-beta.1
- Replaced
ErrAuthenticationRequired
withAuthenticationRequiredError
, a struct
type that carries theTokenRequestOptions
passed to theGetToken
call which
returned the error.
Bugs Fixed
- Fixed more cases in which credential chains like
DefaultAzureCredential
should try their next credential after attempting managed identity
authentication in a Docker Desktop container
Other Changes
AzureCLICredential
uses the CLI'sexpires_on
value for token expiration