Az.Account is missing msalruntime_arm64 DLL from 2.11.1 #20700
Labels
Accounts
Issues in Az.Accounts except authentication related
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
needs-team-attention
This issue needs attention from Azure service team or SDK team
Tracking
We will track status and follow internally
Milestone
Description
Seems like at least one ARM64 library is missing from Az.Accounts 2.11.1
PS C:> $DebugPreference='Continue'
PS C:> Import-Module Az.Accounts -RequiredVersion 2.11.1
PS C:> Connect-AzAccount -Subscription xyz
I then enter in my Azure credentials and get the following error:
WARNING: Unable to acquire token for tenant 'xxx' with error
'SharedTokenCacheCredential authentication failed: Unable to load DLL 'msalruntime_arm64': The specified module could
not be found. (Exception from HRESULT: 0x8007007E) See https://aka.ms/msal-net-wam#troubleshooting'
WARNING: Unable to acquire token for tenant 'xxx' with error
'SharedTokenCacheCredential authentication failed: Unable to load DLL 'msalruntime_arm64': The specified module could
not be found. (Exception from HRESULT: 0x8007007E) See https://aka.ms/msal-net-wam#troubleshooting'
Issue script & Debug output
Environment data
Module versions
Error output
The text was updated successfully, but these errors were encountered: