joshtransient
joshtransient
Can confirm that loading Az.* modules **before** Microsoft.Graph.Authentication now allows for signing in with an app registration or delegated credentials. Problem still exists for scripts that import Microsoft.Graph.Authentication first.
Upgraded to 2.18.0, problem maybe seems like it's resolved now when loading Microsoft.Graph.Authentication first. Az.* modules also got updated: - Az.Accounts: 2.19.0 - Az.KeyVault: 5.3.0 - Az.Resources: 6.16.2
Any update on this? Been a little while.
It is not a blocker for me. I've been using New-MgSitePermission and Update-MgSitePermission without issue. I try to keep an eye on the SharePoint-specific issues this module has so I...
Any movement on this? Also looking to make writing scripts that $batch a little easier
This error still occurs as of Graph PowerShell SDK v2.16.0. #2587 is still open to track this issue.
Problem seems to be resolved with 2.19.0 for the same versions of the Az modules listed above.