Skip to content

Commit 1d0d1aa

Browse files
committed
Fix param type
1 parent 4ee1899 commit 1d0d1aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra-as-code/bicep/modules/policy/assignments/alzDefaults/parameters/alzDefaultPolicyAssignments.parameters.all.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"value": "alz"
77
},
88
"parManagementGroupIdOverrides": {
9-
"value": []
9+
"value": {}
1010
},
1111
"parTopLevelManagementGroupSuffix": {
1212
"value": ""

infra-as-code/bicep/modules/policy/assignments/workloadSpecific/parameters/workloadSpecificPolicyAssignments.parameters.all.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"value": "alz"
77
},
88
"parManagementGroupIdOverrides": {
9-
"value": []
9+
"value": {}
1010
},
1111
"parTopLevelManagementGroupSuffix": {
1212
"value": ""

0 commit comments

Comments
 (0)