Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Springstone committed Sep 24, 2024
1 parent 30837f1 commit 6b872cf
Showing 1 changed file with 67 additions and 68 deletions.
135 changes: 67 additions & 68 deletions eslzArm/eslz-portal.json
Original file line number Diff line number Diff line change
Expand Up @@ -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')]"
},
Expand Down

0 comments on commit 6b872cf

Please sign in to comment.