Skip to content

Commit

Permalink
changed the platform mg param to be required
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunoga-MS committed Nov 27, 2024
1 parent ba198f8 commit b4c6d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patterns/alz/alz-portal.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
"toolTip": "Provide the name of the Management Group that will be used to host the platform resources.",
"constraints": {
"allowedValues": "[map(steps('Configuration').ManagementGroupAPI.value, (item) => parse(concat('{\"label\":\"', item.name, '\",\"value\":\"', item.name, '\"}')))]",
"required": false
"required": true
},
"visible": true
},
Expand Down

0 comments on commit b4c6d2e

Please sign in to comment.