1.11.0-beta.1 (2024-02-06)
Bugs Fixed
- Claims from the
TokenRequestContext
are now correctly sent through to MSAL inConfidentialClient
credentials. #40451. 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. #38218
Other Changes
AzureCliCredential
utilizes the newexpires_on
property returned byaz account get-access-token
to determine token expiration.