mgmt-groups-module

Type: bicep-module

Snippet

resource managementGroup 'Microsoft.Management/managementGroups@2024-02-01-preview' = { name: managementGroupName scope: tenant() properties: { displayName: managementGroupName details: { parent: { id: parentManagementGroupId } } } }

Path

platform-management/management-groups/bicep/modules/managementGroups.bicep

← Back to bigbang