The command Sync-ALZPolicyFromLibrary -DefinitionsRootFolder .\Definitions\ -Type SLZ -PacEnvironmentSelector non-production -EnableOverrides -CreateGuardrailAssignments creates the following new policy assignments below:
However, they are not mapped to any management group. The assignment files contain an empty scope:
"scope": {
"non-production": [
null
]
}
Further I do see they have a parent node something like sovereign_l1_controls e.g. sovereign_l1_controls/Enforce-Sov-L1-Regions.
So how should I map these to existing management groups?
The command
Sync-ALZPolicyFromLibrary -DefinitionsRootFolder .\Definitions\ -Type SLZ -PacEnvironmentSelector non-production -EnableOverrides -CreateGuardrailAssignmentscreates the following new policy assignments below:However, they are not mapped to any management group. The assignment files contain an empty scope:
Further I do see they have a parent node something like sovereign_l1_controls e.g. sovereign_l1_controls/Enforce-Sov-L1-Regions.
So how should I map these to existing management groups?