AZURE_REGIONAL_AUTHORITY_NAME won't work after updating to 1.6 (works in 1.5) #29112
Labels
Azure.Identity
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
I'm following the example here
With Azure.Identity 1.5+MSAL 4.44.0 it works fine and if I check credentials.Client.RegionalAuthority it is set to the AzureRegion like 'westus', but if I use Azure.Identity 1.6+MSAL 4.44.0 that credentials.Client.RegionalAuthority would be null. I have tried all below combination and looks like the only culprit is Azure.Identity 1.6
1.5+4.42.1 worked
1.5+4.43.0 worked
1.5+4.43.1 worked
1.5+4.43.2 worked
1.5+4.44.0 worked
1.6+4.42.1 didn't work
1.6+4.43.0 didn't work
1.6+4.43.1 didn't work
1.6+4.43.2 didn't work
1.6+4.44.0 didn't work
The text was updated successfully, but these errors were encountered: