From b4c6d2e0e7826da75150024a68726dbe7b154e24 Mon Sep 17 00:00:00 2001 From: Brunoga-MS Date: Wed, 27 Nov 2024 12:40:24 +0100 Subject: [PATCH] changed the platform mg param to be required --- patterns/alz/alz-portal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/alz/alz-portal.json b/patterns/alz/alz-portal.json index 6589edd2..0174ae32 100644 --- a/patterns/alz/alz-portal.json +++ b/patterns/alz/alz-portal.json @@ -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 },