1.8.1 (2025-01-15)
Bugs Fixed
- User credential types inconsistently log access token scopes
DefaultAzureCredential
skips managed identity in Azure Container Instances- Credentials having optional tenant IDs such as
AzureCLICredential
and
InteractiveBrowserCredential
require settingAdditionallyAllowedTenants
when used with some clients
Other Changes
ChainedTokenCredential
andDefaultAzureCredential
continue to their next
credential afterManagedIdentityCredential
receives an unexpected response
from IMDS, indicating the response is from something else such as a proxy