-
Hi , I need command to list all subscriptions under particular management group. Get-AzSubscription, Get-AzManagementGroup does not have such parameters to output subscriptions. |
Beta Was this translation helpful? Give feedback.
Answered by
azMantas
Nov 1, 2021
Replies: 2 comments
-
It should be a feature request. @azureiac , please create feature request issue from discussion. We will look into it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
get-azManagementGroup works perfectly with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dingmeng-xue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
get-azManagementGroup works perfectly with
-expand
flag(Get-AzManagementGroup -Groupid playground -Expand).Children