From 6b872cf41925d3ae96fcf7238df20579cb834281 Mon Sep 17 00:00:00 2001 From: Sacha Narinx Date: Tue, 24 Sep 2024 16:46:31 +0400 Subject: [PATCH] . --- eslzArm/eslz-portal.json | 135 +++++++++++++++++++-------------------- 1 file changed, 67 insertions(+), 68 deletions(-) diff --git a/eslzArm/eslz-portal.json b/eslzArm/eslz-portal.json index 5f65fd8e9..a6f3eba08 100644 --- a/eslzArm/eslz-portal.json +++ b/eslzArm/eslz-portal.json @@ -5383,75 +5383,74 @@ ] } }, - , - { - "name": "wsCMKSelectorMG", - "type": "Microsoft.Common.DropDown", - "label": "Select Management Group scope to assign Customer Managed Keys initiative to:", - "toolTip": "", - "multiselect": true, - "selectAll": false, - "filter": true, - "filterPlaceholder": "Filter items ...", - "multiLine": true, - "visible": "[equals(steps('workloadspecific').wlcCMK.enableWsCMKInitiatives, 'Yes')]", - "defaultValue": [{"value": "contoso-platform"},{"value": "contoso-landingzones"}], - "constraints": { - "allowedValues": [ - { - "label": "Intermediate Root Management Group", - "description": "e.g. Contoso", - "value": "contoso" - }, - { - "label": "Platform Management Group", - "description": "e.g. Contoso -> Platform", - "value": "contoso-platform" - }, - { - "label": "Management Management Group", - "description": "e.g. Contoso -> Platform -> Management", - "value": "contoso-management" - }, - { - "label": "Identity Management Group", - "description": "e.g. Contoso -> Platform -> Identity", - "value": "contoso-identity" - }, - { - "label": "Connectivity Management Group", - "description": "e.g. Contoso -> Platform -> Connectivity", - "value": "contoso-connectivity" - }, - { - "label": "Landing Zones Management Group", - "description": "e.g. Contoso -> Landing Zones", - "value": "contoso-landingzones" - }, - { - "label": "Corp Management Group", - "description": "e.g. Contoso -> Landing Zones -> Corp", - "value": "contoso-corp" - }, - { - "label": "Online Management Group", - "description": "e.g. Contoso -> Landing Zones -> Online", - "value": "contoso-online" - }, - { - "label": "Decommissioned Management Group", - "description": "e.g. Contoso -> Decommissioned", - "value": "contoso-decommissioned" - }, - { - "label": "Sandbox Management Group", - "description": "e.g. Contoso -> Sandbox", - "value": "contoso-sandboxes" + { + "name": "wsCMKSelectorMG", + "type": "Microsoft.Common.DropDown", + "label": "Select Management Group scope to assign Customer Managed Keys initiative to:", + "toolTip": "", + "multiselect": true, + "selectAll": false, + "filter": true, + "filterPlaceholder": "Filter items ...", + "multiLine": true, + "visible": "[equals(steps('workloadspecific').wlcCMK.enableWsCMKInitiatives, 'Yes')]", + "defaultValue": [{"value": "contoso-platform"},{"value": "contoso-landingzones"}], + "constraints": { + "allowedValues": [ + { + "label": "Intermediate Root Management Group", + "description": "e.g. Contoso", + "value": "contoso" + }, + { + "label": "Platform Management Group", + "description": "e.g. Contoso -> Platform", + "value": "contoso-platform" + }, + { + "label": "Management Management Group", + "description": "e.g. Contoso -> Platform -> Management", + "value": "contoso-management" + }, + { + "label": "Identity Management Group", + "description": "e.g. Contoso -> Platform -> Identity", + "value": "contoso-identity" + }, + { + "label": "Connectivity Management Group", + "description": "e.g. Contoso -> Platform -> Connectivity", + "value": "contoso-connectivity" + }, + { + "label": "Landing Zones Management Group", + "description": "e.g. Contoso -> Landing Zones", + "value": "contoso-landingzones" + }, + { + "label": "Corp Management Group", + "description": "e.g. Contoso -> Landing Zones -> Corp", + "value": "contoso-corp" + }, + { + "label": "Online Management Group", + "description": "e.g. Contoso -> Landing Zones -> Online", + "value": "contoso-online" + }, + { + "label": "Decommissioned Management Group", + "description": "e.g. Contoso -> Decommissioned", + "value": "contoso-decommissioned" + }, + { + "label": "Sandbox Management Group", + "description": "e.g. Contoso -> Sandbox", + "value": "contoso-sandboxes" + } + ], + "required": true } - ], - "required": true - } - } + } ], "visible": "[equals(steps('basics').cloudEnvironment.selection, 'AzureCloud')]" },