diff --git a/src/bicep/mlz.bicep b/src/bicep/mlz.bicep index 6683fbd7c..e6b196a54 100644 --- a/src/bicep/mlz.bicep +++ b/src/bicep/mlz.bicep @@ -398,7 +398,6 @@ param hubSubscriptionId string = subscription().subscriptionId param identitySubscriptionId string = hubSubscriptionId param operationsSubscriptionId string = hubSubscriptionId param sharedServicesSubscriptionId string = hubSubscriptionId - @allowed([ 'Standard' 'Premium' @@ -543,6 +542,7 @@ param windowsVmStorageAccountType string = 'StandardSSD_LRS' param tags object = { 'resourcePrefix': resourcePrefix + 'DeploymentType': 'MissionLandingZoneARM' } param uniqueId string = uniqueString(deployment().name) diff --git a/src/bicep/mlz.json b/src/bicep/mlz.json index 9036170b4..5656d50a4 100644 --- a/src/bicep/mlz.json +++ b/src/bicep/mlz.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.4.613.9944", - "templateHash": "10197699490604004243" + "templateHash": "927222700136740996" } }, "parameters": { @@ -503,7 +503,8 @@ "tags": { "type": "object", "defaultValue": { - "resourcePrefix": "[parameters('resourcePrefix')]" + "resourcePrefix": "[parameters('resourcePrefix')]", + "DeploymentType": "MissionLandingZoneARM" } }, "uniqueId": {