Skip to content

Commit 210ff3f

Browse files
authored
order managementGroupNameMappings in ALZPolicyDefaultStructure (#998)
* order mgmtGroupMappings in ALZPolicyDefaultStructure * Update New-ALZPolicyDefaultStructure.ps1
1 parent 3c47a3d commit 210ff3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scripts/CloudAdoptionFramework/New-ALZPolicyDefaultStructure.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ if ($LibraryPath -eq "") {
5353
git clone --config advice.detachedHead=false --depth 1 --branch $Tag https://github.com/Azure/Azure-Landing-Zones-Library.git $LibraryPath
5454

5555
$jsonOutput = [ordered]@{
56-
managementGroupNameMappings = @{}
56+
managementGroupNameMappings = [ordered]@{}
5757
enforcementMode = "Default"
58-
defaultParameterValues = @{}
58+
defaultParameterValues = [ordered]@{}
5959
enforceGuardrails = @{
6060
deployments = @()
6161
}

0 commit comments

Comments
 (0)