1.13.0-beta.2 (2024-09-17)
Features Added
ManagedIdentityCredential
now supports specifying a user-assigned managed identity by object ID.
Bugs Fixed
- If
DefaultAzureCredential
attempts to authenticate with theMangagedIdentityCredential
and it receives either a failed response that is not json, it will now fall through to the next credential in the chain. #45184
Other Changes
AzurePowerShellCredential
now utilizes the AsSecureString parameter to Get-AzAccessToken for version 2.17.0 and greater of the Az.Accounts module.