When I execute the following command I receive the above warning
(but the management group is created)
New-AzManagementGroup `
-ParentId '/providers/Microsoft.Management/managementGroups/<MyParentMG>' `
-GroupId '<NewMGName>' `
-DisplayName '<NewMGDisplayName>'
Why this happens?
Thank You