We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# insert configuration here
Get-M365DSCTenantDomain is failing
Get-MgOrganization : One or more errors occurred. At line:1 char:1 + Get-MgOrganization + ~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Get-MgOrganization_List], AggregateException + FullyQualifiedErrorId : System.AggregateException,Microsoft.Graph.PowerShell.Cmdlets.GetMgOrganization_List
I manually used Get-MgBetaOrganization to resolve the issue locally - it may depend on the API used?
The text was updated successfully, but these errors were encountered:
Fixes microsoft#3449
3d55b5f
Merge pull request #3453 from NikCharlebois/Fixes-#3449
f5de9bc
Fixes #3449
Successfully merging a pull request may close this issue.
Details of the scenario you tried and the problem that is occurring
Verbose logs showing the problem
Suggested solution to the issue
The DSC configuration that is used to reproduce the issue (as detailed as possible)
# insert configuration here
The operating system the target node is running
Get-M365DSCTenantDomain is failing
I manually used Get-MgBetaOrganization to resolve the issue locally -
it may depend on the API used?
Version of the DSC module that was used ('dev' if using current dev branch)
The text was updated successfully, but these errors were encountered: