We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c47a3d commit 210ff3fCopy full SHA for 210ff3f
Scripts/CloudAdoptionFramework/New-ALZPolicyDefaultStructure.ps1
@@ -53,9 +53,9 @@ if ($LibraryPath -eq "") {
53
git clone --config advice.detachedHead=false --depth 1 --branch $Tag https://github.com/Azure/Azure-Landing-Zones-Library.git $LibraryPath
54
55
$jsonOutput = [ordered]@{
56
- managementGroupNameMappings = @{}
+ managementGroupNameMappings = [ordered]@{}
57
enforcementMode = "Default"
58
- defaultParameterValues = @{}
+ defaultParameterValues = [ordered]@{}
59
enforceGuardrails = @{
60
deployments = @()
61
}
0 commit comments