Entry point was not found error while running Az.Account module v2.13.2 #23886
Unanswered
IsraelOrosMsft
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I have the following line in one of my scripts that is working fine with the Az.Account module version 2.10.2 and Az module 9.0.1:
Connect-AzAccount -ServicePrincipal -Credential $ProdCredentials -Tenant $tenantId -SubscriptionId $SubscriptionID
But if I use the Az.Account module version 2.13.2 and Az module 11.0.0, it breaks and I get the following error message:
If I manually load the Az.Account module version 2.10.2 it works again.
Are there any known issues with version 2.13.2 that could be preventing my script from working? We recently discovered this issue with a newly provisioned server.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions