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
When the ManagementGroups option for Get-AzureSizingInfo.ps1 is specified with a group name the following error occurs:
ManagementGroups
Get-AzureSizingInfo.ps1
PS> ./Get-AzureSizingInfo.ps1 -ManagementGroups "Tenant Root Group" Search-AzGraph: /home/damani/Get-AzureSizingInfo.ps1:429 Line | 429 | … ptionName $(Search-AzGraph -Query "ResourceContainers | where type =~ … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | { "error": { "code": "BadRequest", "message": "Please provide below info when asking for support: timestamp = 2025-01-07T18:19:24.8806098Z, | correlationId = 393a636d-4dd5-4004-a74f-a03419e82084.", "details": [ { "code": "ManagementGroupsContainInvalidIds", "message": | "The provided management groups must be valid. Given: 'Tenant Root Group'." } ] } }
In some conditions the script will continue and scan all subscriptions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the
ManagementGroups
option forGet-AzureSizingInfo.ps1
is specified with a group name the following error occurs:In some conditions the script will continue and scan all subscriptions.
The text was updated successfully, but these errors were encountered: