diff --git a/docs/reference/adventureworks/armTemplates/auxiliary/policies.json b/docs/reference/adventureworks/armTemplates/auxiliary/policies.json index 10c06632..017c0a67 100644 --- a/docs/reference/adventureworks/armTemplates/auxiliary/policies.json +++ b/docs/reference/adventureworks/armTemplates/auxiliary/policies.json @@ -3,7 +3,7 @@ "contentVersion": "1.0.0.0", "parameters": { "topLevelManagementGroupPrefix": { - "type": "string", + "type": "String", "maxLength": 10, "metadata": { "description": "Provide a prefix (max 10 characters, unique at tenant-scope) for the Management Group hierarchy and other resources created as part of Enterprise-scale." @@ -21,7 +21,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -29,7 +29,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -41,7 +41,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -49,7 +49,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -93,25 +93,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -173,14 +173,14 @@ "mode": "All", "parameters": { "amount": { - "type": "string", + "type": "String", "defaultValue": "1000", "metadata": { "description": "The total amount of cost or usage to track with the budget" } }, "timeGrain": { - "type": "string", + "type": "String", "defaultValue": "Monthly", "allowedValues": [ "Monthly", @@ -195,21 +195,21 @@ } }, "firstThreshold": { - "type": "string", + "type": "String", "defaultValue": "90", "metadata": { "description": "Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000." } }, "secondThreshold": { - "type": "string", + "type": "String", "defaultValue": "100", "metadata": { "description": "Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000." } }, "contactRoles": { - "type": "array", + "type": "Array", "defaultValue": [ "Owner", "Contributor" @@ -219,14 +219,14 @@ } }, "contactEmails": { - "type": "array", + "type": "Array", "defaultValue": [], "metadata": { "description": "The list of email addresses, in an array, to send the budget notification to when the threshold is exceeded." } }, "contactGroups": { - "type": "array", + "type": "Array", "defaultValue": [], "metadata": { "description": "The list of action groups, in an array, to send the budget notification to when the threshold is exceeded. It accepts array of strings." @@ -274,7 +274,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "amount": { "value": "[[parameters('amount')]" @@ -303,28 +303,28 @@ "contentVersion": "1.0.0.0", "parameters": { "amount": { - "type": "string" + "type": "String" }, "timeGrain": { - "type": "string" + "type": "String" }, "firstThreshold": { - "type": "string" + "type": "String" }, "secondThreshold": { - "type": "string" + "type": "String" }, "contactEmails": { - "type": "array" + "type": "Array" }, "contactRoles": { - "type": "array" + "type": "Array" }, "contactGroups": { - "type": "array" + "type": "Array" }, "startDate": { - "type": "string", + "type": "String", "defaultValue": "[[concat(utcNow('MM'), '/01/', utcNow('yyyy'))]" } }, @@ -377,7 +377,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -385,7 +385,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -397,7 +397,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -405,7 +405,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -417,7 +417,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -465,28 +465,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -560,7 +560,7 @@ "mode": "All", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Primary Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -568,7 +568,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -580,7 +580,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -626,16 +626,16 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "logAnalytics": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -713,7 +713,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -721,7 +721,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -733,7 +733,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -741,7 +741,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -753,7 +753,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -801,28 +801,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -916,35 +916,35 @@ "mode": "All", "parameters": { "vNetName": { - "type": "string", + "type": "String", "metadata": { "displayName": "vNetName", "description": "Name of the landing zone vNet" } }, "vNetRgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "vNetRgName", "description": "Name of the landing zone vNet RG" } }, "vNetLocation": { - "type": "string", + "type": "String", "metadata": { "displayName": "vNetLocation", "description": "Location for the vNet" } }, "vNetCidrRange": { - "type": "string", + "type": "String", "metadata": { "displayName": "vNetCidrRange", "description": "CIDR Range for the vNet" } }, "hubResourceId": { - "type": "string", + "type": "String", "metadata": { "displayName": "hubResourceId", "description": "Resource ID for the HUB vNet" @@ -990,7 +990,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "vNetRgName": { "value": "[[parameters('vNetRgName')]" @@ -1013,23 +1013,23 @@ "contentVersion": "1.0.0.0", "parameters": { "vNetRgName": { - "type": "string" + "type": "String" }, "vNetName": { - "type": "string" + "type": "String" }, "vNetLocation": { - "type": "string" + "type": "String" }, "vNetCidrRange": { - "type": "string" + "type": "String" }, "vNetPeerUseRemoteGateway": { "type": "bool", "defaultValue": false }, "hubResourceId": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1041,7 +1041,7 @@ "location": "[[parameters('vNetLocation')]", "dependsOn": [], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -1075,7 +1075,7 @@ "[[concat('es-lz-vnet-',substring(uniqueString(subscription().id),0,6),'-rg')]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -1123,7 +1123,7 @@ "[[parameters('vNetName')]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "expressionEvaluationOptions": { "scope": "inner" }, @@ -1132,11 +1132,11 @@ "contentVersion": "1.0.0.0", "parameters": { "remoteVirtualNetwork": { - "Type": "string", + "type": "string", "defaultValue": false }, "hubName": { - "Type": "string", + "type": "string", "defaultValue": false } }, @@ -1193,7 +1193,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -1237,7 +1237,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1245,7 +1245,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -1257,7 +1257,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -1265,7 +1265,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1277,7 +1277,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1325,28 +1325,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1420,7 +1420,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1428,7 +1428,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -1440,7 +1440,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -1448,7 +1448,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1460,7 +1460,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1508,28 +1508,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1599,7 +1599,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -1643,7 +1643,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1651,7 +1651,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -1663,7 +1663,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -1671,7 +1671,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1683,7 +1683,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1731,28 +1731,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1830,7 +1830,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1838,7 +1838,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -1850,7 +1850,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -1858,7 +1858,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1902,25 +1902,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1982,7 +1982,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1990,7 +1990,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -2002,7 +2002,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -2010,7 +2010,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2022,7 +2022,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2078,28 +2078,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -2201,7 +2201,7 @@ "mode": "All", "parameters": { "pricingTierVMs": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierVMs" }, @@ -2212,7 +2212,7 @@ "defaultValue": "Standard" }, "pricingTierSqlServers": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierSqlServers" }, @@ -2223,7 +2223,7 @@ "defaultValue": "Standard" }, "pricingTierAppServices": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierAppServices" }, @@ -2234,7 +2234,7 @@ "defaultValue": "Standard" }, "pricingTierStorageAccounts": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierStorageAccounts" }, @@ -2245,7 +2245,7 @@ "defaultValue": "Standard" }, "pricingTierContainerRegistry": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierContainerRegistry" }, @@ -2256,7 +2256,7 @@ "defaultValue": "Standard" }, "pricingTierKeyVaults": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierKeyVaults" }, @@ -2267,7 +2267,7 @@ "defaultValue": "Standard" }, "pricingTierKubernetesService": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierKubernetesService" }, @@ -2278,7 +2278,7 @@ "defaultValue": "Standard" }, "pricingTierDns": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierDns" }, @@ -2289,7 +2289,7 @@ "defaultValue": "Standard" }, "pricingTierArm": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierArm" }, @@ -2300,7 +2300,7 @@ "defaultValue": "Standard" }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -2349,7 +2349,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "pricingTierVMs": { "value": "[[parameters('pricingTierVMs')]" @@ -2384,55 +2384,55 @@ "contentVersion": "1.0.0.0", "parameters": { "pricingTierVMs": { - "type": "string", + "type": "String", "metadata": { "description": "pricingTierVMs" } }, "pricingTierSqlServers": { - "type": "string", + "type": "String", "metadata": { "description": "pricingTierSqlServers" } }, "pricingTierAppServices": { - "type": "string", + "type": "String", "metadata": { "description": "pricingTierAppServices" } }, "pricingTierStorageAccounts": { - "type": "string", + "type": "String", "metadata": { "description": "pricingTierStorageAccounts" } }, "pricingTierContainerRegistry": { - "type": "string", + "type": "String", "metadata": { "description": "ContainerRegistry" } }, "pricingTierKeyVaults": { - "type": "string", + "type": "String", "metadata": { "description": "KeyVaults" } }, "pricingTierKubernetesService": { - "type": "string", + "type": "String", "metadata": { "description": "KubernetesService" } }, "pricingTierDns": { - "type": "string", + "type": "String", "metadata": { "description": "KubernetesService" } }, "pricingTierArm": { - "type": "string", + "type": "String", "metadata": { "description": "KubernetesService" } @@ -2554,7 +2554,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -2582,7 +2582,7 @@ "Microsoft.Automation/automationAccounts/modules", "Microsoft.Automation/automationAccounts/credentials", "Microsoft.Automation/automationAccounts/connections", - "Microsoft.Automation/automationAccount/certificates" + "Microsoft.Automation/automationAccounts/certificates" ] } ] @@ -2601,7 +2601,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -2609,7 +2609,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -2621,7 +2621,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -2629,7 +2629,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2641,7 +2641,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2689,28 +2689,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -2792,7 +2792,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -2902,7 +2902,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -2910,7 +2910,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -2922,7 +2922,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -2930,7 +2930,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2942,7 +2942,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2990,28 +2990,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3081,7 +3081,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3089,7 +3089,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3101,7 +3101,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3109,7 +3109,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3153,25 +3153,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3228,7 +3228,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3236,7 +3236,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3248,7 +3248,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3256,7 +3256,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3268,7 +3268,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3316,28 +3316,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3415,7 +3415,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3423,7 +3423,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3435,7 +3435,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3443,7 +3443,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3455,7 +3455,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3503,28 +3503,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3622,7 +3622,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -3666,7 +3666,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3674,7 +3674,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3686,7 +3686,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3694,7 +3694,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3738,25 +3738,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3848,7 +3848,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3856,7 +3856,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3868,7 +3868,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3876,7 +3876,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3888,7 +3888,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3936,28 +3936,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -4059,7 +4059,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -4067,7 +4067,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4079,7 +4079,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -4087,7 +4087,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -4099,7 +4099,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -4147,28 +4147,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -4242,7 +4242,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -4250,7 +4250,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4262,7 +4262,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -4270,7 +4270,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -4282,7 +4282,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -4330,28 +4330,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -4425,14 +4425,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4476,19 +4476,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4536,14 +4536,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4587,19 +4587,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4647,14 +4647,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4698,19 +4698,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4758,14 +4758,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4809,19 +4809,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4869,14 +4869,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4920,19 +4920,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4980,14 +4980,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5031,19 +5031,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -5091,7 +5091,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5099,7 +5099,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5111,7 +5111,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5119,7 +5119,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5163,25 +5163,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5243,7 +5243,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5251,7 +5251,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5263,7 +5263,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5271,7 +5271,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5283,7 +5283,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5331,28 +5331,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5426,7 +5426,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5434,7 +5434,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5446,7 +5446,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5454,7 +5454,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5466,7 +5466,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5514,28 +5514,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5629,7 +5629,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5637,7 +5637,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5649,7 +5649,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5657,7 +5657,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5669,7 +5669,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5717,28 +5717,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5808,7 +5808,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5816,7 +5816,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5828,7 +5828,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5836,7 +5836,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5848,7 +5848,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5896,28 +5896,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5987,7 +5987,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5995,7 +5995,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6007,7 +6007,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6015,7 +6015,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6027,7 +6027,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6075,28 +6075,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -6182,7 +6182,7 @@ "defaultValue": {} }, "fwPolicyRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "fwPolicyRegion", "description": "Select Azure region for Azure Firewall Policy", @@ -6190,14 +6190,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6235,7 +6235,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -6252,13 +6252,13 @@ "contentVersion": "1.0.0.0", "parameters": { "rgName": { - "type": "string" + "type": "String" }, "fwPolicy": { "type": "object" }, "fwPolicyRegion": { - "type": "string" + "type": "String" } }, "resources": [ @@ -6278,7 +6278,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", @@ -6331,7 +6331,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -6339,7 +6339,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6351,7 +6351,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6359,7 +6359,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6371,7 +6371,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6419,28 +6419,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -6514,7 +6514,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -6522,7 +6522,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6534,7 +6534,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6542,7 +6542,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6554,7 +6554,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6610,28 +6610,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -6701,7 +6701,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -6709,7 +6709,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6721,7 +6721,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6729,7 +6729,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6773,25 +6773,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -6853,7 +6853,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -6861,7 +6861,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6873,7 +6873,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6881,7 +6881,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6893,7 +6893,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6941,28 +6941,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -7084,7 +7084,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -7092,7 +7092,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -7104,7 +7104,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -7112,7 +7112,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -7124,7 +7124,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -7172,28 +7172,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -7263,7 +7263,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -7347,7 +7347,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -7355,7 +7355,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -7367,7 +7367,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -7375,7 +7375,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -7387,7 +7387,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -7435,28 +7435,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -7530,21 +7530,21 @@ "mode": "Indexed", "parameters": { "workspaceName": { - "type": "string", + "type": "String", "metadata": { "displayName": "workspaceName", "description": "Provide name of existing Log Analytics workspace" } }, "workspaceRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "workspaceRegion", "description": "Select region of existing Log Analytics workspace" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -7593,7 +7593,7 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "workspaceName": { "value": "[[parameters('workspaceName')]" @@ -7607,10 +7607,10 @@ "contentVersion": "1.0.0.0", "parameters": { "workspaceName": { - "type": "string" + "type": "String" }, "workspaceRegion": { - "type": "string" + "type": "String" } }, "variables": { @@ -7938,35 +7938,35 @@ "mode": "All", "parameters": { "workspaceName": { - "type": "string", + "type": "String", "metadata": { "displayName": "workspaceName", "description": "Provide name for log analytics workspace" } }, "automationAccountName": { - "type": "string", + "type": "String", "metadata": { "displayName": "automationAccountName", "description": "Provide name for automation account" } }, "workspaceRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "workspaceRegion", "description": "Select Azure region for Log Analytics" } }, "automationRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "automationRegion", "description": "Select Azure region for Automation account" } }, "retentionInDays": { - "type": "string", + "type": "String", "defaultValue": "30", "metadata": { "displayName": "Data retention", @@ -7974,14 +7974,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8027,7 +8027,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -8053,22 +8053,22 @@ "contentVersion": "1.0.0.0", "parameters": { "rgName": { - "type": "string" + "type": "String" }, "workspaceName": { - "type": "string" + "type": "String" }, "workspaceRegion": { - "type": "string" + "type": "String" }, "automationAccountName": { - "type": "string" + "type": "String" }, "automationRegion": { - "type": "string" + "type": "String" }, "retentionInDays": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8089,7 +8089,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", @@ -8158,7 +8158,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8166,7 +8166,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8178,7 +8178,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8186,7 +8186,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8230,25 +8230,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8305,7 +8305,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8313,7 +8313,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8325,7 +8325,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8333,7 +8333,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8345,7 +8345,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8393,28 +8393,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8484,7 +8484,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8492,7 +8492,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8504,7 +8504,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8512,7 +8512,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8524,7 +8524,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8572,28 +8572,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8667,7 +8667,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -8711,7 +8711,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8719,7 +8719,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8731,7 +8731,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8739,7 +8739,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8751,7 +8751,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8799,28 +8799,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8932,7 +8932,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8940,7 +8940,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8952,7 +8952,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8960,7 +8960,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8972,7 +8972,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -9020,28 +9020,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -9115,7 +9115,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -9159,14 +9159,14 @@ "mode": "All", "parameters": { "ddosName": { - "type": "string", + "type": "String", "metadata": { "displayName": "ddosName", "description": "DDoSVnet" } }, "ddosRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "ddosRegion", "description": "DDoSVnet location", @@ -9174,14 +9174,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -9220,7 +9220,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -9237,13 +9237,13 @@ "contentVersion": "1.0.0.0", "parameters": { "rgName": { - "type": "string" + "type": "String" }, "ddosname": { - "type": "string" + "type": "String" }, "ddosRegion": { - "type": "string" + "type": "String" } }, "resources": [ @@ -9263,7 +9263,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", @@ -9299,7 +9299,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -9335,7 +9335,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -9371,7 +9371,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -9407,7 +9407,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -9415,7 +9415,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -9427,7 +9427,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -9435,7 +9435,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -9479,25 +9479,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -9558,7 +9558,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -9566,7 +9566,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -9578,7 +9578,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -9586,7 +9586,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -9598,7 +9598,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -9646,28 +9646,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -9759,7 +9759,7 @@ "defaultValue": 60 }, "workspace": { - "type": "string", + "type": "String", "metadata": { "strongType": "omsWorkspace", "displayName": "Resource ID of Log Analytics workspace", @@ -9768,7 +9768,7 @@ "defaultValue": "" }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -9819,7 +9819,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "location": { "value": "[[field('location')]" @@ -9842,13 +9842,13 @@ "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "networkSecurityGroup": { - "type": "string" + "type": "String" }, "workspace": { - "type": "string" + "type": "String" }, "retention": { "type": "int" @@ -9857,7 +9857,7 @@ "type": "int" }, "time": { - "type": "string", + "type": "String", "defaultValue": "[[utcNow()]" } }, @@ -9873,7 +9873,7 @@ "name": "[[concat(variables('resourceGroupName'), '.', variables('securityGroupName'))]", "resourceGroup": "[[variables('resourceGroupName')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -9900,7 +9900,7 @@ "name": "[[concat('NetworkWatcherRG', '.', variables('securityGroupName'))]", "resourceGroup": "NetworkWatcherRG", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -9968,7 +9968,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -10017,7 +10017,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -10061,7 +10061,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -10101,7 +10101,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10109,7 +10109,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10121,7 +10121,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10129,7 +10129,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10173,25 +10173,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -10252,7 +10252,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10260,7 +10260,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10272,7 +10272,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10280,7 +10280,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10292,7 +10292,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10340,28 +10340,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -10439,7 +10439,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -10483,7 +10483,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10491,7 +10491,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10503,7 +10503,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10511,7 +10511,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10523,7 +10523,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10571,28 +10571,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -10662,7 +10662,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10670,7 +10670,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10682,7 +10682,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10690,7 +10690,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10760,25 +10760,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -10859,7 +10859,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10867,7 +10867,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10879,7 +10879,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10887,7 +10887,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10931,25 +10931,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11011,7 +11011,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -11019,7 +11019,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11031,7 +11031,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -11039,7 +11039,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11051,7 +11051,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11099,28 +11099,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11190,7 +11190,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -11198,7 +11198,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11210,7 +11210,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -11218,7 +11218,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11230,7 +11230,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11278,28 +11278,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11369,7 +11369,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -11377,7 +11377,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11389,7 +11389,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -11397,7 +11397,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11409,7 +11409,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11457,28 +11457,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11548,7 +11548,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -11556,7 +11556,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11568,7 +11568,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -11576,7 +11576,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11588,7 +11588,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11632,28 +11632,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11723,7 +11723,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11763,19 +11763,19 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "sqlServerName": { - "type": "string" + "type": "String" }, "sqlServerDataBaseName": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11838,7 +11838,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11873,19 +11873,19 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "sqlServerName": { - "type": "string" + "type": "String" }, "sqlServerDataBaseName": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11930,7 +11930,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11965,19 +11965,19 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "sqlServerName": { - "type": "string" + "type": "String" }, "sqlServerDataBaseName": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12032,21 +12032,21 @@ "mode": "Indexed", "parameters": { "vulnerabilityAssessmentsEmail": { - "type": "string", + "type": "String", "metadata": { "description": "The email address to send alerts", "displayName": "The email address to send alerts" } }, "vulnerabilityAssessmentsStorageID": { - "type": "string", + "type": "String", "metadata": { "description": "The storage account ID to store assessments", "displayName": "The storage account ID to store assessments" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12085,25 +12085,25 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "sqlServerName": { - "type": "string" + "type": "String" }, "sqlServerDataBaseName": { - "type": "string" + "type": "String" }, "vulnerabilityAssessmentsEmail": { - "type": "string" + "type": "String" }, "vulnerabilityAssessmentsStorageID": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12163,7 +12163,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12171,7 +12171,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12183,7 +12183,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12191,7 +12191,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12203,7 +12203,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12251,28 +12251,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12382,7 +12382,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12390,7 +12390,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12402,7 +12402,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12410,7 +12410,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12454,25 +12454,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12534,7 +12534,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12542,7 +12542,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12554,7 +12554,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12562,7 +12562,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12606,25 +12606,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12688,7 +12688,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -12732,7 +12732,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -12776,7 +12776,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12784,7 +12784,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12796,7 +12796,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12804,7 +12804,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12816,7 +12816,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12864,28 +12864,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12959,7 +12959,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12967,7 +12967,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12979,7 +12979,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12987,7 +12987,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12999,7 +12999,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13047,28 +13047,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -13142,7 +13142,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -13150,7 +13150,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -13162,7 +13162,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -13170,7 +13170,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13182,7 +13182,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13230,28 +13230,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -13321,7 +13321,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -13329,7 +13329,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -13341,7 +13341,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -13349,7 +13349,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13393,25 +13393,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -13472,7 +13472,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -13480,7 +13480,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -13492,7 +13492,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -13500,7 +13500,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13512,7 +13512,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13560,28 +13560,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -13650,7 +13650,7 @@ "mode": "All", "parameters": { "hubName": { - "type": "string", + "type": "String", "metadata": { "displayName": "hubName", "description": "Name of the Hub" @@ -13688,14 +13688,14 @@ "defaultValue": {} }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -13734,7 +13734,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -13760,7 +13760,7 @@ "contentVersion": "1.0.0.0", "parameters": { "hubName": { - "type": "string", + "type": "String", "metadata": { "description": "Name of the HUB" } @@ -13793,7 +13793,7 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." @@ -13818,7 +13818,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https: //schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -13872,7 +13872,7 @@ ], "name": "[[concat(parameters('hubName'),'-vpngw')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -13935,7 +13935,7 @@ ], "name": "[[concat(parameters('hubName'),'-ergw')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -13997,7 +13997,7 @@ "[[concat(parameters('hubName'),'-', parameters('HUB').location)]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14076,7 +14076,7 @@ "defaultValue": [] }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -14125,7 +14125,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "ipam": { "value": "[[parameters('ipam')]", @@ -14186,7 +14186,7 @@ "location": "[[parameters('ipam')[copyIndex()].location]", "dependsOn": [], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14225,7 +14225,7 @@ "[[concat('es-ipam-',subscription().displayName,'-RG-',copyIndex())]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14281,7 +14281,7 @@ "[[concat(subscription().displayName, '-vnet')]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "expressionEvaluationOptions": { "scope": "inner" }, @@ -14290,10 +14290,10 @@ "contentVersion": "1.0.0.0", "parameters": { "remoteVirtualNetwork": { - "type": "string" + "type": "String" }, "vWanVhubName": { - "type": "string", + "type": "String", "defaultValue": "" }, "allowHubToRemoteVnetTransit": { @@ -14357,7 +14357,7 @@ "[[concat(subscription().displayName, '-vnet')]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "expressionEvaluationOptions": { "scope": "inner" }, @@ -14366,11 +14366,11 @@ "contentVersion": "1.0.0.0", "parameters": { "remoteVirtualNetwork": { - "type": "string", + "type": "String", "defaultValue": false }, "hubName": { - "type": "string", + "type": "String", "defaultValue": false } }, @@ -14438,14 +14438,14 @@ "mode": "All", "parameters": { "vwanname": { - "type": "string", + "type": "String", "metadata": { "displayName": "vwanname", "description": "Name of the Virtual WAN" } }, "vwanRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "vwanRegion", "description": "Select Azure region for Virtual WAN", @@ -14453,14 +14453,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -14499,7 +14499,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -14516,13 +14516,13 @@ "contentVersion": "1.0.0.0", "parameters": { "rgName": { - "type": "string" + "type": "String" }, "vwanname": { - "type": "string" + "type": "String" }, "vwanRegion": { - "type": "string" + "type": "String" } }, "variables": { @@ -14545,7 +14545,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", @@ -14585,14 +14585,14 @@ "mode": "All", "parameters": { "vwanname": { - "type": "string", + "type": "String", "metadata": { "displayName": "vwanname", "description": "Name of the Virtual WAN" } }, "vHubName": { - "type": "string", + "type": "String", "metadata": { "displayName": "vHubName", "description": "Name of the vHUB" @@ -14631,14 +14631,14 @@ "defaultValue": {} }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -14677,7 +14677,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -14706,7 +14706,7 @@ "contentVersion": "1.0.0.0", "parameters": { "vwanname": { - "type": "string", + "type": "String", "metadata": { "description": "Name of the Virtual WAN" } @@ -14739,14 +14739,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "vHUBName": { - "type": "string", + "type": "String", "metadata": { "displayName": "vHUBName", "description": "Name of the vHUB" @@ -14775,7 +14775,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14809,7 +14809,7 @@ ], "name": "[[concat(parameters('vHUBName'),'-vpngw')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14843,7 +14843,7 @@ ], "name": "[[concat(parameters('vHUBName'),'-ergw')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14883,7 +14883,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -14891,7 +14891,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -14903,7 +14903,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -14911,7 +14911,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -14955,25 +14955,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15034,7 +15034,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15042,7 +15042,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15054,7 +15054,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15062,7 +15062,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15074,7 +15074,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15122,28 +15122,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15233,7 +15233,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15241,7 +15241,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15253,7 +15253,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15261,7 +15261,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15305,25 +15305,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15399,7 +15399,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15407,7 +15407,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15419,7 +15419,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15427,7 +15427,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15471,25 +15471,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15557,7 +15557,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15565,7 +15565,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15577,7 +15577,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15585,7 +15585,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15629,25 +15629,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15711,37 +15711,37 @@ "mode": "Indexed", "parameters": { "domainUsername": { - "type": "string", + "type": "String", "metadata": { "displayName": "domainUsername" } }, "domainPassword": { - "type": "string", + "type": "String", "metadata": { "displayName": "domainPassword" } }, "domainFQDN": { - "type": "string", + "type": "String", "metadata": { "displayName": "domainFQDN" } }, "domainOUPath": { - "type": "string", + "type": "String", "metadata": { "displayName": "domainOUPath" } }, "keyVaultResourceId": { - "type": "string", + "type": "String", "metadata": { "displayName": "keyVaultResourceId" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15857,7 +15857,7 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "vmName": { "value": "[[field('name')]" @@ -15896,25 +15896,25 @@ "contentVersion": "1.0.0.0", "parameters": { "vmName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "domainUsername": { - "type": "string" + "type": "String" }, "domainPassword": { "type": "securestring" }, "domainFQDN": { - "type": "string" + "type": "String" }, "domainOUPath": { - "type": "string" + "type": "String" }, "keyVaultResourceId": { - "type": "string" + "type": "String" } }, "variables": { @@ -15962,7 +15962,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15970,7 +15970,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15982,7 +15982,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15990,7 +15990,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16002,7 +16002,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16050,28 +16050,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -16145,7 +16145,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -16194,7 +16194,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -16206,7 +16206,7 @@ } }, "minTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -16256,7 +16256,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -16304,7 +16304,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -16352,7 +16352,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -16396,7 +16396,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -16404,7 +16404,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -16416,7 +16416,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -16424,7 +16424,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16436,7 +16436,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16484,28 +16484,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -16599,7 +16599,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -16607,7 +16607,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -16619,7 +16619,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -16627,7 +16627,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16639,7 +16639,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16687,28 +16687,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -16782,7 +16782,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -16795,7 +16795,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -16852,7 +16852,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -16864,7 +16864,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -16920,19 +16920,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimalTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -16983,7 +16983,7 @@ "defaultValue": 5 }, "storageAccountResourceId": { - "type": "string", + "type": "String", "metadata": { "displayName": "Storage Account Resource Id", "strongType": "Microsoft.Storage/storageAccounts" @@ -17004,7 +17004,7 @@ "defaultValue": false }, "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "strongType": "omsWorkspace", "displayName": "Resource ID of Log Analytics workspace", @@ -17013,7 +17013,7 @@ "defaultValue": "" }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -17057,7 +17057,7 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "networkSecurityGroupName": { "value": "[[field('name')]" @@ -17089,16 +17089,16 @@ "contentVersion": "1.0.0.0", "parameters": { "networkSecurityGroupName": { - "type": "string" + "type": "String" }, "resourceGroupName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "storageAccountResourceId": { - "type": "string" + "type": "String" }, "retention": { "type": "int" @@ -17110,7 +17110,7 @@ "type": "int" }, "logAnalytics": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -17165,7 +17165,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -17178,7 +17178,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -17235,7 +17235,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -17247,7 +17247,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -17304,19 +17304,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimalTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -17364,7 +17364,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -17377,7 +17377,7 @@ } }, "minimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17429,7 +17429,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -17483,7 +17483,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -17495,7 +17495,7 @@ } }, "minimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17549,7 +17549,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -17562,7 +17562,7 @@ "defaultValue": "Audit" }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17614,7 +17614,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -17626,7 +17626,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17670,19 +17670,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimalTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -17729,7 +17729,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -17742,7 +17742,7 @@ "defaultValue": "Audit" }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17794,7 +17794,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -17806,7 +17806,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17850,19 +17850,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimalTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -17909,7 +17909,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -17922,7 +17922,7 @@ } }, "minimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -17990,7 +17990,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18002,7 +18002,7 @@ } }, "minimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -18062,19 +18062,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimumTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -18126,10 +18126,10 @@ "displayName": "Log Analytics workspace", "strongType": "omsWorkspace" }, - "type": "string" + "type": "String" }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -18137,7 +18137,7 @@ } }, "ACILogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18149,7 +18149,7 @@ } }, "ACRLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18161,7 +18161,7 @@ } }, "AKSLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18173,7 +18173,7 @@ } }, "AnalysisServiceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18185,7 +18185,7 @@ } }, "APIforFHIRLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18197,7 +18197,7 @@ } }, "APIMgmtLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18209,7 +18209,7 @@ } }, "ApplicationGatewayLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18221,7 +18221,7 @@ } }, "AutomationLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18233,7 +18233,7 @@ } }, "BatchLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18245,7 +18245,7 @@ } }, "CDNEndpointsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18257,7 +18257,7 @@ } }, "CognitiveServicesLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18269,7 +18269,7 @@ } }, "CosmosLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18281,7 +18281,7 @@ } }, "DatabricksLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18293,7 +18293,7 @@ } }, "DataExplorerClusterLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18305,7 +18305,7 @@ } }, "DataFactoryLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18317,7 +18317,7 @@ } }, "DataLakeStoreLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18329,7 +18329,7 @@ } }, "DataLakeAnalyticsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18341,7 +18341,7 @@ } }, "EventGridSubLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18353,7 +18353,7 @@ } }, "EventGridTopicLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18365,7 +18365,7 @@ } }, "EventHubLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18377,7 +18377,7 @@ } }, "EventSystemTopicLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18389,7 +18389,7 @@ } }, "ExpressRouteLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18401,7 +18401,7 @@ } }, "FirewallLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18413,7 +18413,7 @@ } }, "FrontDoorLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18425,7 +18425,7 @@ } }, "FunctionAppLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18437,7 +18437,7 @@ } }, "HDInsightLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18449,7 +18449,7 @@ } }, "IotHubLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18461,7 +18461,7 @@ } }, "KeyVaultLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18473,7 +18473,7 @@ } }, "LoadBalancerLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18485,7 +18485,7 @@ } }, "LogicAppsISELogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18497,7 +18497,7 @@ } }, "LogicAppsWFLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18509,7 +18509,7 @@ } }, "MariaDBLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18521,7 +18521,7 @@ } }, "MediaServiceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18533,7 +18533,7 @@ } }, "MlWorkspaceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18545,7 +18545,7 @@ } }, "MySQLLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18557,7 +18557,7 @@ } }, "NetworkSecurityGroupsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18569,7 +18569,7 @@ } }, "NetworkNICLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18581,7 +18581,7 @@ } }, "PostgreSQLLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18593,7 +18593,7 @@ } }, "PowerBIEmbeddedLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18605,7 +18605,7 @@ } }, "NetworkPublicIPNicLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18617,7 +18617,7 @@ } }, "RecoveryVaultLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18629,7 +18629,7 @@ } }, "RedisCacheLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18641,7 +18641,7 @@ } }, "RelayLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18653,7 +18653,7 @@ } }, "SearchServicesLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18665,7 +18665,7 @@ } }, "ServiceBusLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18677,7 +18677,7 @@ } }, "SignalRLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18689,7 +18689,7 @@ } }, "SQLDBsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18701,7 +18701,7 @@ } }, "SQLElasticPoolsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18713,7 +18713,7 @@ } }, "SQLMLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18725,7 +18725,7 @@ } }, "StreamAnalyticsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18737,7 +18737,7 @@ } }, "TimeSeriesInsightsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18749,7 +18749,7 @@ } }, "TrafficManagerLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18761,7 +18761,7 @@ } }, "VirtualNetworkLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18773,7 +18773,7 @@ } }, "VirtualMachinesLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18785,7 +18785,7 @@ } }, "VMSSLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18797,7 +18797,7 @@ } }, "VNetGWLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18809,7 +18809,7 @@ } }, "AppServiceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18821,7 +18821,7 @@ } }, "AppServiceWebappLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18833,7 +18833,7 @@ } }, "WVDAppGroupsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18845,7 +18845,7 @@ } }, "WVDWorkspaceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18857,7 +18857,7 @@ } }, "WVDHostPoolsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18869,7 +18869,7 @@ } }, "StorageAccountsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -19824,7 +19824,7 @@ "displayName": "Public network access should be disabled for PAAS services", "parameters": { "CosmosPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19837,7 +19837,7 @@ } }, "MariaDBPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19850,7 +19850,7 @@ } }, "MySQLPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19863,7 +19863,7 @@ } }, "PostgreSQLPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19876,7 +19876,7 @@ } }, "KeyVaultPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19889,7 +19889,7 @@ } }, "SqlServerPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19902,7 +19902,7 @@ } }, "StoragePublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19915,7 +19915,7 @@ } }, "AKSPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -20020,17 +20020,17 @@ "description": "The email address to send alerts", "displayName": "The email address to send alerts" }, - "type": "string" + "type": "String" }, "vulnerabilityAssessmentsStorageID": { "metadata": { "description": "The storage account ID to store assessments", "displayName": "The storage account ID to store assessments" }, - "type": "string" + "type": "String" }, "SqlDbTdeDeploySqlSecurityEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20042,7 +20042,7 @@ } }, "SqlDbSecurityAlertPoliciesDeploySqlSecurityEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20054,7 +20054,7 @@ } }, "SqlDbAuditingSettingsDeploySqlSecurityEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20066,7 +20066,7 @@ } }, "SqlDbVulnerabilityAssessmentsDeploySqlSecurityEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20140,7 +20140,7 @@ "displayName": "Container registries should be encrypted with a customer-managed key (CMK)", "description": "Use customer-managed keys to manage the encryption at rest of the contents of your registries. By default, the data is encrypted at rest with service-managed keys, but customer-managed keys (CMK) are commonly required to meet regulatory compliance standards. CMKs enable the data to be encrypted with an Azure Key Vault key created and owned by you. You have full control and responsibility for the key lifecycle, including rotation and management. Learn more about CMK encryption at https://aka.ms/acr/CMK." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20153,7 +20153,7 @@ "displayName": "Azure Kubernetes Service clusters both operating systems and data disks should be encrypted by customer-managed keys", "description": "Encrypting OS and data disks using customer-managed keys provides more control and greater flexibility in key management. This is a common requirement in many regulatory and industry compliance standards." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20162,7 +20162,7 @@ ] }, "WorkspaceCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20175,7 +20175,7 @@ } }, "CognitiveServicesCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20188,7 +20188,7 @@ } }, "CosmosCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "audit", "allowedValues": [ "audit", @@ -20201,7 +20201,7 @@ } }, "DataBoxCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20214,7 +20214,7 @@ } }, "StreamAnalyticsCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "audit", "allowedValues": [ "audit", @@ -20227,7 +20227,7 @@ } }, "SynapseWorkspaceCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20240,7 +20240,7 @@ } }, "StorageCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20252,7 +20252,7 @@ } }, "MySQLCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20264,7 +20264,7 @@ } }, "PostgreSQLCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20276,7 +20276,7 @@ } }, "SqlServerTDECMKEffect": { - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20288,7 +20288,7 @@ } }, "HealthcareAPIsCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "audit", "allowedValues": [ "audit", @@ -20300,7 +20300,7 @@ } }, "AzureBatchCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20313,7 +20313,7 @@ } }, "EncryptedVMDisksEffect": { - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20476,7 +20476,7 @@ "displayName": "Deny or Deploy and append TLS requirements and SSL enforcement on resources without Encryption in transit", "parameters": { "AppServiceHttpEffect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -20488,7 +20488,7 @@ } }, "AppServiceTlsVersionEffect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -20500,7 +20500,7 @@ } }, "AppServiceminTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -20517,7 +20517,7 @@ "displayName": "App Service API App. Latest TLS version should be used in your API App", "description": "App Service API App. Only Audit, deny not possible as it is a related resource. Upgrade to the latest TLS version." }, - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20529,7 +20529,7 @@ "displayName": "App Service API App. API App should only be accessible over HTTPS. Choose Deny or Audit in combination with Append policy.", "description": "Choose Deny or Audit in combination with Append policy. Use of HTTPS ensures server/service authentication and protects data in transit from network layer eavesdropping attacks." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20542,7 +20542,7 @@ "displayName": "App Service Function App. Latest TLS version should be used in your Function App", "description": "Only Audit, deny not possible as it is a related resource. Upgrade to the latest TLS version." }, - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20554,7 +20554,7 @@ "displayName": "App Service Function App. Function App should only be accessible over HTTPS. Choose Deny or Audit in combination with Append policy.", "description": "App Service Function App. Choose Deny or Audit in combination with Append policy. Use of HTTPS ensures server/service authentication and protects data in transit from network layer eavesdropping attacks." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20567,7 +20567,7 @@ "displayName": "App Service Web App. Latest TLS version should be used in your Web App", "description": "Only Audit, deny not possible as it is a related resource. Upgrade to the latest TLS version." }, - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20579,7 +20579,7 @@ "displayName": "App Service Web App. Web Application should only be accessible over HTTPS. Choose Deny or Audit in combination with Append policy.", "description": "Choose Deny or Audit in combination with Append policy. Use of HTTPS ensures server/service authentication and protects data in transit from network layer eavesdropping attacks." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20592,7 +20592,7 @@ "displayName": "AKS Service. Enforce HTTPS ingress in Kubernetes cluster", "description": "This policy enforces HTTPS ingress in a Kubernetes cluster. This policy is generally available for Kubernetes Service (AKS), and preview for AKS Engine and Azure Arc enabled Kubernetes. For instructions on using this policy, visit https://aka.ms/kubepolicydoc." }, - "type": "string", + "type": "String", "defaultValue": "deny", "allowedValues": [ "audit", @@ -20601,7 +20601,7 @@ ] }, "MySQLEnableSSLDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20617,7 +20617,7 @@ "displayName": "MySQL database servers. Enforce SSL connection should be enabled for MySQL database servers", "description": "Azure Database for MySQL supports connecting your Azure Database for MySQL server to client applications using Secure Sockets Layer (SSL). Enforcing SSL connections between your database server and your client applications helps protect against 'man in the middle' attacks by encrypting the data stream between the server and your application. This configuration enforces that SSL is always enabled for accessing your database server." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20626,7 +20626,7 @@ ] }, "MySQLminimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -20640,7 +20640,7 @@ } }, "PostgreSQLEnableSSLDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20656,7 +20656,7 @@ "displayName": "PostgreSQL database servers. Enforce SSL connection should be enabled for PostgreSQL database servers", "description": "Azure Database for PostgreSQL supports connecting your Azure Database for PostgreSQL server to client applications using Secure Sockets Layer (SSL). Enforcing SSL connections between your database server and your client applications helps protect against 'man in the middle' attacks by encrypting the data stream between the server and your application. This configuration enforces that SSL is always enabled for accessing your database server." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20665,7 +20665,7 @@ ] }, "PostgreSQLminimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -20679,7 +20679,7 @@ } }, "RedisTLSDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -20691,7 +20691,7 @@ } }, "RedisMinTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -20708,7 +20708,7 @@ "displayName": "Azure Cache for Redis. Only secure connections to your Azure Cache for Redis should be enabled", "description": "Azure Cache for Redis. Audit enabling of only connections via SSL to Azure Cache for Redis. Use of secure connections ensures authentication between the server and the service and protects data in transit from network layer attacks such as man-in-the-middle, eavesdropping, and session-hijacking." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20717,7 +20717,7 @@ ] }, "SQLManagedInstanceTLSDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20729,7 +20729,7 @@ } }, "SQLManagedInstanceMinTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -20746,7 +20746,7 @@ "displayName": "SQL Managed Instance should have the minimal TLS version of 1.2", "description": "Setting minimal TLS version to 1.2 improves security by ensuring your SQL Managed Instance can only be accessed from clients using TLS 1.2. Using versions of TLS less than 1.2 is not recommended since they have well documented security vulnerabilities." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20755,7 +20755,7 @@ ] }, "SQLServerTLSDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20767,7 +20767,7 @@ } }, "SQLServerminTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -20784,7 +20784,7 @@ "displayName": "Azure SQL Database should have the minimal TLS version of 1.2", "description": "Setting minimal TLS version to 1.2 improves security by ensuring your Azure SQL Database can only be accessed from clients using TLS 1.2. Using versions of TLS less than 1.2 is not recommended since they have well documented security vulnerabilities." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20797,7 +20797,7 @@ "displayName": "Azure Storage Account. Deploy Secure transfer to storage accounts should be enabled", "description": "Audit requirement of Secure transfer in your storage account. Secure transfer is an option that forces your storage account to accept requests only from secure connections (HTTPS). Use of HTTPS ensures authentication between the server and the service and protects data in transit from network layer attacks such as man-in-the-middle, eavesdropping, and session-hijacking" }, - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20805,7 +20805,7 @@ ] }, "StorageminimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -20822,7 +20822,7 @@ "displayName": "Azure Storage Account. Secure transfer to storage accounts should be enabled", "description": "Audit requirement of Secure transfer in your storage account. Secure transfer is an option that forces your storage account to accept requests only from secure connections (HTTPS). Use of HTTPS ensures authentication between the server and the service and protects data in transit from network layer attacks such as man-in-the-middle, eavesdropping, and session-hijacking" }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", diff --git a/docs/reference/contoso/armTemplates/auxiliary/policies.json b/docs/reference/contoso/armTemplates/auxiliary/policies.json index 10c06632..017c0a67 100644 --- a/docs/reference/contoso/armTemplates/auxiliary/policies.json +++ b/docs/reference/contoso/armTemplates/auxiliary/policies.json @@ -3,7 +3,7 @@ "contentVersion": "1.0.0.0", "parameters": { "topLevelManagementGroupPrefix": { - "type": "string", + "type": "String", "maxLength": 10, "metadata": { "description": "Provide a prefix (max 10 characters, unique at tenant-scope) for the Management Group hierarchy and other resources created as part of Enterprise-scale." @@ -21,7 +21,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -29,7 +29,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -41,7 +41,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -49,7 +49,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -93,25 +93,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -173,14 +173,14 @@ "mode": "All", "parameters": { "amount": { - "type": "string", + "type": "String", "defaultValue": "1000", "metadata": { "description": "The total amount of cost or usage to track with the budget" } }, "timeGrain": { - "type": "string", + "type": "String", "defaultValue": "Monthly", "allowedValues": [ "Monthly", @@ -195,21 +195,21 @@ } }, "firstThreshold": { - "type": "string", + "type": "String", "defaultValue": "90", "metadata": { "description": "Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000." } }, "secondThreshold": { - "type": "string", + "type": "String", "defaultValue": "100", "metadata": { "description": "Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000." } }, "contactRoles": { - "type": "array", + "type": "Array", "defaultValue": [ "Owner", "Contributor" @@ -219,14 +219,14 @@ } }, "contactEmails": { - "type": "array", + "type": "Array", "defaultValue": [], "metadata": { "description": "The list of email addresses, in an array, to send the budget notification to when the threshold is exceeded." } }, "contactGroups": { - "type": "array", + "type": "Array", "defaultValue": [], "metadata": { "description": "The list of action groups, in an array, to send the budget notification to when the threshold is exceeded. It accepts array of strings." @@ -274,7 +274,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "amount": { "value": "[[parameters('amount')]" @@ -303,28 +303,28 @@ "contentVersion": "1.0.0.0", "parameters": { "amount": { - "type": "string" + "type": "String" }, "timeGrain": { - "type": "string" + "type": "String" }, "firstThreshold": { - "type": "string" + "type": "String" }, "secondThreshold": { - "type": "string" + "type": "String" }, "contactEmails": { - "type": "array" + "type": "Array" }, "contactRoles": { - "type": "array" + "type": "Array" }, "contactGroups": { - "type": "array" + "type": "Array" }, "startDate": { - "type": "string", + "type": "String", "defaultValue": "[[concat(utcNow('MM'), '/01/', utcNow('yyyy'))]" } }, @@ -377,7 +377,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -385,7 +385,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -397,7 +397,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -405,7 +405,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -417,7 +417,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -465,28 +465,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -560,7 +560,7 @@ "mode": "All", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Primary Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -568,7 +568,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -580,7 +580,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -626,16 +626,16 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "logAnalytics": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -713,7 +713,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -721,7 +721,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -733,7 +733,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -741,7 +741,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -753,7 +753,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -801,28 +801,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -916,35 +916,35 @@ "mode": "All", "parameters": { "vNetName": { - "type": "string", + "type": "String", "metadata": { "displayName": "vNetName", "description": "Name of the landing zone vNet" } }, "vNetRgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "vNetRgName", "description": "Name of the landing zone vNet RG" } }, "vNetLocation": { - "type": "string", + "type": "String", "metadata": { "displayName": "vNetLocation", "description": "Location for the vNet" } }, "vNetCidrRange": { - "type": "string", + "type": "String", "metadata": { "displayName": "vNetCidrRange", "description": "CIDR Range for the vNet" } }, "hubResourceId": { - "type": "string", + "type": "String", "metadata": { "displayName": "hubResourceId", "description": "Resource ID for the HUB vNet" @@ -990,7 +990,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "vNetRgName": { "value": "[[parameters('vNetRgName')]" @@ -1013,23 +1013,23 @@ "contentVersion": "1.0.0.0", "parameters": { "vNetRgName": { - "type": "string" + "type": "String" }, "vNetName": { - "type": "string" + "type": "String" }, "vNetLocation": { - "type": "string" + "type": "String" }, "vNetCidrRange": { - "type": "string" + "type": "String" }, "vNetPeerUseRemoteGateway": { "type": "bool", "defaultValue": false }, "hubResourceId": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1041,7 +1041,7 @@ "location": "[[parameters('vNetLocation')]", "dependsOn": [], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -1075,7 +1075,7 @@ "[[concat('es-lz-vnet-',substring(uniqueString(subscription().id),0,6),'-rg')]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -1123,7 +1123,7 @@ "[[parameters('vNetName')]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "expressionEvaluationOptions": { "scope": "inner" }, @@ -1132,11 +1132,11 @@ "contentVersion": "1.0.0.0", "parameters": { "remoteVirtualNetwork": { - "Type": "string", + "type": "string", "defaultValue": false }, "hubName": { - "Type": "string", + "type": "string", "defaultValue": false } }, @@ -1193,7 +1193,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -1237,7 +1237,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1245,7 +1245,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -1257,7 +1257,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -1265,7 +1265,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1277,7 +1277,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1325,28 +1325,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1420,7 +1420,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1428,7 +1428,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -1440,7 +1440,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -1448,7 +1448,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1460,7 +1460,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1508,28 +1508,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1599,7 +1599,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -1643,7 +1643,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1651,7 +1651,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -1663,7 +1663,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -1671,7 +1671,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1683,7 +1683,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1731,28 +1731,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1830,7 +1830,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1838,7 +1838,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -1850,7 +1850,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -1858,7 +1858,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1902,25 +1902,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1982,7 +1982,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1990,7 +1990,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -2002,7 +2002,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -2010,7 +2010,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2022,7 +2022,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2078,28 +2078,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -2201,7 +2201,7 @@ "mode": "All", "parameters": { "pricingTierVMs": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierVMs" }, @@ -2212,7 +2212,7 @@ "defaultValue": "Standard" }, "pricingTierSqlServers": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierSqlServers" }, @@ -2223,7 +2223,7 @@ "defaultValue": "Standard" }, "pricingTierAppServices": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierAppServices" }, @@ -2234,7 +2234,7 @@ "defaultValue": "Standard" }, "pricingTierStorageAccounts": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierStorageAccounts" }, @@ -2245,7 +2245,7 @@ "defaultValue": "Standard" }, "pricingTierContainerRegistry": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierContainerRegistry" }, @@ -2256,7 +2256,7 @@ "defaultValue": "Standard" }, "pricingTierKeyVaults": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierKeyVaults" }, @@ -2267,7 +2267,7 @@ "defaultValue": "Standard" }, "pricingTierKubernetesService": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierKubernetesService" }, @@ -2278,7 +2278,7 @@ "defaultValue": "Standard" }, "pricingTierDns": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierDns" }, @@ -2289,7 +2289,7 @@ "defaultValue": "Standard" }, "pricingTierArm": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierArm" }, @@ -2300,7 +2300,7 @@ "defaultValue": "Standard" }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -2349,7 +2349,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "pricingTierVMs": { "value": "[[parameters('pricingTierVMs')]" @@ -2384,55 +2384,55 @@ "contentVersion": "1.0.0.0", "parameters": { "pricingTierVMs": { - "type": "string", + "type": "String", "metadata": { "description": "pricingTierVMs" } }, "pricingTierSqlServers": { - "type": "string", + "type": "String", "metadata": { "description": "pricingTierSqlServers" } }, "pricingTierAppServices": { - "type": "string", + "type": "String", "metadata": { "description": "pricingTierAppServices" } }, "pricingTierStorageAccounts": { - "type": "string", + "type": "String", "metadata": { "description": "pricingTierStorageAccounts" } }, "pricingTierContainerRegistry": { - "type": "string", + "type": "String", "metadata": { "description": "ContainerRegistry" } }, "pricingTierKeyVaults": { - "type": "string", + "type": "String", "metadata": { "description": "KeyVaults" } }, "pricingTierKubernetesService": { - "type": "string", + "type": "String", "metadata": { "description": "KubernetesService" } }, "pricingTierDns": { - "type": "string", + "type": "String", "metadata": { "description": "KubernetesService" } }, "pricingTierArm": { - "type": "string", + "type": "String", "metadata": { "description": "KubernetesService" } @@ -2554,7 +2554,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -2582,7 +2582,7 @@ "Microsoft.Automation/automationAccounts/modules", "Microsoft.Automation/automationAccounts/credentials", "Microsoft.Automation/automationAccounts/connections", - "Microsoft.Automation/automationAccount/certificates" + "Microsoft.Automation/automationAccounts/certificates" ] } ] @@ -2601,7 +2601,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -2609,7 +2609,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -2621,7 +2621,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -2629,7 +2629,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2641,7 +2641,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2689,28 +2689,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -2792,7 +2792,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -2902,7 +2902,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -2910,7 +2910,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -2922,7 +2922,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -2930,7 +2930,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2942,7 +2942,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2990,28 +2990,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3081,7 +3081,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3089,7 +3089,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3101,7 +3101,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3109,7 +3109,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3153,25 +3153,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3228,7 +3228,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3236,7 +3236,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3248,7 +3248,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3256,7 +3256,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3268,7 +3268,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3316,28 +3316,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3415,7 +3415,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3423,7 +3423,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3435,7 +3435,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3443,7 +3443,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3455,7 +3455,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3503,28 +3503,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3622,7 +3622,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -3666,7 +3666,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3674,7 +3674,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3686,7 +3686,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3694,7 +3694,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3738,25 +3738,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3848,7 +3848,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3856,7 +3856,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3868,7 +3868,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3876,7 +3876,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3888,7 +3888,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3936,28 +3936,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -4059,7 +4059,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -4067,7 +4067,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4079,7 +4079,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -4087,7 +4087,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -4099,7 +4099,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -4147,28 +4147,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -4242,7 +4242,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -4250,7 +4250,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4262,7 +4262,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -4270,7 +4270,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -4282,7 +4282,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -4330,28 +4330,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -4425,14 +4425,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4476,19 +4476,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4536,14 +4536,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4587,19 +4587,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4647,14 +4647,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4698,19 +4698,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4758,14 +4758,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4809,19 +4809,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4869,14 +4869,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4920,19 +4920,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4980,14 +4980,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5031,19 +5031,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -5091,7 +5091,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5099,7 +5099,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5111,7 +5111,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5119,7 +5119,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5163,25 +5163,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5243,7 +5243,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5251,7 +5251,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5263,7 +5263,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5271,7 +5271,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5283,7 +5283,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5331,28 +5331,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5426,7 +5426,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5434,7 +5434,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5446,7 +5446,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5454,7 +5454,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5466,7 +5466,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5514,28 +5514,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5629,7 +5629,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5637,7 +5637,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5649,7 +5649,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5657,7 +5657,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5669,7 +5669,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5717,28 +5717,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5808,7 +5808,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5816,7 +5816,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5828,7 +5828,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5836,7 +5836,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5848,7 +5848,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5896,28 +5896,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5987,7 +5987,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5995,7 +5995,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6007,7 +6007,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6015,7 +6015,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6027,7 +6027,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6075,28 +6075,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -6182,7 +6182,7 @@ "defaultValue": {} }, "fwPolicyRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "fwPolicyRegion", "description": "Select Azure region for Azure Firewall Policy", @@ -6190,14 +6190,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6235,7 +6235,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -6252,13 +6252,13 @@ "contentVersion": "1.0.0.0", "parameters": { "rgName": { - "type": "string" + "type": "String" }, "fwPolicy": { "type": "object" }, "fwPolicyRegion": { - "type": "string" + "type": "String" } }, "resources": [ @@ -6278,7 +6278,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", @@ -6331,7 +6331,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -6339,7 +6339,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6351,7 +6351,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6359,7 +6359,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6371,7 +6371,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6419,28 +6419,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -6514,7 +6514,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -6522,7 +6522,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6534,7 +6534,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6542,7 +6542,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6554,7 +6554,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6610,28 +6610,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -6701,7 +6701,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -6709,7 +6709,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6721,7 +6721,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6729,7 +6729,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6773,25 +6773,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -6853,7 +6853,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -6861,7 +6861,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6873,7 +6873,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6881,7 +6881,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6893,7 +6893,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6941,28 +6941,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -7084,7 +7084,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -7092,7 +7092,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -7104,7 +7104,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -7112,7 +7112,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -7124,7 +7124,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -7172,28 +7172,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -7263,7 +7263,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -7347,7 +7347,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -7355,7 +7355,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -7367,7 +7367,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -7375,7 +7375,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -7387,7 +7387,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -7435,28 +7435,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -7530,21 +7530,21 @@ "mode": "Indexed", "parameters": { "workspaceName": { - "type": "string", + "type": "String", "metadata": { "displayName": "workspaceName", "description": "Provide name of existing Log Analytics workspace" } }, "workspaceRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "workspaceRegion", "description": "Select region of existing Log Analytics workspace" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -7593,7 +7593,7 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "workspaceName": { "value": "[[parameters('workspaceName')]" @@ -7607,10 +7607,10 @@ "contentVersion": "1.0.0.0", "parameters": { "workspaceName": { - "type": "string" + "type": "String" }, "workspaceRegion": { - "type": "string" + "type": "String" } }, "variables": { @@ -7938,35 +7938,35 @@ "mode": "All", "parameters": { "workspaceName": { - "type": "string", + "type": "String", "metadata": { "displayName": "workspaceName", "description": "Provide name for log analytics workspace" } }, "automationAccountName": { - "type": "string", + "type": "String", "metadata": { "displayName": "automationAccountName", "description": "Provide name for automation account" } }, "workspaceRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "workspaceRegion", "description": "Select Azure region for Log Analytics" } }, "automationRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "automationRegion", "description": "Select Azure region for Automation account" } }, "retentionInDays": { - "type": "string", + "type": "String", "defaultValue": "30", "metadata": { "displayName": "Data retention", @@ -7974,14 +7974,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8027,7 +8027,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -8053,22 +8053,22 @@ "contentVersion": "1.0.0.0", "parameters": { "rgName": { - "type": "string" + "type": "String" }, "workspaceName": { - "type": "string" + "type": "String" }, "workspaceRegion": { - "type": "string" + "type": "String" }, "automationAccountName": { - "type": "string" + "type": "String" }, "automationRegion": { - "type": "string" + "type": "String" }, "retentionInDays": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8089,7 +8089,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", @@ -8158,7 +8158,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8166,7 +8166,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8178,7 +8178,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8186,7 +8186,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8230,25 +8230,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8305,7 +8305,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8313,7 +8313,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8325,7 +8325,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8333,7 +8333,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8345,7 +8345,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8393,28 +8393,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8484,7 +8484,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8492,7 +8492,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8504,7 +8504,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8512,7 +8512,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8524,7 +8524,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8572,28 +8572,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8667,7 +8667,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -8711,7 +8711,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8719,7 +8719,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8731,7 +8731,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8739,7 +8739,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8751,7 +8751,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8799,28 +8799,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8932,7 +8932,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8940,7 +8940,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8952,7 +8952,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8960,7 +8960,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8972,7 +8972,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -9020,28 +9020,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -9115,7 +9115,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -9159,14 +9159,14 @@ "mode": "All", "parameters": { "ddosName": { - "type": "string", + "type": "String", "metadata": { "displayName": "ddosName", "description": "DDoSVnet" } }, "ddosRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "ddosRegion", "description": "DDoSVnet location", @@ -9174,14 +9174,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -9220,7 +9220,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -9237,13 +9237,13 @@ "contentVersion": "1.0.0.0", "parameters": { "rgName": { - "type": "string" + "type": "String" }, "ddosname": { - "type": "string" + "type": "String" }, "ddosRegion": { - "type": "string" + "type": "String" } }, "resources": [ @@ -9263,7 +9263,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", @@ -9299,7 +9299,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -9335,7 +9335,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -9371,7 +9371,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -9407,7 +9407,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -9415,7 +9415,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -9427,7 +9427,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -9435,7 +9435,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -9479,25 +9479,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -9558,7 +9558,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -9566,7 +9566,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -9578,7 +9578,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -9586,7 +9586,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -9598,7 +9598,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -9646,28 +9646,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -9759,7 +9759,7 @@ "defaultValue": 60 }, "workspace": { - "type": "string", + "type": "String", "metadata": { "strongType": "omsWorkspace", "displayName": "Resource ID of Log Analytics workspace", @@ -9768,7 +9768,7 @@ "defaultValue": "" }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -9819,7 +9819,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "location": { "value": "[[field('location')]" @@ -9842,13 +9842,13 @@ "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "networkSecurityGroup": { - "type": "string" + "type": "String" }, "workspace": { - "type": "string" + "type": "String" }, "retention": { "type": "int" @@ -9857,7 +9857,7 @@ "type": "int" }, "time": { - "type": "string", + "type": "String", "defaultValue": "[[utcNow()]" } }, @@ -9873,7 +9873,7 @@ "name": "[[concat(variables('resourceGroupName'), '.', variables('securityGroupName'))]", "resourceGroup": "[[variables('resourceGroupName')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -9900,7 +9900,7 @@ "name": "[[concat('NetworkWatcherRG', '.', variables('securityGroupName'))]", "resourceGroup": "NetworkWatcherRG", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -9968,7 +9968,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -10017,7 +10017,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -10061,7 +10061,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -10101,7 +10101,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10109,7 +10109,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10121,7 +10121,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10129,7 +10129,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10173,25 +10173,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -10252,7 +10252,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10260,7 +10260,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10272,7 +10272,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10280,7 +10280,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10292,7 +10292,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10340,28 +10340,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -10439,7 +10439,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -10483,7 +10483,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10491,7 +10491,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10503,7 +10503,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10511,7 +10511,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10523,7 +10523,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10571,28 +10571,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -10662,7 +10662,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10670,7 +10670,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10682,7 +10682,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10690,7 +10690,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10760,25 +10760,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -10859,7 +10859,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10867,7 +10867,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10879,7 +10879,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10887,7 +10887,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10931,25 +10931,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11011,7 +11011,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -11019,7 +11019,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11031,7 +11031,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -11039,7 +11039,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11051,7 +11051,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11099,28 +11099,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11190,7 +11190,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -11198,7 +11198,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11210,7 +11210,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -11218,7 +11218,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11230,7 +11230,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11278,28 +11278,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11369,7 +11369,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -11377,7 +11377,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11389,7 +11389,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -11397,7 +11397,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11409,7 +11409,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11457,28 +11457,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11548,7 +11548,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -11556,7 +11556,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11568,7 +11568,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -11576,7 +11576,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11588,7 +11588,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11632,28 +11632,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11723,7 +11723,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11763,19 +11763,19 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "sqlServerName": { - "type": "string" + "type": "String" }, "sqlServerDataBaseName": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11838,7 +11838,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11873,19 +11873,19 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "sqlServerName": { - "type": "string" + "type": "String" }, "sqlServerDataBaseName": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11930,7 +11930,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11965,19 +11965,19 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "sqlServerName": { - "type": "string" + "type": "String" }, "sqlServerDataBaseName": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12032,21 +12032,21 @@ "mode": "Indexed", "parameters": { "vulnerabilityAssessmentsEmail": { - "type": "string", + "type": "String", "metadata": { "description": "The email address to send alerts", "displayName": "The email address to send alerts" } }, "vulnerabilityAssessmentsStorageID": { - "type": "string", + "type": "String", "metadata": { "description": "The storage account ID to store assessments", "displayName": "The storage account ID to store assessments" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12085,25 +12085,25 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "sqlServerName": { - "type": "string" + "type": "String" }, "sqlServerDataBaseName": { - "type": "string" + "type": "String" }, "vulnerabilityAssessmentsEmail": { - "type": "string" + "type": "String" }, "vulnerabilityAssessmentsStorageID": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12163,7 +12163,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12171,7 +12171,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12183,7 +12183,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12191,7 +12191,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12203,7 +12203,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12251,28 +12251,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12382,7 +12382,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12390,7 +12390,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12402,7 +12402,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12410,7 +12410,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12454,25 +12454,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12534,7 +12534,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12542,7 +12542,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12554,7 +12554,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12562,7 +12562,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12606,25 +12606,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12688,7 +12688,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -12732,7 +12732,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -12776,7 +12776,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12784,7 +12784,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12796,7 +12796,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12804,7 +12804,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12816,7 +12816,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12864,28 +12864,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12959,7 +12959,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12967,7 +12967,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12979,7 +12979,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12987,7 +12987,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12999,7 +12999,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13047,28 +13047,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -13142,7 +13142,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -13150,7 +13150,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -13162,7 +13162,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -13170,7 +13170,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13182,7 +13182,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13230,28 +13230,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -13321,7 +13321,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -13329,7 +13329,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -13341,7 +13341,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -13349,7 +13349,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13393,25 +13393,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -13472,7 +13472,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -13480,7 +13480,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -13492,7 +13492,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -13500,7 +13500,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13512,7 +13512,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13560,28 +13560,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -13650,7 +13650,7 @@ "mode": "All", "parameters": { "hubName": { - "type": "string", + "type": "String", "metadata": { "displayName": "hubName", "description": "Name of the Hub" @@ -13688,14 +13688,14 @@ "defaultValue": {} }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -13734,7 +13734,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -13760,7 +13760,7 @@ "contentVersion": "1.0.0.0", "parameters": { "hubName": { - "type": "string", + "type": "String", "metadata": { "description": "Name of the HUB" } @@ -13793,7 +13793,7 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." @@ -13818,7 +13818,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https: //schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -13872,7 +13872,7 @@ ], "name": "[[concat(parameters('hubName'),'-vpngw')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -13935,7 +13935,7 @@ ], "name": "[[concat(parameters('hubName'),'-ergw')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -13997,7 +13997,7 @@ "[[concat(parameters('hubName'),'-', parameters('HUB').location)]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14076,7 +14076,7 @@ "defaultValue": [] }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -14125,7 +14125,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "ipam": { "value": "[[parameters('ipam')]", @@ -14186,7 +14186,7 @@ "location": "[[parameters('ipam')[copyIndex()].location]", "dependsOn": [], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14225,7 +14225,7 @@ "[[concat('es-ipam-',subscription().displayName,'-RG-',copyIndex())]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14281,7 +14281,7 @@ "[[concat(subscription().displayName, '-vnet')]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "expressionEvaluationOptions": { "scope": "inner" }, @@ -14290,10 +14290,10 @@ "contentVersion": "1.0.0.0", "parameters": { "remoteVirtualNetwork": { - "type": "string" + "type": "String" }, "vWanVhubName": { - "type": "string", + "type": "String", "defaultValue": "" }, "allowHubToRemoteVnetTransit": { @@ -14357,7 +14357,7 @@ "[[concat(subscription().displayName, '-vnet')]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "expressionEvaluationOptions": { "scope": "inner" }, @@ -14366,11 +14366,11 @@ "contentVersion": "1.0.0.0", "parameters": { "remoteVirtualNetwork": { - "type": "string", + "type": "String", "defaultValue": false }, "hubName": { - "type": "string", + "type": "String", "defaultValue": false } }, @@ -14438,14 +14438,14 @@ "mode": "All", "parameters": { "vwanname": { - "type": "string", + "type": "String", "metadata": { "displayName": "vwanname", "description": "Name of the Virtual WAN" } }, "vwanRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "vwanRegion", "description": "Select Azure region for Virtual WAN", @@ -14453,14 +14453,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -14499,7 +14499,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -14516,13 +14516,13 @@ "contentVersion": "1.0.0.0", "parameters": { "rgName": { - "type": "string" + "type": "String" }, "vwanname": { - "type": "string" + "type": "String" }, "vwanRegion": { - "type": "string" + "type": "String" } }, "variables": { @@ -14545,7 +14545,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", @@ -14585,14 +14585,14 @@ "mode": "All", "parameters": { "vwanname": { - "type": "string", + "type": "String", "metadata": { "displayName": "vwanname", "description": "Name of the Virtual WAN" } }, "vHubName": { - "type": "string", + "type": "String", "metadata": { "displayName": "vHubName", "description": "Name of the vHUB" @@ -14631,14 +14631,14 @@ "defaultValue": {} }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -14677,7 +14677,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -14706,7 +14706,7 @@ "contentVersion": "1.0.0.0", "parameters": { "vwanname": { - "type": "string", + "type": "String", "metadata": { "description": "Name of the Virtual WAN" } @@ -14739,14 +14739,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "vHUBName": { - "type": "string", + "type": "String", "metadata": { "displayName": "vHUBName", "description": "Name of the vHUB" @@ -14775,7 +14775,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14809,7 +14809,7 @@ ], "name": "[[concat(parameters('vHUBName'),'-vpngw')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14843,7 +14843,7 @@ ], "name": "[[concat(parameters('vHUBName'),'-ergw')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14883,7 +14883,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -14891,7 +14891,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -14903,7 +14903,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -14911,7 +14911,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -14955,25 +14955,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15034,7 +15034,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15042,7 +15042,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15054,7 +15054,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15062,7 +15062,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15074,7 +15074,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15122,28 +15122,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15233,7 +15233,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15241,7 +15241,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15253,7 +15253,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15261,7 +15261,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15305,25 +15305,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15399,7 +15399,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15407,7 +15407,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15419,7 +15419,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15427,7 +15427,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15471,25 +15471,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15557,7 +15557,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15565,7 +15565,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15577,7 +15577,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15585,7 +15585,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15629,25 +15629,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15711,37 +15711,37 @@ "mode": "Indexed", "parameters": { "domainUsername": { - "type": "string", + "type": "String", "metadata": { "displayName": "domainUsername" } }, "domainPassword": { - "type": "string", + "type": "String", "metadata": { "displayName": "domainPassword" } }, "domainFQDN": { - "type": "string", + "type": "String", "metadata": { "displayName": "domainFQDN" } }, "domainOUPath": { - "type": "string", + "type": "String", "metadata": { "displayName": "domainOUPath" } }, "keyVaultResourceId": { - "type": "string", + "type": "String", "metadata": { "displayName": "keyVaultResourceId" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15857,7 +15857,7 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "vmName": { "value": "[[field('name')]" @@ -15896,25 +15896,25 @@ "contentVersion": "1.0.0.0", "parameters": { "vmName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "domainUsername": { - "type": "string" + "type": "String" }, "domainPassword": { "type": "securestring" }, "domainFQDN": { - "type": "string" + "type": "String" }, "domainOUPath": { - "type": "string" + "type": "String" }, "keyVaultResourceId": { - "type": "string" + "type": "String" } }, "variables": { @@ -15962,7 +15962,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15970,7 +15970,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15982,7 +15982,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15990,7 +15990,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16002,7 +16002,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16050,28 +16050,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -16145,7 +16145,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -16194,7 +16194,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -16206,7 +16206,7 @@ } }, "minTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -16256,7 +16256,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -16304,7 +16304,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -16352,7 +16352,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -16396,7 +16396,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -16404,7 +16404,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -16416,7 +16416,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -16424,7 +16424,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16436,7 +16436,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16484,28 +16484,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -16599,7 +16599,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -16607,7 +16607,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -16619,7 +16619,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -16627,7 +16627,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16639,7 +16639,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16687,28 +16687,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -16782,7 +16782,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -16795,7 +16795,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -16852,7 +16852,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -16864,7 +16864,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -16920,19 +16920,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimalTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -16983,7 +16983,7 @@ "defaultValue": 5 }, "storageAccountResourceId": { - "type": "string", + "type": "String", "metadata": { "displayName": "Storage Account Resource Id", "strongType": "Microsoft.Storage/storageAccounts" @@ -17004,7 +17004,7 @@ "defaultValue": false }, "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "strongType": "omsWorkspace", "displayName": "Resource ID of Log Analytics workspace", @@ -17013,7 +17013,7 @@ "defaultValue": "" }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -17057,7 +17057,7 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "networkSecurityGroupName": { "value": "[[field('name')]" @@ -17089,16 +17089,16 @@ "contentVersion": "1.0.0.0", "parameters": { "networkSecurityGroupName": { - "type": "string" + "type": "String" }, "resourceGroupName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "storageAccountResourceId": { - "type": "string" + "type": "String" }, "retention": { "type": "int" @@ -17110,7 +17110,7 @@ "type": "int" }, "logAnalytics": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -17165,7 +17165,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -17178,7 +17178,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -17235,7 +17235,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -17247,7 +17247,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -17304,19 +17304,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimalTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -17364,7 +17364,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -17377,7 +17377,7 @@ } }, "minimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17429,7 +17429,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -17483,7 +17483,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -17495,7 +17495,7 @@ } }, "minimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17549,7 +17549,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -17562,7 +17562,7 @@ "defaultValue": "Audit" }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17614,7 +17614,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -17626,7 +17626,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17670,19 +17670,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimalTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -17729,7 +17729,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -17742,7 +17742,7 @@ "defaultValue": "Audit" }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17794,7 +17794,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -17806,7 +17806,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17850,19 +17850,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimalTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -17909,7 +17909,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -17922,7 +17922,7 @@ } }, "minimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -17990,7 +17990,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18002,7 +18002,7 @@ } }, "minimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -18062,19 +18062,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimumTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -18126,10 +18126,10 @@ "displayName": "Log Analytics workspace", "strongType": "omsWorkspace" }, - "type": "string" + "type": "String" }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -18137,7 +18137,7 @@ } }, "ACILogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18149,7 +18149,7 @@ } }, "ACRLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18161,7 +18161,7 @@ } }, "AKSLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18173,7 +18173,7 @@ } }, "AnalysisServiceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18185,7 +18185,7 @@ } }, "APIforFHIRLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18197,7 +18197,7 @@ } }, "APIMgmtLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18209,7 +18209,7 @@ } }, "ApplicationGatewayLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18221,7 +18221,7 @@ } }, "AutomationLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18233,7 +18233,7 @@ } }, "BatchLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18245,7 +18245,7 @@ } }, "CDNEndpointsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18257,7 +18257,7 @@ } }, "CognitiveServicesLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18269,7 +18269,7 @@ } }, "CosmosLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18281,7 +18281,7 @@ } }, "DatabricksLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18293,7 +18293,7 @@ } }, "DataExplorerClusterLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18305,7 +18305,7 @@ } }, "DataFactoryLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18317,7 +18317,7 @@ } }, "DataLakeStoreLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18329,7 +18329,7 @@ } }, "DataLakeAnalyticsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18341,7 +18341,7 @@ } }, "EventGridSubLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18353,7 +18353,7 @@ } }, "EventGridTopicLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18365,7 +18365,7 @@ } }, "EventHubLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18377,7 +18377,7 @@ } }, "EventSystemTopicLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18389,7 +18389,7 @@ } }, "ExpressRouteLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18401,7 +18401,7 @@ } }, "FirewallLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18413,7 +18413,7 @@ } }, "FrontDoorLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18425,7 +18425,7 @@ } }, "FunctionAppLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18437,7 +18437,7 @@ } }, "HDInsightLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18449,7 +18449,7 @@ } }, "IotHubLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18461,7 +18461,7 @@ } }, "KeyVaultLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18473,7 +18473,7 @@ } }, "LoadBalancerLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18485,7 +18485,7 @@ } }, "LogicAppsISELogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18497,7 +18497,7 @@ } }, "LogicAppsWFLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18509,7 +18509,7 @@ } }, "MariaDBLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18521,7 +18521,7 @@ } }, "MediaServiceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18533,7 +18533,7 @@ } }, "MlWorkspaceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18545,7 +18545,7 @@ } }, "MySQLLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18557,7 +18557,7 @@ } }, "NetworkSecurityGroupsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18569,7 +18569,7 @@ } }, "NetworkNICLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18581,7 +18581,7 @@ } }, "PostgreSQLLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18593,7 +18593,7 @@ } }, "PowerBIEmbeddedLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18605,7 +18605,7 @@ } }, "NetworkPublicIPNicLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18617,7 +18617,7 @@ } }, "RecoveryVaultLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18629,7 +18629,7 @@ } }, "RedisCacheLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18641,7 +18641,7 @@ } }, "RelayLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18653,7 +18653,7 @@ } }, "SearchServicesLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18665,7 +18665,7 @@ } }, "ServiceBusLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18677,7 +18677,7 @@ } }, "SignalRLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18689,7 +18689,7 @@ } }, "SQLDBsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18701,7 +18701,7 @@ } }, "SQLElasticPoolsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18713,7 +18713,7 @@ } }, "SQLMLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18725,7 +18725,7 @@ } }, "StreamAnalyticsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18737,7 +18737,7 @@ } }, "TimeSeriesInsightsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18749,7 +18749,7 @@ } }, "TrafficManagerLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18761,7 +18761,7 @@ } }, "VirtualNetworkLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18773,7 +18773,7 @@ } }, "VirtualMachinesLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18785,7 +18785,7 @@ } }, "VMSSLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18797,7 +18797,7 @@ } }, "VNetGWLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18809,7 +18809,7 @@ } }, "AppServiceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18821,7 +18821,7 @@ } }, "AppServiceWebappLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18833,7 +18833,7 @@ } }, "WVDAppGroupsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18845,7 +18845,7 @@ } }, "WVDWorkspaceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18857,7 +18857,7 @@ } }, "WVDHostPoolsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18869,7 +18869,7 @@ } }, "StorageAccountsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -19824,7 +19824,7 @@ "displayName": "Public network access should be disabled for PAAS services", "parameters": { "CosmosPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19837,7 +19837,7 @@ } }, "MariaDBPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19850,7 +19850,7 @@ } }, "MySQLPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19863,7 +19863,7 @@ } }, "PostgreSQLPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19876,7 +19876,7 @@ } }, "KeyVaultPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19889,7 +19889,7 @@ } }, "SqlServerPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19902,7 +19902,7 @@ } }, "StoragePublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19915,7 +19915,7 @@ } }, "AKSPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -20020,17 +20020,17 @@ "description": "The email address to send alerts", "displayName": "The email address to send alerts" }, - "type": "string" + "type": "String" }, "vulnerabilityAssessmentsStorageID": { "metadata": { "description": "The storage account ID to store assessments", "displayName": "The storage account ID to store assessments" }, - "type": "string" + "type": "String" }, "SqlDbTdeDeploySqlSecurityEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20042,7 +20042,7 @@ } }, "SqlDbSecurityAlertPoliciesDeploySqlSecurityEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20054,7 +20054,7 @@ } }, "SqlDbAuditingSettingsDeploySqlSecurityEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20066,7 +20066,7 @@ } }, "SqlDbVulnerabilityAssessmentsDeploySqlSecurityEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20140,7 +20140,7 @@ "displayName": "Container registries should be encrypted with a customer-managed key (CMK)", "description": "Use customer-managed keys to manage the encryption at rest of the contents of your registries. By default, the data is encrypted at rest with service-managed keys, but customer-managed keys (CMK) are commonly required to meet regulatory compliance standards. CMKs enable the data to be encrypted with an Azure Key Vault key created and owned by you. You have full control and responsibility for the key lifecycle, including rotation and management. Learn more about CMK encryption at https://aka.ms/acr/CMK." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20153,7 +20153,7 @@ "displayName": "Azure Kubernetes Service clusters both operating systems and data disks should be encrypted by customer-managed keys", "description": "Encrypting OS and data disks using customer-managed keys provides more control and greater flexibility in key management. This is a common requirement in many regulatory and industry compliance standards." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20162,7 +20162,7 @@ ] }, "WorkspaceCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20175,7 +20175,7 @@ } }, "CognitiveServicesCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20188,7 +20188,7 @@ } }, "CosmosCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "audit", "allowedValues": [ "audit", @@ -20201,7 +20201,7 @@ } }, "DataBoxCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20214,7 +20214,7 @@ } }, "StreamAnalyticsCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "audit", "allowedValues": [ "audit", @@ -20227,7 +20227,7 @@ } }, "SynapseWorkspaceCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20240,7 +20240,7 @@ } }, "StorageCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20252,7 +20252,7 @@ } }, "MySQLCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20264,7 +20264,7 @@ } }, "PostgreSQLCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20276,7 +20276,7 @@ } }, "SqlServerTDECMKEffect": { - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20288,7 +20288,7 @@ } }, "HealthcareAPIsCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "audit", "allowedValues": [ "audit", @@ -20300,7 +20300,7 @@ } }, "AzureBatchCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20313,7 +20313,7 @@ } }, "EncryptedVMDisksEffect": { - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20476,7 +20476,7 @@ "displayName": "Deny or Deploy and append TLS requirements and SSL enforcement on resources without Encryption in transit", "parameters": { "AppServiceHttpEffect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -20488,7 +20488,7 @@ } }, "AppServiceTlsVersionEffect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -20500,7 +20500,7 @@ } }, "AppServiceminTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -20517,7 +20517,7 @@ "displayName": "App Service API App. Latest TLS version should be used in your API App", "description": "App Service API App. Only Audit, deny not possible as it is a related resource. Upgrade to the latest TLS version." }, - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20529,7 +20529,7 @@ "displayName": "App Service API App. API App should only be accessible over HTTPS. Choose Deny or Audit in combination with Append policy.", "description": "Choose Deny or Audit in combination with Append policy. Use of HTTPS ensures server/service authentication and protects data in transit from network layer eavesdropping attacks." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20542,7 +20542,7 @@ "displayName": "App Service Function App. Latest TLS version should be used in your Function App", "description": "Only Audit, deny not possible as it is a related resource. Upgrade to the latest TLS version." }, - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20554,7 +20554,7 @@ "displayName": "App Service Function App. Function App should only be accessible over HTTPS. Choose Deny or Audit in combination with Append policy.", "description": "App Service Function App. Choose Deny or Audit in combination with Append policy. Use of HTTPS ensures server/service authentication and protects data in transit from network layer eavesdropping attacks." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20567,7 +20567,7 @@ "displayName": "App Service Web App. Latest TLS version should be used in your Web App", "description": "Only Audit, deny not possible as it is a related resource. Upgrade to the latest TLS version." }, - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20579,7 +20579,7 @@ "displayName": "App Service Web App. Web Application should only be accessible over HTTPS. Choose Deny or Audit in combination with Append policy.", "description": "Choose Deny or Audit in combination with Append policy. Use of HTTPS ensures server/service authentication and protects data in transit from network layer eavesdropping attacks." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20592,7 +20592,7 @@ "displayName": "AKS Service. Enforce HTTPS ingress in Kubernetes cluster", "description": "This policy enforces HTTPS ingress in a Kubernetes cluster. This policy is generally available for Kubernetes Service (AKS), and preview for AKS Engine and Azure Arc enabled Kubernetes. For instructions on using this policy, visit https://aka.ms/kubepolicydoc." }, - "type": "string", + "type": "String", "defaultValue": "deny", "allowedValues": [ "audit", @@ -20601,7 +20601,7 @@ ] }, "MySQLEnableSSLDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20617,7 +20617,7 @@ "displayName": "MySQL database servers. Enforce SSL connection should be enabled for MySQL database servers", "description": "Azure Database for MySQL supports connecting your Azure Database for MySQL server to client applications using Secure Sockets Layer (SSL). Enforcing SSL connections between your database server and your client applications helps protect against 'man in the middle' attacks by encrypting the data stream between the server and your application. This configuration enforces that SSL is always enabled for accessing your database server." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20626,7 +20626,7 @@ ] }, "MySQLminimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -20640,7 +20640,7 @@ } }, "PostgreSQLEnableSSLDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20656,7 +20656,7 @@ "displayName": "PostgreSQL database servers. Enforce SSL connection should be enabled for PostgreSQL database servers", "description": "Azure Database for PostgreSQL supports connecting your Azure Database for PostgreSQL server to client applications using Secure Sockets Layer (SSL). Enforcing SSL connections between your database server and your client applications helps protect against 'man in the middle' attacks by encrypting the data stream between the server and your application. This configuration enforces that SSL is always enabled for accessing your database server." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20665,7 +20665,7 @@ ] }, "PostgreSQLminimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -20679,7 +20679,7 @@ } }, "RedisTLSDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -20691,7 +20691,7 @@ } }, "RedisMinTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -20708,7 +20708,7 @@ "displayName": "Azure Cache for Redis. Only secure connections to your Azure Cache for Redis should be enabled", "description": "Azure Cache for Redis. Audit enabling of only connections via SSL to Azure Cache for Redis. Use of secure connections ensures authentication between the server and the service and protects data in transit from network layer attacks such as man-in-the-middle, eavesdropping, and session-hijacking." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20717,7 +20717,7 @@ ] }, "SQLManagedInstanceTLSDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20729,7 +20729,7 @@ } }, "SQLManagedInstanceMinTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -20746,7 +20746,7 @@ "displayName": "SQL Managed Instance should have the minimal TLS version of 1.2", "description": "Setting minimal TLS version to 1.2 improves security by ensuring your SQL Managed Instance can only be accessed from clients using TLS 1.2. Using versions of TLS less than 1.2 is not recommended since they have well documented security vulnerabilities." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20755,7 +20755,7 @@ ] }, "SQLServerTLSDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20767,7 +20767,7 @@ } }, "SQLServerminTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -20784,7 +20784,7 @@ "displayName": "Azure SQL Database should have the minimal TLS version of 1.2", "description": "Setting minimal TLS version to 1.2 improves security by ensuring your Azure SQL Database can only be accessed from clients using TLS 1.2. Using versions of TLS less than 1.2 is not recommended since they have well documented security vulnerabilities." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20797,7 +20797,7 @@ "displayName": "Azure Storage Account. Deploy Secure transfer to storage accounts should be enabled", "description": "Audit requirement of Secure transfer in your storage account. Secure transfer is an option that forces your storage account to accept requests only from secure connections (HTTPS). Use of HTTPS ensures authentication between the server and the service and protects data in transit from network layer attacks such as man-in-the-middle, eavesdropping, and session-hijacking" }, - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20805,7 +20805,7 @@ ] }, "StorageminimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -20822,7 +20822,7 @@ "displayName": "Azure Storage Account. Secure transfer to storage accounts should be enabled", "description": "Audit requirement of Secure transfer in your storage account. Secure transfer is an option that forces your storage account to accept requests only from secure connections (HTTPS). Use of HTTPS ensures authentication between the server and the service and protects data in transit from network layer attacks such as man-in-the-middle, eavesdropping, and session-hijacking" }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", diff --git a/docs/reference/treyresearch/armTemplates/auxiliary/policies.json b/docs/reference/treyresearch/armTemplates/auxiliary/policies.json index 10c06632..017c0a67 100644 --- a/docs/reference/treyresearch/armTemplates/auxiliary/policies.json +++ b/docs/reference/treyresearch/armTemplates/auxiliary/policies.json @@ -3,7 +3,7 @@ "contentVersion": "1.0.0.0", "parameters": { "topLevelManagementGroupPrefix": { - "type": "string", + "type": "String", "maxLength": 10, "metadata": { "description": "Provide a prefix (max 10 characters, unique at tenant-scope) for the Management Group hierarchy and other resources created as part of Enterprise-scale." @@ -21,7 +21,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -29,7 +29,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -41,7 +41,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -49,7 +49,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -93,25 +93,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -173,14 +173,14 @@ "mode": "All", "parameters": { "amount": { - "type": "string", + "type": "String", "defaultValue": "1000", "metadata": { "description": "The total amount of cost or usage to track with the budget" } }, "timeGrain": { - "type": "string", + "type": "String", "defaultValue": "Monthly", "allowedValues": [ "Monthly", @@ -195,21 +195,21 @@ } }, "firstThreshold": { - "type": "string", + "type": "String", "defaultValue": "90", "metadata": { "description": "Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000." } }, "secondThreshold": { - "type": "string", + "type": "String", "defaultValue": "100", "metadata": { "description": "Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000." } }, "contactRoles": { - "type": "array", + "type": "Array", "defaultValue": [ "Owner", "Contributor" @@ -219,14 +219,14 @@ } }, "contactEmails": { - "type": "array", + "type": "Array", "defaultValue": [], "metadata": { "description": "The list of email addresses, in an array, to send the budget notification to when the threshold is exceeded." } }, "contactGroups": { - "type": "array", + "type": "Array", "defaultValue": [], "metadata": { "description": "The list of action groups, in an array, to send the budget notification to when the threshold is exceeded. It accepts array of strings." @@ -274,7 +274,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "amount": { "value": "[[parameters('amount')]" @@ -303,28 +303,28 @@ "contentVersion": "1.0.0.0", "parameters": { "amount": { - "type": "string" + "type": "String" }, "timeGrain": { - "type": "string" + "type": "String" }, "firstThreshold": { - "type": "string" + "type": "String" }, "secondThreshold": { - "type": "string" + "type": "String" }, "contactEmails": { - "type": "array" + "type": "Array" }, "contactRoles": { - "type": "array" + "type": "Array" }, "contactGroups": { - "type": "array" + "type": "Array" }, "startDate": { - "type": "string", + "type": "String", "defaultValue": "[[concat(utcNow('MM'), '/01/', utcNow('yyyy'))]" } }, @@ -377,7 +377,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -385,7 +385,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -397,7 +397,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -405,7 +405,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -417,7 +417,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -465,28 +465,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -560,7 +560,7 @@ "mode": "All", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Primary Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -568,7 +568,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -580,7 +580,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -626,16 +626,16 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "logAnalytics": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -713,7 +713,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -721,7 +721,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -733,7 +733,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -741,7 +741,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -753,7 +753,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -801,28 +801,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -916,35 +916,35 @@ "mode": "All", "parameters": { "vNetName": { - "type": "string", + "type": "String", "metadata": { "displayName": "vNetName", "description": "Name of the landing zone vNet" } }, "vNetRgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "vNetRgName", "description": "Name of the landing zone vNet RG" } }, "vNetLocation": { - "type": "string", + "type": "String", "metadata": { "displayName": "vNetLocation", "description": "Location for the vNet" } }, "vNetCidrRange": { - "type": "string", + "type": "String", "metadata": { "displayName": "vNetCidrRange", "description": "CIDR Range for the vNet" } }, "hubResourceId": { - "type": "string", + "type": "String", "metadata": { "displayName": "hubResourceId", "description": "Resource ID for the HUB vNet" @@ -990,7 +990,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "vNetRgName": { "value": "[[parameters('vNetRgName')]" @@ -1013,23 +1013,23 @@ "contentVersion": "1.0.0.0", "parameters": { "vNetRgName": { - "type": "string" + "type": "String" }, "vNetName": { - "type": "string" + "type": "String" }, "vNetLocation": { - "type": "string" + "type": "String" }, "vNetCidrRange": { - "type": "string" + "type": "String" }, "vNetPeerUseRemoteGateway": { "type": "bool", "defaultValue": false }, "hubResourceId": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1041,7 +1041,7 @@ "location": "[[parameters('vNetLocation')]", "dependsOn": [], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -1075,7 +1075,7 @@ "[[concat('es-lz-vnet-',substring(uniqueString(subscription().id),0,6),'-rg')]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -1123,7 +1123,7 @@ "[[parameters('vNetName')]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "expressionEvaluationOptions": { "scope": "inner" }, @@ -1132,11 +1132,11 @@ "contentVersion": "1.0.0.0", "parameters": { "remoteVirtualNetwork": { - "Type": "string", + "type": "string", "defaultValue": false }, "hubName": { - "Type": "string", + "type": "string", "defaultValue": false } }, @@ -1193,7 +1193,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -1237,7 +1237,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1245,7 +1245,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -1257,7 +1257,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -1265,7 +1265,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1277,7 +1277,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1325,28 +1325,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1420,7 +1420,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1428,7 +1428,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -1440,7 +1440,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -1448,7 +1448,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1460,7 +1460,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1508,28 +1508,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1599,7 +1599,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -1643,7 +1643,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1651,7 +1651,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -1663,7 +1663,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -1671,7 +1671,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1683,7 +1683,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1731,28 +1731,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1830,7 +1830,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1838,7 +1838,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -1850,7 +1850,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -1858,7 +1858,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1902,25 +1902,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1982,7 +1982,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1990,7 +1990,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -2002,7 +2002,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -2010,7 +2010,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2022,7 +2022,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2078,28 +2078,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -2201,7 +2201,7 @@ "mode": "All", "parameters": { "pricingTierVMs": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierVMs" }, @@ -2212,7 +2212,7 @@ "defaultValue": "Standard" }, "pricingTierSqlServers": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierSqlServers" }, @@ -2223,7 +2223,7 @@ "defaultValue": "Standard" }, "pricingTierAppServices": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierAppServices" }, @@ -2234,7 +2234,7 @@ "defaultValue": "Standard" }, "pricingTierStorageAccounts": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierStorageAccounts" }, @@ -2245,7 +2245,7 @@ "defaultValue": "Standard" }, "pricingTierContainerRegistry": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierContainerRegistry" }, @@ -2256,7 +2256,7 @@ "defaultValue": "Standard" }, "pricingTierKeyVaults": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierKeyVaults" }, @@ -2267,7 +2267,7 @@ "defaultValue": "Standard" }, "pricingTierKubernetesService": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierKubernetesService" }, @@ -2278,7 +2278,7 @@ "defaultValue": "Standard" }, "pricingTierDns": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierDns" }, @@ -2289,7 +2289,7 @@ "defaultValue": "Standard" }, "pricingTierArm": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierArm" }, @@ -2300,7 +2300,7 @@ "defaultValue": "Standard" }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -2349,7 +2349,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "pricingTierVMs": { "value": "[[parameters('pricingTierVMs')]" @@ -2384,55 +2384,55 @@ "contentVersion": "1.0.0.0", "parameters": { "pricingTierVMs": { - "type": "string", + "type": "String", "metadata": { "description": "pricingTierVMs" } }, "pricingTierSqlServers": { - "type": "string", + "type": "String", "metadata": { "description": "pricingTierSqlServers" } }, "pricingTierAppServices": { - "type": "string", + "type": "String", "metadata": { "description": "pricingTierAppServices" } }, "pricingTierStorageAccounts": { - "type": "string", + "type": "String", "metadata": { "description": "pricingTierStorageAccounts" } }, "pricingTierContainerRegistry": { - "type": "string", + "type": "String", "metadata": { "description": "ContainerRegistry" } }, "pricingTierKeyVaults": { - "type": "string", + "type": "String", "metadata": { "description": "KeyVaults" } }, "pricingTierKubernetesService": { - "type": "string", + "type": "String", "metadata": { "description": "KubernetesService" } }, "pricingTierDns": { - "type": "string", + "type": "String", "metadata": { "description": "KubernetesService" } }, "pricingTierArm": { - "type": "string", + "type": "String", "metadata": { "description": "KubernetesService" } @@ -2554,7 +2554,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -2582,7 +2582,7 @@ "Microsoft.Automation/automationAccounts/modules", "Microsoft.Automation/automationAccounts/credentials", "Microsoft.Automation/automationAccounts/connections", - "Microsoft.Automation/automationAccount/certificates" + "Microsoft.Automation/automationAccounts/certificates" ] } ] @@ -2601,7 +2601,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -2609,7 +2609,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -2621,7 +2621,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -2629,7 +2629,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2641,7 +2641,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2689,28 +2689,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -2792,7 +2792,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -2902,7 +2902,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -2910,7 +2910,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -2922,7 +2922,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -2930,7 +2930,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2942,7 +2942,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2990,28 +2990,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3081,7 +3081,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3089,7 +3089,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3101,7 +3101,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3109,7 +3109,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3153,25 +3153,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3228,7 +3228,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3236,7 +3236,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3248,7 +3248,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3256,7 +3256,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3268,7 +3268,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3316,28 +3316,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3415,7 +3415,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3423,7 +3423,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3435,7 +3435,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3443,7 +3443,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3455,7 +3455,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3503,28 +3503,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3622,7 +3622,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -3666,7 +3666,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3674,7 +3674,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3686,7 +3686,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3694,7 +3694,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3738,25 +3738,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3848,7 +3848,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3856,7 +3856,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3868,7 +3868,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3876,7 +3876,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3888,7 +3888,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3936,28 +3936,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -4059,7 +4059,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -4067,7 +4067,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4079,7 +4079,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -4087,7 +4087,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -4099,7 +4099,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -4147,28 +4147,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -4242,7 +4242,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -4250,7 +4250,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4262,7 +4262,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -4270,7 +4270,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -4282,7 +4282,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -4330,28 +4330,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -4425,14 +4425,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4476,19 +4476,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4536,14 +4536,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4587,19 +4587,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4647,14 +4647,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4698,19 +4698,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4758,14 +4758,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4809,19 +4809,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4869,14 +4869,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4920,19 +4920,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4980,14 +4980,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5031,19 +5031,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -5091,7 +5091,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5099,7 +5099,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5111,7 +5111,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5119,7 +5119,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5163,25 +5163,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5243,7 +5243,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5251,7 +5251,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5263,7 +5263,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5271,7 +5271,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5283,7 +5283,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5331,28 +5331,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5426,7 +5426,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5434,7 +5434,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5446,7 +5446,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5454,7 +5454,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5466,7 +5466,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5514,28 +5514,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5629,7 +5629,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5637,7 +5637,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5649,7 +5649,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5657,7 +5657,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5669,7 +5669,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5717,28 +5717,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5808,7 +5808,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5816,7 +5816,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5828,7 +5828,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5836,7 +5836,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5848,7 +5848,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5896,28 +5896,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5987,7 +5987,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5995,7 +5995,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6007,7 +6007,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6015,7 +6015,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6027,7 +6027,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6075,28 +6075,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -6182,7 +6182,7 @@ "defaultValue": {} }, "fwPolicyRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "fwPolicyRegion", "description": "Select Azure region for Azure Firewall Policy", @@ -6190,14 +6190,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6235,7 +6235,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -6252,13 +6252,13 @@ "contentVersion": "1.0.0.0", "parameters": { "rgName": { - "type": "string" + "type": "String" }, "fwPolicy": { "type": "object" }, "fwPolicyRegion": { - "type": "string" + "type": "String" } }, "resources": [ @@ -6278,7 +6278,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", @@ -6331,7 +6331,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -6339,7 +6339,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6351,7 +6351,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6359,7 +6359,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6371,7 +6371,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6419,28 +6419,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -6514,7 +6514,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -6522,7 +6522,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6534,7 +6534,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6542,7 +6542,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6554,7 +6554,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6610,28 +6610,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -6701,7 +6701,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -6709,7 +6709,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6721,7 +6721,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6729,7 +6729,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6773,25 +6773,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -6853,7 +6853,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -6861,7 +6861,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6873,7 +6873,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6881,7 +6881,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6893,7 +6893,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6941,28 +6941,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -7084,7 +7084,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -7092,7 +7092,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -7104,7 +7104,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -7112,7 +7112,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -7124,7 +7124,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -7172,28 +7172,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -7263,7 +7263,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -7347,7 +7347,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -7355,7 +7355,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -7367,7 +7367,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -7375,7 +7375,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -7387,7 +7387,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -7435,28 +7435,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -7530,21 +7530,21 @@ "mode": "Indexed", "parameters": { "workspaceName": { - "type": "string", + "type": "String", "metadata": { "displayName": "workspaceName", "description": "Provide name of existing Log Analytics workspace" } }, "workspaceRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "workspaceRegion", "description": "Select region of existing Log Analytics workspace" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -7593,7 +7593,7 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "workspaceName": { "value": "[[parameters('workspaceName')]" @@ -7607,10 +7607,10 @@ "contentVersion": "1.0.0.0", "parameters": { "workspaceName": { - "type": "string" + "type": "String" }, "workspaceRegion": { - "type": "string" + "type": "String" } }, "variables": { @@ -7938,35 +7938,35 @@ "mode": "All", "parameters": { "workspaceName": { - "type": "string", + "type": "String", "metadata": { "displayName": "workspaceName", "description": "Provide name for log analytics workspace" } }, "automationAccountName": { - "type": "string", + "type": "String", "metadata": { "displayName": "automationAccountName", "description": "Provide name for automation account" } }, "workspaceRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "workspaceRegion", "description": "Select Azure region for Log Analytics" } }, "automationRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "automationRegion", "description": "Select Azure region for Automation account" } }, "retentionInDays": { - "type": "string", + "type": "String", "defaultValue": "30", "metadata": { "displayName": "Data retention", @@ -7974,14 +7974,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8027,7 +8027,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -8053,22 +8053,22 @@ "contentVersion": "1.0.0.0", "parameters": { "rgName": { - "type": "string" + "type": "String" }, "workspaceName": { - "type": "string" + "type": "String" }, "workspaceRegion": { - "type": "string" + "type": "String" }, "automationAccountName": { - "type": "string" + "type": "String" }, "automationRegion": { - "type": "string" + "type": "String" }, "retentionInDays": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8089,7 +8089,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", @@ -8158,7 +8158,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8166,7 +8166,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8178,7 +8178,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8186,7 +8186,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8230,25 +8230,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8305,7 +8305,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8313,7 +8313,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8325,7 +8325,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8333,7 +8333,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8345,7 +8345,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8393,28 +8393,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8484,7 +8484,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8492,7 +8492,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8504,7 +8504,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8512,7 +8512,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8524,7 +8524,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8572,28 +8572,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8667,7 +8667,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -8711,7 +8711,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8719,7 +8719,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8731,7 +8731,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8739,7 +8739,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8751,7 +8751,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8799,28 +8799,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8932,7 +8932,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8940,7 +8940,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8952,7 +8952,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8960,7 +8960,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8972,7 +8972,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -9020,28 +9020,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -9115,7 +9115,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -9159,14 +9159,14 @@ "mode": "All", "parameters": { "ddosName": { - "type": "string", + "type": "String", "metadata": { "displayName": "ddosName", "description": "DDoSVnet" } }, "ddosRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "ddosRegion", "description": "DDoSVnet location", @@ -9174,14 +9174,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -9220,7 +9220,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -9237,13 +9237,13 @@ "contentVersion": "1.0.0.0", "parameters": { "rgName": { - "type": "string" + "type": "String" }, "ddosname": { - "type": "string" + "type": "String" }, "ddosRegion": { - "type": "string" + "type": "String" } }, "resources": [ @@ -9263,7 +9263,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", @@ -9299,7 +9299,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -9335,7 +9335,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -9371,7 +9371,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -9407,7 +9407,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -9415,7 +9415,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -9427,7 +9427,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -9435,7 +9435,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -9479,25 +9479,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -9558,7 +9558,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -9566,7 +9566,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -9578,7 +9578,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -9586,7 +9586,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -9598,7 +9598,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -9646,28 +9646,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -9759,7 +9759,7 @@ "defaultValue": 60 }, "workspace": { - "type": "string", + "type": "String", "metadata": { "strongType": "omsWorkspace", "displayName": "Resource ID of Log Analytics workspace", @@ -9768,7 +9768,7 @@ "defaultValue": "" }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -9819,7 +9819,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "location": { "value": "[[field('location')]" @@ -9842,13 +9842,13 @@ "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "networkSecurityGroup": { - "type": "string" + "type": "String" }, "workspace": { - "type": "string" + "type": "String" }, "retention": { "type": "int" @@ -9857,7 +9857,7 @@ "type": "int" }, "time": { - "type": "string", + "type": "String", "defaultValue": "[[utcNow()]" } }, @@ -9873,7 +9873,7 @@ "name": "[[concat(variables('resourceGroupName'), '.', variables('securityGroupName'))]", "resourceGroup": "[[variables('resourceGroupName')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -9900,7 +9900,7 @@ "name": "[[concat('NetworkWatcherRG', '.', variables('securityGroupName'))]", "resourceGroup": "NetworkWatcherRG", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -9968,7 +9968,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -10017,7 +10017,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -10061,7 +10061,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -10101,7 +10101,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10109,7 +10109,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10121,7 +10121,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10129,7 +10129,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10173,25 +10173,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -10252,7 +10252,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10260,7 +10260,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10272,7 +10272,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10280,7 +10280,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10292,7 +10292,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10340,28 +10340,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -10439,7 +10439,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -10483,7 +10483,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10491,7 +10491,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10503,7 +10503,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10511,7 +10511,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10523,7 +10523,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10571,28 +10571,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -10662,7 +10662,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10670,7 +10670,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10682,7 +10682,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10690,7 +10690,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10760,25 +10760,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -10859,7 +10859,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10867,7 +10867,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10879,7 +10879,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10887,7 +10887,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10931,25 +10931,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11011,7 +11011,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -11019,7 +11019,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11031,7 +11031,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -11039,7 +11039,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11051,7 +11051,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11099,28 +11099,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11190,7 +11190,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -11198,7 +11198,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11210,7 +11210,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -11218,7 +11218,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11230,7 +11230,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11278,28 +11278,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11369,7 +11369,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -11377,7 +11377,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11389,7 +11389,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -11397,7 +11397,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11409,7 +11409,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11457,28 +11457,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11548,7 +11548,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -11556,7 +11556,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11568,7 +11568,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -11576,7 +11576,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11588,7 +11588,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11632,28 +11632,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11723,7 +11723,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11763,19 +11763,19 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "sqlServerName": { - "type": "string" + "type": "String" }, "sqlServerDataBaseName": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11838,7 +11838,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11873,19 +11873,19 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "sqlServerName": { - "type": "string" + "type": "String" }, "sqlServerDataBaseName": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11930,7 +11930,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11965,19 +11965,19 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "sqlServerName": { - "type": "string" + "type": "String" }, "sqlServerDataBaseName": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12032,21 +12032,21 @@ "mode": "Indexed", "parameters": { "vulnerabilityAssessmentsEmail": { - "type": "string", + "type": "String", "metadata": { "description": "The email address to send alerts", "displayName": "The email address to send alerts" } }, "vulnerabilityAssessmentsStorageID": { - "type": "string", + "type": "String", "metadata": { "description": "The storage account ID to store assessments", "displayName": "The storage account ID to store assessments" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12085,25 +12085,25 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "sqlServerName": { - "type": "string" + "type": "String" }, "sqlServerDataBaseName": { - "type": "string" + "type": "String" }, "vulnerabilityAssessmentsEmail": { - "type": "string" + "type": "String" }, "vulnerabilityAssessmentsStorageID": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12163,7 +12163,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12171,7 +12171,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12183,7 +12183,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12191,7 +12191,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12203,7 +12203,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12251,28 +12251,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12382,7 +12382,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12390,7 +12390,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12402,7 +12402,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12410,7 +12410,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12454,25 +12454,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12534,7 +12534,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12542,7 +12542,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12554,7 +12554,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12562,7 +12562,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12606,25 +12606,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12688,7 +12688,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -12732,7 +12732,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -12776,7 +12776,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12784,7 +12784,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12796,7 +12796,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12804,7 +12804,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12816,7 +12816,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12864,28 +12864,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12959,7 +12959,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12967,7 +12967,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12979,7 +12979,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12987,7 +12987,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12999,7 +12999,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13047,28 +13047,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -13142,7 +13142,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -13150,7 +13150,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -13162,7 +13162,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -13170,7 +13170,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13182,7 +13182,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13230,28 +13230,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -13321,7 +13321,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -13329,7 +13329,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -13341,7 +13341,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -13349,7 +13349,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13393,25 +13393,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -13472,7 +13472,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -13480,7 +13480,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -13492,7 +13492,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -13500,7 +13500,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13512,7 +13512,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13560,28 +13560,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -13650,7 +13650,7 @@ "mode": "All", "parameters": { "hubName": { - "type": "string", + "type": "String", "metadata": { "displayName": "hubName", "description": "Name of the Hub" @@ -13688,14 +13688,14 @@ "defaultValue": {} }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -13734,7 +13734,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -13760,7 +13760,7 @@ "contentVersion": "1.0.0.0", "parameters": { "hubName": { - "type": "string", + "type": "String", "metadata": { "description": "Name of the HUB" } @@ -13793,7 +13793,7 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." @@ -13818,7 +13818,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https: //schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -13872,7 +13872,7 @@ ], "name": "[[concat(parameters('hubName'),'-vpngw')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -13935,7 +13935,7 @@ ], "name": "[[concat(parameters('hubName'),'-ergw')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -13997,7 +13997,7 @@ "[[concat(parameters('hubName'),'-', parameters('HUB').location)]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14076,7 +14076,7 @@ "defaultValue": [] }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -14125,7 +14125,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "ipam": { "value": "[[parameters('ipam')]", @@ -14186,7 +14186,7 @@ "location": "[[parameters('ipam')[copyIndex()].location]", "dependsOn": [], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14225,7 +14225,7 @@ "[[concat('es-ipam-',subscription().displayName,'-RG-',copyIndex())]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14281,7 +14281,7 @@ "[[concat(subscription().displayName, '-vnet')]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "expressionEvaluationOptions": { "scope": "inner" }, @@ -14290,10 +14290,10 @@ "contentVersion": "1.0.0.0", "parameters": { "remoteVirtualNetwork": { - "type": "string" + "type": "String" }, "vWanVhubName": { - "type": "string", + "type": "String", "defaultValue": "" }, "allowHubToRemoteVnetTransit": { @@ -14357,7 +14357,7 @@ "[[concat(subscription().displayName, '-vnet')]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "expressionEvaluationOptions": { "scope": "inner" }, @@ -14366,11 +14366,11 @@ "contentVersion": "1.0.0.0", "parameters": { "remoteVirtualNetwork": { - "type": "string", + "type": "String", "defaultValue": false }, "hubName": { - "type": "string", + "type": "String", "defaultValue": false } }, @@ -14438,14 +14438,14 @@ "mode": "All", "parameters": { "vwanname": { - "type": "string", + "type": "String", "metadata": { "displayName": "vwanname", "description": "Name of the Virtual WAN" } }, "vwanRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "vwanRegion", "description": "Select Azure region for Virtual WAN", @@ -14453,14 +14453,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -14499,7 +14499,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -14516,13 +14516,13 @@ "contentVersion": "1.0.0.0", "parameters": { "rgName": { - "type": "string" + "type": "String" }, "vwanname": { - "type": "string" + "type": "String" }, "vwanRegion": { - "type": "string" + "type": "String" } }, "variables": { @@ -14545,7 +14545,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", @@ -14585,14 +14585,14 @@ "mode": "All", "parameters": { "vwanname": { - "type": "string", + "type": "String", "metadata": { "displayName": "vwanname", "description": "Name of the Virtual WAN" } }, "vHubName": { - "type": "string", + "type": "String", "metadata": { "displayName": "vHubName", "description": "Name of the vHUB" @@ -14631,14 +14631,14 @@ "defaultValue": {} }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -14677,7 +14677,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -14706,7 +14706,7 @@ "contentVersion": "1.0.0.0", "parameters": { "vwanname": { - "type": "string", + "type": "String", "metadata": { "description": "Name of the Virtual WAN" } @@ -14739,14 +14739,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "vHUBName": { - "type": "string", + "type": "String", "metadata": { "displayName": "vHUBName", "description": "Name of the vHUB" @@ -14775,7 +14775,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14809,7 +14809,7 @@ ], "name": "[[concat(parameters('vHUBName'),'-vpngw')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14843,7 +14843,7 @@ ], "name": "[[concat(parameters('vHUBName'),'-ergw')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14883,7 +14883,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -14891,7 +14891,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -14903,7 +14903,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -14911,7 +14911,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -14955,25 +14955,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15034,7 +15034,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15042,7 +15042,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15054,7 +15054,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15062,7 +15062,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15074,7 +15074,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15122,28 +15122,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15233,7 +15233,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15241,7 +15241,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15253,7 +15253,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15261,7 +15261,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15305,25 +15305,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15399,7 +15399,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15407,7 +15407,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15419,7 +15419,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15427,7 +15427,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15471,25 +15471,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15557,7 +15557,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15565,7 +15565,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15577,7 +15577,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15585,7 +15585,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15629,25 +15629,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15711,37 +15711,37 @@ "mode": "Indexed", "parameters": { "domainUsername": { - "type": "string", + "type": "String", "metadata": { "displayName": "domainUsername" } }, "domainPassword": { - "type": "string", + "type": "String", "metadata": { "displayName": "domainPassword" } }, "domainFQDN": { - "type": "string", + "type": "String", "metadata": { "displayName": "domainFQDN" } }, "domainOUPath": { - "type": "string", + "type": "String", "metadata": { "displayName": "domainOUPath" } }, "keyVaultResourceId": { - "type": "string", + "type": "String", "metadata": { "displayName": "keyVaultResourceId" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15857,7 +15857,7 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "vmName": { "value": "[[field('name')]" @@ -15896,25 +15896,25 @@ "contentVersion": "1.0.0.0", "parameters": { "vmName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "domainUsername": { - "type": "string" + "type": "String" }, "domainPassword": { "type": "securestring" }, "domainFQDN": { - "type": "string" + "type": "String" }, "domainOUPath": { - "type": "string" + "type": "String" }, "keyVaultResourceId": { - "type": "string" + "type": "String" } }, "variables": { @@ -15962,7 +15962,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15970,7 +15970,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15982,7 +15982,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15990,7 +15990,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16002,7 +16002,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16050,28 +16050,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -16145,7 +16145,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -16194,7 +16194,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -16206,7 +16206,7 @@ } }, "minTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -16256,7 +16256,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -16304,7 +16304,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -16352,7 +16352,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -16396,7 +16396,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -16404,7 +16404,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -16416,7 +16416,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -16424,7 +16424,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16436,7 +16436,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16484,28 +16484,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -16599,7 +16599,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -16607,7 +16607,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -16619,7 +16619,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -16627,7 +16627,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16639,7 +16639,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16687,28 +16687,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -16782,7 +16782,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -16795,7 +16795,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -16852,7 +16852,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -16864,7 +16864,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -16920,19 +16920,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimalTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -16983,7 +16983,7 @@ "defaultValue": 5 }, "storageAccountResourceId": { - "type": "string", + "type": "String", "metadata": { "displayName": "Storage Account Resource Id", "strongType": "Microsoft.Storage/storageAccounts" @@ -17004,7 +17004,7 @@ "defaultValue": false }, "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "strongType": "omsWorkspace", "displayName": "Resource ID of Log Analytics workspace", @@ -17013,7 +17013,7 @@ "defaultValue": "" }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -17057,7 +17057,7 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "networkSecurityGroupName": { "value": "[[field('name')]" @@ -17089,16 +17089,16 @@ "contentVersion": "1.0.0.0", "parameters": { "networkSecurityGroupName": { - "type": "string" + "type": "String" }, "resourceGroupName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "storageAccountResourceId": { - "type": "string" + "type": "String" }, "retention": { "type": "int" @@ -17110,7 +17110,7 @@ "type": "int" }, "logAnalytics": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -17165,7 +17165,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -17178,7 +17178,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -17235,7 +17235,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -17247,7 +17247,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -17304,19 +17304,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimalTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -17364,7 +17364,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -17377,7 +17377,7 @@ } }, "minimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17429,7 +17429,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -17483,7 +17483,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -17495,7 +17495,7 @@ } }, "minimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17549,7 +17549,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -17562,7 +17562,7 @@ "defaultValue": "Audit" }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17614,7 +17614,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -17626,7 +17626,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17670,19 +17670,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimalTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -17729,7 +17729,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -17742,7 +17742,7 @@ "defaultValue": "Audit" }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17794,7 +17794,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -17806,7 +17806,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17850,19 +17850,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimalTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -17909,7 +17909,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -17922,7 +17922,7 @@ } }, "minimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -17990,7 +17990,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18002,7 +18002,7 @@ } }, "minimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -18062,19 +18062,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimumTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -18126,10 +18126,10 @@ "displayName": "Log Analytics workspace", "strongType": "omsWorkspace" }, - "type": "string" + "type": "String" }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -18137,7 +18137,7 @@ } }, "ACILogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18149,7 +18149,7 @@ } }, "ACRLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18161,7 +18161,7 @@ } }, "AKSLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18173,7 +18173,7 @@ } }, "AnalysisServiceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18185,7 +18185,7 @@ } }, "APIforFHIRLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18197,7 +18197,7 @@ } }, "APIMgmtLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18209,7 +18209,7 @@ } }, "ApplicationGatewayLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18221,7 +18221,7 @@ } }, "AutomationLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18233,7 +18233,7 @@ } }, "BatchLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18245,7 +18245,7 @@ } }, "CDNEndpointsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18257,7 +18257,7 @@ } }, "CognitiveServicesLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18269,7 +18269,7 @@ } }, "CosmosLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18281,7 +18281,7 @@ } }, "DatabricksLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18293,7 +18293,7 @@ } }, "DataExplorerClusterLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18305,7 +18305,7 @@ } }, "DataFactoryLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18317,7 +18317,7 @@ } }, "DataLakeStoreLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18329,7 +18329,7 @@ } }, "DataLakeAnalyticsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18341,7 +18341,7 @@ } }, "EventGridSubLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18353,7 +18353,7 @@ } }, "EventGridTopicLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18365,7 +18365,7 @@ } }, "EventHubLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18377,7 +18377,7 @@ } }, "EventSystemTopicLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18389,7 +18389,7 @@ } }, "ExpressRouteLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18401,7 +18401,7 @@ } }, "FirewallLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18413,7 +18413,7 @@ } }, "FrontDoorLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18425,7 +18425,7 @@ } }, "FunctionAppLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18437,7 +18437,7 @@ } }, "HDInsightLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18449,7 +18449,7 @@ } }, "IotHubLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18461,7 +18461,7 @@ } }, "KeyVaultLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18473,7 +18473,7 @@ } }, "LoadBalancerLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18485,7 +18485,7 @@ } }, "LogicAppsISELogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18497,7 +18497,7 @@ } }, "LogicAppsWFLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18509,7 +18509,7 @@ } }, "MariaDBLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18521,7 +18521,7 @@ } }, "MediaServiceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18533,7 +18533,7 @@ } }, "MlWorkspaceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18545,7 +18545,7 @@ } }, "MySQLLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18557,7 +18557,7 @@ } }, "NetworkSecurityGroupsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18569,7 +18569,7 @@ } }, "NetworkNICLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18581,7 +18581,7 @@ } }, "PostgreSQLLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18593,7 +18593,7 @@ } }, "PowerBIEmbeddedLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18605,7 +18605,7 @@ } }, "NetworkPublicIPNicLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18617,7 +18617,7 @@ } }, "RecoveryVaultLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18629,7 +18629,7 @@ } }, "RedisCacheLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18641,7 +18641,7 @@ } }, "RelayLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18653,7 +18653,7 @@ } }, "SearchServicesLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18665,7 +18665,7 @@ } }, "ServiceBusLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18677,7 +18677,7 @@ } }, "SignalRLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18689,7 +18689,7 @@ } }, "SQLDBsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18701,7 +18701,7 @@ } }, "SQLElasticPoolsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18713,7 +18713,7 @@ } }, "SQLMLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18725,7 +18725,7 @@ } }, "StreamAnalyticsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18737,7 +18737,7 @@ } }, "TimeSeriesInsightsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18749,7 +18749,7 @@ } }, "TrafficManagerLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18761,7 +18761,7 @@ } }, "VirtualNetworkLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18773,7 +18773,7 @@ } }, "VirtualMachinesLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18785,7 +18785,7 @@ } }, "VMSSLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18797,7 +18797,7 @@ } }, "VNetGWLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18809,7 +18809,7 @@ } }, "AppServiceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18821,7 +18821,7 @@ } }, "AppServiceWebappLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18833,7 +18833,7 @@ } }, "WVDAppGroupsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18845,7 +18845,7 @@ } }, "WVDWorkspaceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18857,7 +18857,7 @@ } }, "WVDHostPoolsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18869,7 +18869,7 @@ } }, "StorageAccountsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -19824,7 +19824,7 @@ "displayName": "Public network access should be disabled for PAAS services", "parameters": { "CosmosPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19837,7 +19837,7 @@ } }, "MariaDBPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19850,7 +19850,7 @@ } }, "MySQLPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19863,7 +19863,7 @@ } }, "PostgreSQLPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19876,7 +19876,7 @@ } }, "KeyVaultPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19889,7 +19889,7 @@ } }, "SqlServerPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19902,7 +19902,7 @@ } }, "StoragePublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19915,7 +19915,7 @@ } }, "AKSPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -20020,17 +20020,17 @@ "description": "The email address to send alerts", "displayName": "The email address to send alerts" }, - "type": "string" + "type": "String" }, "vulnerabilityAssessmentsStorageID": { "metadata": { "description": "The storage account ID to store assessments", "displayName": "The storage account ID to store assessments" }, - "type": "string" + "type": "String" }, "SqlDbTdeDeploySqlSecurityEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20042,7 +20042,7 @@ } }, "SqlDbSecurityAlertPoliciesDeploySqlSecurityEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20054,7 +20054,7 @@ } }, "SqlDbAuditingSettingsDeploySqlSecurityEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20066,7 +20066,7 @@ } }, "SqlDbVulnerabilityAssessmentsDeploySqlSecurityEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20140,7 +20140,7 @@ "displayName": "Container registries should be encrypted with a customer-managed key (CMK)", "description": "Use customer-managed keys to manage the encryption at rest of the contents of your registries. By default, the data is encrypted at rest with service-managed keys, but customer-managed keys (CMK) are commonly required to meet regulatory compliance standards. CMKs enable the data to be encrypted with an Azure Key Vault key created and owned by you. You have full control and responsibility for the key lifecycle, including rotation and management. Learn more about CMK encryption at https://aka.ms/acr/CMK." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20153,7 +20153,7 @@ "displayName": "Azure Kubernetes Service clusters both operating systems and data disks should be encrypted by customer-managed keys", "description": "Encrypting OS and data disks using customer-managed keys provides more control and greater flexibility in key management. This is a common requirement in many regulatory and industry compliance standards." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20162,7 +20162,7 @@ ] }, "WorkspaceCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20175,7 +20175,7 @@ } }, "CognitiveServicesCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20188,7 +20188,7 @@ } }, "CosmosCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "audit", "allowedValues": [ "audit", @@ -20201,7 +20201,7 @@ } }, "DataBoxCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20214,7 +20214,7 @@ } }, "StreamAnalyticsCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "audit", "allowedValues": [ "audit", @@ -20227,7 +20227,7 @@ } }, "SynapseWorkspaceCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20240,7 +20240,7 @@ } }, "StorageCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20252,7 +20252,7 @@ } }, "MySQLCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20264,7 +20264,7 @@ } }, "PostgreSQLCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20276,7 +20276,7 @@ } }, "SqlServerTDECMKEffect": { - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20288,7 +20288,7 @@ } }, "HealthcareAPIsCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "audit", "allowedValues": [ "audit", @@ -20300,7 +20300,7 @@ } }, "AzureBatchCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20313,7 +20313,7 @@ } }, "EncryptedVMDisksEffect": { - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20476,7 +20476,7 @@ "displayName": "Deny or Deploy and append TLS requirements and SSL enforcement on resources without Encryption in transit", "parameters": { "AppServiceHttpEffect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -20488,7 +20488,7 @@ } }, "AppServiceTlsVersionEffect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -20500,7 +20500,7 @@ } }, "AppServiceminTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -20517,7 +20517,7 @@ "displayName": "App Service API App. Latest TLS version should be used in your API App", "description": "App Service API App. Only Audit, deny not possible as it is a related resource. Upgrade to the latest TLS version." }, - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20529,7 +20529,7 @@ "displayName": "App Service API App. API App should only be accessible over HTTPS. Choose Deny or Audit in combination with Append policy.", "description": "Choose Deny or Audit in combination with Append policy. Use of HTTPS ensures server/service authentication and protects data in transit from network layer eavesdropping attacks." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20542,7 +20542,7 @@ "displayName": "App Service Function App. Latest TLS version should be used in your Function App", "description": "Only Audit, deny not possible as it is a related resource. Upgrade to the latest TLS version." }, - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20554,7 +20554,7 @@ "displayName": "App Service Function App. Function App should only be accessible over HTTPS. Choose Deny or Audit in combination with Append policy.", "description": "App Service Function App. Choose Deny or Audit in combination with Append policy. Use of HTTPS ensures server/service authentication and protects data in transit from network layer eavesdropping attacks." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20567,7 +20567,7 @@ "displayName": "App Service Web App. Latest TLS version should be used in your Web App", "description": "Only Audit, deny not possible as it is a related resource. Upgrade to the latest TLS version." }, - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20579,7 +20579,7 @@ "displayName": "App Service Web App. Web Application should only be accessible over HTTPS. Choose Deny or Audit in combination with Append policy.", "description": "Choose Deny or Audit in combination with Append policy. Use of HTTPS ensures server/service authentication and protects data in transit from network layer eavesdropping attacks." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20592,7 +20592,7 @@ "displayName": "AKS Service. Enforce HTTPS ingress in Kubernetes cluster", "description": "This policy enforces HTTPS ingress in a Kubernetes cluster. This policy is generally available for Kubernetes Service (AKS), and preview for AKS Engine and Azure Arc enabled Kubernetes. For instructions on using this policy, visit https://aka.ms/kubepolicydoc." }, - "type": "string", + "type": "String", "defaultValue": "deny", "allowedValues": [ "audit", @@ -20601,7 +20601,7 @@ ] }, "MySQLEnableSSLDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20617,7 +20617,7 @@ "displayName": "MySQL database servers. Enforce SSL connection should be enabled for MySQL database servers", "description": "Azure Database for MySQL supports connecting your Azure Database for MySQL server to client applications using Secure Sockets Layer (SSL). Enforcing SSL connections between your database server and your client applications helps protect against 'man in the middle' attacks by encrypting the data stream between the server and your application. This configuration enforces that SSL is always enabled for accessing your database server." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20626,7 +20626,7 @@ ] }, "MySQLminimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -20640,7 +20640,7 @@ } }, "PostgreSQLEnableSSLDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20656,7 +20656,7 @@ "displayName": "PostgreSQL database servers. Enforce SSL connection should be enabled for PostgreSQL database servers", "description": "Azure Database for PostgreSQL supports connecting your Azure Database for PostgreSQL server to client applications using Secure Sockets Layer (SSL). Enforcing SSL connections between your database server and your client applications helps protect against 'man in the middle' attacks by encrypting the data stream between the server and your application. This configuration enforces that SSL is always enabled for accessing your database server." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20665,7 +20665,7 @@ ] }, "PostgreSQLminimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -20679,7 +20679,7 @@ } }, "RedisTLSDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -20691,7 +20691,7 @@ } }, "RedisMinTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -20708,7 +20708,7 @@ "displayName": "Azure Cache for Redis. Only secure connections to your Azure Cache for Redis should be enabled", "description": "Azure Cache for Redis. Audit enabling of only connections via SSL to Azure Cache for Redis. Use of secure connections ensures authentication between the server and the service and protects data in transit from network layer attacks such as man-in-the-middle, eavesdropping, and session-hijacking." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20717,7 +20717,7 @@ ] }, "SQLManagedInstanceTLSDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20729,7 +20729,7 @@ } }, "SQLManagedInstanceMinTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -20746,7 +20746,7 @@ "displayName": "SQL Managed Instance should have the minimal TLS version of 1.2", "description": "Setting minimal TLS version to 1.2 improves security by ensuring your SQL Managed Instance can only be accessed from clients using TLS 1.2. Using versions of TLS less than 1.2 is not recommended since they have well documented security vulnerabilities." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20755,7 +20755,7 @@ ] }, "SQLServerTLSDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20767,7 +20767,7 @@ } }, "SQLServerminTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -20784,7 +20784,7 @@ "displayName": "Azure SQL Database should have the minimal TLS version of 1.2", "description": "Setting minimal TLS version to 1.2 improves security by ensuring your Azure SQL Database can only be accessed from clients using TLS 1.2. Using versions of TLS less than 1.2 is not recommended since they have well documented security vulnerabilities." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20797,7 +20797,7 @@ "displayName": "Azure Storage Account. Deploy Secure transfer to storage accounts should be enabled", "description": "Audit requirement of Secure transfer in your storage account. Secure transfer is an option that forces your storage account to accept requests only from secure connections (HTTPS). Use of HTTPS ensures authentication between the server and the service and protects data in transit from network layer attacks such as man-in-the-middle, eavesdropping, and session-hijacking" }, - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20805,7 +20805,7 @@ ] }, "StorageminimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -20822,7 +20822,7 @@ "displayName": "Azure Storage Account. Secure transfer to storage accounts should be enabled", "description": "Audit requirement of Secure transfer in your storage account. Secure transfer is an option that forces your storage account to accept requests only from secure connections (HTTPS). Use of HTTPS ensures authentication between the server and the service and protects data in transit from network layer attacks such as man-in-the-middle, eavesdropping, and session-hijacking" }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", diff --git a/docs/reference/wingtip/armTemplates/auxiliary/policies.json b/docs/reference/wingtip/armTemplates/auxiliary/policies.json index 10c06632..017c0a67 100644 --- a/docs/reference/wingtip/armTemplates/auxiliary/policies.json +++ b/docs/reference/wingtip/armTemplates/auxiliary/policies.json @@ -3,7 +3,7 @@ "contentVersion": "1.0.0.0", "parameters": { "topLevelManagementGroupPrefix": { - "type": "string", + "type": "String", "maxLength": 10, "metadata": { "description": "Provide a prefix (max 10 characters, unique at tenant-scope) for the Management Group hierarchy and other resources created as part of Enterprise-scale." @@ -21,7 +21,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -29,7 +29,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -41,7 +41,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -49,7 +49,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -93,25 +93,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -173,14 +173,14 @@ "mode": "All", "parameters": { "amount": { - "type": "string", + "type": "String", "defaultValue": "1000", "metadata": { "description": "The total amount of cost or usage to track with the budget" } }, "timeGrain": { - "type": "string", + "type": "String", "defaultValue": "Monthly", "allowedValues": [ "Monthly", @@ -195,21 +195,21 @@ } }, "firstThreshold": { - "type": "string", + "type": "String", "defaultValue": "90", "metadata": { "description": "Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000." } }, "secondThreshold": { - "type": "string", + "type": "String", "defaultValue": "100", "metadata": { "description": "Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000." } }, "contactRoles": { - "type": "array", + "type": "Array", "defaultValue": [ "Owner", "Contributor" @@ -219,14 +219,14 @@ } }, "contactEmails": { - "type": "array", + "type": "Array", "defaultValue": [], "metadata": { "description": "The list of email addresses, in an array, to send the budget notification to when the threshold is exceeded." } }, "contactGroups": { - "type": "array", + "type": "Array", "defaultValue": [], "metadata": { "description": "The list of action groups, in an array, to send the budget notification to when the threshold is exceeded. It accepts array of strings." @@ -274,7 +274,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "amount": { "value": "[[parameters('amount')]" @@ -303,28 +303,28 @@ "contentVersion": "1.0.0.0", "parameters": { "amount": { - "type": "string" + "type": "String" }, "timeGrain": { - "type": "string" + "type": "String" }, "firstThreshold": { - "type": "string" + "type": "String" }, "secondThreshold": { - "type": "string" + "type": "String" }, "contactEmails": { - "type": "array" + "type": "Array" }, "contactRoles": { - "type": "array" + "type": "Array" }, "contactGroups": { - "type": "array" + "type": "Array" }, "startDate": { - "type": "string", + "type": "String", "defaultValue": "[[concat(utcNow('MM'), '/01/', utcNow('yyyy'))]" } }, @@ -377,7 +377,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -385,7 +385,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -397,7 +397,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -405,7 +405,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -417,7 +417,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -465,28 +465,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -560,7 +560,7 @@ "mode": "All", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Primary Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -568,7 +568,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -580,7 +580,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -626,16 +626,16 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "logAnalytics": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -713,7 +713,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -721,7 +721,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -733,7 +733,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -741,7 +741,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -753,7 +753,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -801,28 +801,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -916,35 +916,35 @@ "mode": "All", "parameters": { "vNetName": { - "type": "string", + "type": "String", "metadata": { "displayName": "vNetName", "description": "Name of the landing zone vNet" } }, "vNetRgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "vNetRgName", "description": "Name of the landing zone vNet RG" } }, "vNetLocation": { - "type": "string", + "type": "String", "metadata": { "displayName": "vNetLocation", "description": "Location for the vNet" } }, "vNetCidrRange": { - "type": "string", + "type": "String", "metadata": { "displayName": "vNetCidrRange", "description": "CIDR Range for the vNet" } }, "hubResourceId": { - "type": "string", + "type": "String", "metadata": { "displayName": "hubResourceId", "description": "Resource ID for the HUB vNet" @@ -990,7 +990,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "vNetRgName": { "value": "[[parameters('vNetRgName')]" @@ -1013,23 +1013,23 @@ "contentVersion": "1.0.0.0", "parameters": { "vNetRgName": { - "type": "string" + "type": "String" }, "vNetName": { - "type": "string" + "type": "String" }, "vNetLocation": { - "type": "string" + "type": "String" }, "vNetCidrRange": { - "type": "string" + "type": "String" }, "vNetPeerUseRemoteGateway": { "type": "bool", "defaultValue": false }, "hubResourceId": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1041,7 +1041,7 @@ "location": "[[parameters('vNetLocation')]", "dependsOn": [], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -1075,7 +1075,7 @@ "[[concat('es-lz-vnet-',substring(uniqueString(subscription().id),0,6),'-rg')]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -1123,7 +1123,7 @@ "[[parameters('vNetName')]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "expressionEvaluationOptions": { "scope": "inner" }, @@ -1132,11 +1132,11 @@ "contentVersion": "1.0.0.0", "parameters": { "remoteVirtualNetwork": { - "Type": "string", + "type": "string", "defaultValue": false }, "hubName": { - "Type": "string", + "type": "string", "defaultValue": false } }, @@ -1193,7 +1193,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -1237,7 +1237,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1245,7 +1245,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -1257,7 +1257,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -1265,7 +1265,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1277,7 +1277,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1325,28 +1325,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1420,7 +1420,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1428,7 +1428,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -1440,7 +1440,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -1448,7 +1448,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1460,7 +1460,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1508,28 +1508,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1599,7 +1599,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -1643,7 +1643,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1651,7 +1651,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -1663,7 +1663,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -1671,7 +1671,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1683,7 +1683,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1731,28 +1731,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1830,7 +1830,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1838,7 +1838,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -1850,7 +1850,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -1858,7 +1858,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -1902,25 +1902,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -1982,7 +1982,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -1990,7 +1990,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -2002,7 +2002,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -2010,7 +2010,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2022,7 +2022,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2078,28 +2078,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -2201,7 +2201,7 @@ "mode": "All", "parameters": { "pricingTierVMs": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierVMs" }, @@ -2212,7 +2212,7 @@ "defaultValue": "Standard" }, "pricingTierSqlServers": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierSqlServers" }, @@ -2223,7 +2223,7 @@ "defaultValue": "Standard" }, "pricingTierAppServices": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierAppServices" }, @@ -2234,7 +2234,7 @@ "defaultValue": "Standard" }, "pricingTierStorageAccounts": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierStorageAccounts" }, @@ -2245,7 +2245,7 @@ "defaultValue": "Standard" }, "pricingTierContainerRegistry": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierContainerRegistry" }, @@ -2256,7 +2256,7 @@ "defaultValue": "Standard" }, "pricingTierKeyVaults": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierKeyVaults" }, @@ -2267,7 +2267,7 @@ "defaultValue": "Standard" }, "pricingTierKubernetesService": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierKubernetesService" }, @@ -2278,7 +2278,7 @@ "defaultValue": "Standard" }, "pricingTierDns": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierDns" }, @@ -2289,7 +2289,7 @@ "defaultValue": "Standard" }, "pricingTierArm": { - "type": "string", + "type": "String", "metadata": { "displayName": "pricingTierArm" }, @@ -2300,7 +2300,7 @@ "defaultValue": "Standard" }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -2349,7 +2349,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "pricingTierVMs": { "value": "[[parameters('pricingTierVMs')]" @@ -2384,55 +2384,55 @@ "contentVersion": "1.0.0.0", "parameters": { "pricingTierVMs": { - "type": "string", + "type": "String", "metadata": { "description": "pricingTierVMs" } }, "pricingTierSqlServers": { - "type": "string", + "type": "String", "metadata": { "description": "pricingTierSqlServers" } }, "pricingTierAppServices": { - "type": "string", + "type": "String", "metadata": { "description": "pricingTierAppServices" } }, "pricingTierStorageAccounts": { - "type": "string", + "type": "String", "metadata": { "description": "pricingTierStorageAccounts" } }, "pricingTierContainerRegistry": { - "type": "string", + "type": "String", "metadata": { "description": "ContainerRegistry" } }, "pricingTierKeyVaults": { - "type": "string", + "type": "String", "metadata": { "description": "KeyVaults" } }, "pricingTierKubernetesService": { - "type": "string", + "type": "String", "metadata": { "description": "KubernetesService" } }, "pricingTierDns": { - "type": "string", + "type": "String", "metadata": { "description": "KubernetesService" } }, "pricingTierArm": { - "type": "string", + "type": "String", "metadata": { "description": "KubernetesService" } @@ -2554,7 +2554,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -2582,7 +2582,7 @@ "Microsoft.Automation/automationAccounts/modules", "Microsoft.Automation/automationAccounts/credentials", "Microsoft.Automation/automationAccounts/connections", - "Microsoft.Automation/automationAccount/certificates" + "Microsoft.Automation/automationAccounts/certificates" ] } ] @@ -2601,7 +2601,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -2609,7 +2609,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -2621,7 +2621,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -2629,7 +2629,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2641,7 +2641,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2689,28 +2689,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -2792,7 +2792,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -2902,7 +2902,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -2910,7 +2910,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -2922,7 +2922,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -2930,7 +2930,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2942,7 +2942,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -2990,28 +2990,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3081,7 +3081,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3089,7 +3089,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3101,7 +3101,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3109,7 +3109,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3153,25 +3153,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3228,7 +3228,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3236,7 +3236,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3248,7 +3248,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3256,7 +3256,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3268,7 +3268,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3316,28 +3316,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3415,7 +3415,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3423,7 +3423,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3435,7 +3435,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3443,7 +3443,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3455,7 +3455,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3503,28 +3503,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3622,7 +3622,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -3666,7 +3666,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3674,7 +3674,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3686,7 +3686,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3694,7 +3694,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3738,25 +3738,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -3848,7 +3848,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -3856,7 +3856,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -3868,7 +3868,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -3876,7 +3876,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3888,7 +3888,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -3936,28 +3936,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -4059,7 +4059,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -4067,7 +4067,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4079,7 +4079,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -4087,7 +4087,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -4099,7 +4099,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -4147,28 +4147,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -4242,7 +4242,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -4250,7 +4250,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4262,7 +4262,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -4270,7 +4270,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -4282,7 +4282,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -4330,28 +4330,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -4425,14 +4425,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4476,19 +4476,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4536,14 +4536,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4587,19 +4587,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4647,14 +4647,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4698,19 +4698,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4758,14 +4758,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4809,19 +4809,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4869,14 +4869,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -4920,19 +4920,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -4980,14 +4980,14 @@ "mode": "Indexed", "parameters": { "privateDnsZoneId": { - "type": "string", + "type": "String", "metadata": { "displayName": "privateDnsZoneId", "strongType": "Microsoft.Network/privateDnsZones" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5031,19 +5031,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "privateDnsZoneId": { - "type": "string" + "type": "String" }, "privateEndpointName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "resources": [ @@ -5091,7 +5091,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5099,7 +5099,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5111,7 +5111,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5119,7 +5119,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5163,25 +5163,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5243,7 +5243,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5251,7 +5251,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5263,7 +5263,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5271,7 +5271,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5283,7 +5283,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5331,28 +5331,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5426,7 +5426,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5434,7 +5434,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5446,7 +5446,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5454,7 +5454,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5466,7 +5466,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5514,28 +5514,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5629,7 +5629,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5637,7 +5637,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5649,7 +5649,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5657,7 +5657,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5669,7 +5669,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5717,28 +5717,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5808,7 +5808,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5816,7 +5816,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -5828,7 +5828,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -5836,7 +5836,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5848,7 +5848,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -5896,28 +5896,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -5987,7 +5987,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -5995,7 +5995,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6007,7 +6007,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6015,7 +6015,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6027,7 +6027,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6075,28 +6075,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -6182,7 +6182,7 @@ "defaultValue": {} }, "fwPolicyRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "fwPolicyRegion", "description": "Select Azure region for Azure Firewall Policy", @@ -6190,14 +6190,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6235,7 +6235,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -6252,13 +6252,13 @@ "contentVersion": "1.0.0.0", "parameters": { "rgName": { - "type": "string" + "type": "String" }, "fwPolicy": { "type": "object" }, "fwPolicyRegion": { - "type": "string" + "type": "String" } }, "resources": [ @@ -6278,7 +6278,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", @@ -6331,7 +6331,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -6339,7 +6339,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6351,7 +6351,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6359,7 +6359,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6371,7 +6371,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6419,28 +6419,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -6514,7 +6514,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -6522,7 +6522,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6534,7 +6534,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6542,7 +6542,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6554,7 +6554,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6610,28 +6610,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -6701,7 +6701,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -6709,7 +6709,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6721,7 +6721,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6729,7 +6729,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6773,25 +6773,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -6853,7 +6853,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -6861,7 +6861,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -6873,7 +6873,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -6881,7 +6881,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6893,7 +6893,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -6941,28 +6941,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -7084,7 +7084,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -7092,7 +7092,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -7104,7 +7104,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -7112,7 +7112,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -7124,7 +7124,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -7172,28 +7172,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -7263,7 +7263,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -7347,7 +7347,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -7355,7 +7355,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -7367,7 +7367,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -7375,7 +7375,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -7387,7 +7387,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -7435,28 +7435,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -7530,21 +7530,21 @@ "mode": "Indexed", "parameters": { "workspaceName": { - "type": "string", + "type": "String", "metadata": { "displayName": "workspaceName", "description": "Provide name of existing Log Analytics workspace" } }, "workspaceRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "workspaceRegion", "description": "Select region of existing Log Analytics workspace" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -7593,7 +7593,7 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "workspaceName": { "value": "[[parameters('workspaceName')]" @@ -7607,10 +7607,10 @@ "contentVersion": "1.0.0.0", "parameters": { "workspaceName": { - "type": "string" + "type": "String" }, "workspaceRegion": { - "type": "string" + "type": "String" } }, "variables": { @@ -7938,35 +7938,35 @@ "mode": "All", "parameters": { "workspaceName": { - "type": "string", + "type": "String", "metadata": { "displayName": "workspaceName", "description": "Provide name for log analytics workspace" } }, "automationAccountName": { - "type": "string", + "type": "String", "metadata": { "displayName": "automationAccountName", "description": "Provide name for automation account" } }, "workspaceRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "workspaceRegion", "description": "Select Azure region for Log Analytics" } }, "automationRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "automationRegion", "description": "Select Azure region for Automation account" } }, "retentionInDays": { - "type": "string", + "type": "String", "defaultValue": "30", "metadata": { "displayName": "Data retention", @@ -7974,14 +7974,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8027,7 +8027,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -8053,22 +8053,22 @@ "contentVersion": "1.0.0.0", "parameters": { "rgName": { - "type": "string" + "type": "String" }, "workspaceName": { - "type": "string" + "type": "String" }, "workspaceRegion": { - "type": "string" + "type": "String" }, "automationAccountName": { - "type": "string" + "type": "String" }, "automationRegion": { - "type": "string" + "type": "String" }, "retentionInDays": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8089,7 +8089,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", @@ -8158,7 +8158,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8166,7 +8166,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8178,7 +8178,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8186,7 +8186,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8230,25 +8230,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8305,7 +8305,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8313,7 +8313,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8325,7 +8325,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8333,7 +8333,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8345,7 +8345,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8393,28 +8393,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8484,7 +8484,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8492,7 +8492,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8504,7 +8504,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8512,7 +8512,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8524,7 +8524,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8572,28 +8572,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8667,7 +8667,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -8711,7 +8711,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8719,7 +8719,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8731,7 +8731,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8739,7 +8739,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8751,7 +8751,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8799,28 +8799,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -8932,7 +8932,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -8940,7 +8940,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -8952,7 +8952,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -8960,7 +8960,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -8972,7 +8972,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -9020,28 +9020,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -9115,7 +9115,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -9159,14 +9159,14 @@ "mode": "All", "parameters": { "ddosName": { - "type": "string", + "type": "String", "metadata": { "displayName": "ddosName", "description": "DDoSVnet" } }, "ddosRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "ddosRegion", "description": "DDoSVnet location", @@ -9174,14 +9174,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -9220,7 +9220,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -9237,13 +9237,13 @@ "contentVersion": "1.0.0.0", "parameters": { "rgName": { - "type": "string" + "type": "String" }, "ddosname": { - "type": "string" + "type": "String" }, "ddosRegion": { - "type": "string" + "type": "String" } }, "resources": [ @@ -9263,7 +9263,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", @@ -9299,7 +9299,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -9335,7 +9335,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -9371,7 +9371,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -9407,7 +9407,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -9415,7 +9415,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -9427,7 +9427,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -9435,7 +9435,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -9479,25 +9479,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -9558,7 +9558,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -9566,7 +9566,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -9578,7 +9578,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -9586,7 +9586,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -9598,7 +9598,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -9646,28 +9646,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -9759,7 +9759,7 @@ "defaultValue": 60 }, "workspace": { - "type": "string", + "type": "String", "metadata": { "strongType": "omsWorkspace", "displayName": "Resource ID of Log Analytics workspace", @@ -9768,7 +9768,7 @@ "defaultValue": "" }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -9819,7 +9819,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "location": { "value": "[[field('location')]" @@ -9842,13 +9842,13 @@ "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "networkSecurityGroup": { - "type": "string" + "type": "String" }, "workspace": { - "type": "string" + "type": "String" }, "retention": { "type": "int" @@ -9857,7 +9857,7 @@ "type": "int" }, "time": { - "type": "string", + "type": "String", "defaultValue": "[[utcNow()]" } }, @@ -9873,7 +9873,7 @@ "name": "[[concat(variables('resourceGroupName'), '.', variables('securityGroupName'))]", "resourceGroup": "[[variables('resourceGroupName')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -9900,7 +9900,7 @@ "name": "[[concat('NetworkWatcherRG', '.', variables('securityGroupName'))]", "resourceGroup": "NetworkWatcherRG", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -9968,7 +9968,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -10017,7 +10017,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -10061,7 +10061,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -10101,7 +10101,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10109,7 +10109,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10121,7 +10121,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10129,7 +10129,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10173,25 +10173,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -10252,7 +10252,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10260,7 +10260,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10272,7 +10272,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10280,7 +10280,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10292,7 +10292,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10340,28 +10340,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -10439,7 +10439,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -10483,7 +10483,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10491,7 +10491,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10503,7 +10503,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10511,7 +10511,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10523,7 +10523,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10571,28 +10571,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -10662,7 +10662,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10670,7 +10670,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10682,7 +10682,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10690,7 +10690,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10760,25 +10760,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -10859,7 +10859,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -10867,7 +10867,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -10879,7 +10879,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -10887,7 +10887,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -10931,25 +10931,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11011,7 +11011,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -11019,7 +11019,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11031,7 +11031,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -11039,7 +11039,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11051,7 +11051,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11099,28 +11099,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11190,7 +11190,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -11198,7 +11198,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11210,7 +11210,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -11218,7 +11218,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11230,7 +11230,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11278,28 +11278,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11369,7 +11369,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -11377,7 +11377,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11389,7 +11389,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -11397,7 +11397,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11409,7 +11409,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11457,28 +11457,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11548,7 +11548,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -11556,7 +11556,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11568,7 +11568,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -11576,7 +11576,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11588,7 +11588,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -11632,28 +11632,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11723,7 +11723,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11763,19 +11763,19 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "sqlServerName": { - "type": "string" + "type": "String" }, "sqlServerDataBaseName": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11838,7 +11838,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11873,19 +11873,19 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "sqlServerName": { - "type": "string" + "type": "String" }, "sqlServerDataBaseName": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -11930,7 +11930,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -11965,19 +11965,19 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "sqlServerName": { - "type": "string" + "type": "String" }, "sqlServerDataBaseName": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12032,21 +12032,21 @@ "mode": "Indexed", "parameters": { "vulnerabilityAssessmentsEmail": { - "type": "string", + "type": "String", "metadata": { "description": "The email address to send alerts", "displayName": "The email address to send alerts" } }, "vulnerabilityAssessmentsStorageID": { - "type": "string", + "type": "String", "metadata": { "description": "The storage account ID to store assessments", "displayName": "The storage account ID to store assessments" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12085,25 +12085,25 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { - "type": "string" + "type": "String" }, "sqlServerName": { - "type": "string" + "type": "String" }, "sqlServerDataBaseName": { - "type": "string" + "type": "String" }, "vulnerabilityAssessmentsEmail": { - "type": "string" + "type": "String" }, "vulnerabilityAssessmentsStorageID": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12163,7 +12163,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12171,7 +12171,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12183,7 +12183,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12191,7 +12191,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12203,7 +12203,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12251,28 +12251,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12382,7 +12382,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12390,7 +12390,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12402,7 +12402,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12410,7 +12410,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12454,25 +12454,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12534,7 +12534,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12542,7 +12542,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12554,7 +12554,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12562,7 +12562,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12606,25 +12606,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12688,7 +12688,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -12732,7 +12732,7 @@ "mode": "Indexed", "parameters": { "effect": { - "type": "string", + "type": "String", "allowedValues": [ "Audit", "Deny", @@ -12776,7 +12776,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12784,7 +12784,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12796,7 +12796,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12804,7 +12804,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12816,7 +12816,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12864,28 +12864,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -12959,7 +12959,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -12967,7 +12967,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -12979,7 +12979,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -12987,7 +12987,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -12999,7 +12999,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13047,28 +13047,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -13142,7 +13142,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -13150,7 +13150,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -13162,7 +13162,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -13170,7 +13170,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13182,7 +13182,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13230,28 +13230,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -13321,7 +13321,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -13329,7 +13329,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -13341,7 +13341,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -13349,7 +13349,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13393,25 +13393,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -13472,7 +13472,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -13480,7 +13480,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -13492,7 +13492,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -13500,7 +13500,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13512,7 +13512,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -13560,28 +13560,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -13650,7 +13650,7 @@ "mode": "All", "parameters": { "hubName": { - "type": "string", + "type": "String", "metadata": { "displayName": "hubName", "description": "Name of the Hub" @@ -13688,14 +13688,14 @@ "defaultValue": {} }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -13734,7 +13734,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -13760,7 +13760,7 @@ "contentVersion": "1.0.0.0", "parameters": { "hubName": { - "type": "string", + "type": "String", "metadata": { "description": "Name of the HUB" } @@ -13793,7 +13793,7 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." @@ -13818,7 +13818,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https: //schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -13872,7 +13872,7 @@ ], "name": "[[concat(parameters('hubName'),'-vpngw')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -13935,7 +13935,7 @@ ], "name": "[[concat(parameters('hubName'),'-ergw')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -13997,7 +13997,7 @@ "[[concat(parameters('hubName'),'-', parameters('HUB').location)]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14076,7 +14076,7 @@ "defaultValue": [] }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -14125,7 +14125,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "ipam": { "value": "[[parameters('ipam')]", @@ -14186,7 +14186,7 @@ "location": "[[parameters('ipam')[copyIndex()].location]", "dependsOn": [], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14225,7 +14225,7 @@ "[[concat('es-ipam-',subscription().displayName,'-RG-',copyIndex())]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14281,7 +14281,7 @@ "[[concat(subscription().displayName, '-vnet')]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "expressionEvaluationOptions": { "scope": "inner" }, @@ -14290,10 +14290,10 @@ "contentVersion": "1.0.0.0", "parameters": { "remoteVirtualNetwork": { - "type": "string" + "type": "String" }, "vWanVhubName": { - "type": "string", + "type": "String", "defaultValue": "" }, "allowHubToRemoteVnetTransit": { @@ -14357,7 +14357,7 @@ "[[concat(subscription().displayName, '-vnet')]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "expressionEvaluationOptions": { "scope": "inner" }, @@ -14366,11 +14366,11 @@ "contentVersion": "1.0.0.0", "parameters": { "remoteVirtualNetwork": { - "type": "string", + "type": "String", "defaultValue": false }, "hubName": { - "type": "string", + "type": "String", "defaultValue": false } }, @@ -14438,14 +14438,14 @@ "mode": "All", "parameters": { "vwanname": { - "type": "string", + "type": "String", "metadata": { "displayName": "vwanname", "description": "Name of the Virtual WAN" } }, "vwanRegion": { - "type": "string", + "type": "String", "metadata": { "displayName": "vwanRegion", "description": "Select Azure region for Virtual WAN", @@ -14453,14 +14453,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -14499,7 +14499,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -14516,13 +14516,13 @@ "contentVersion": "1.0.0.0", "parameters": { "rgName": { - "type": "string" + "type": "String" }, "vwanname": { - "type": "string" + "type": "String" }, "vwanRegion": { - "type": "string" + "type": "String" } }, "variables": { @@ -14545,7 +14545,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", @@ -14585,14 +14585,14 @@ "mode": "All", "parameters": { "vwanname": { - "type": "string", + "type": "String", "metadata": { "displayName": "vwanname", "description": "Name of the Virtual WAN" } }, "vHubName": { - "type": "string", + "type": "String", "metadata": { "displayName": "vHubName", "description": "Name of the vHUB" @@ -14631,14 +14631,14 @@ "defaultValue": {} }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -14677,7 +14677,7 @@ "deployment": { "location": "northeurope", "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "rgName": { "value": "[[parameters('rgName')]" @@ -14706,7 +14706,7 @@ "contentVersion": "1.0.0.0", "parameters": { "vwanname": { - "type": "string", + "type": "String", "metadata": { "description": "Name of the Virtual WAN" } @@ -14739,14 +14739,14 @@ } }, "rgName": { - "type": "string", + "type": "String", "metadata": { "displayName": "rgName", "description": "Provide name for resource group." } }, "vHUBName": { - "type": "string", + "type": "String", "metadata": { "displayName": "vHUBName", "description": "Name of the vHUB" @@ -14775,7 +14775,7 @@ "[[resourceId('Microsoft.Resources/resourceGroups/', parameters('rgName'))]" ], "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14809,7 +14809,7 @@ ], "name": "[[concat(parameters('vHUBName'),'-vpngw')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14843,7 +14843,7 @@ ], "name": "[[concat(parameters('vHUBName'),'-ergw')]", "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", @@ -14883,7 +14883,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -14891,7 +14891,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -14903,7 +14903,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -14911,7 +14911,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -14955,25 +14955,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15034,7 +15034,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15042,7 +15042,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15054,7 +15054,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15062,7 +15062,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15074,7 +15074,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15122,28 +15122,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15233,7 +15233,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15241,7 +15241,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15253,7 +15253,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15261,7 +15261,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15305,25 +15305,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15399,7 +15399,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15407,7 +15407,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15419,7 +15419,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15427,7 +15427,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15471,25 +15471,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15557,7 +15557,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15565,7 +15565,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15577,7 +15577,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15585,7 +15585,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -15629,25 +15629,25 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -15711,37 +15711,37 @@ "mode": "Indexed", "parameters": { "domainUsername": { - "type": "string", + "type": "String", "metadata": { "displayName": "domainUsername" } }, "domainPassword": { - "type": "string", + "type": "String", "metadata": { "displayName": "domainPassword" } }, "domainFQDN": { - "type": "string", + "type": "String", "metadata": { "displayName": "domainFQDN" } }, "domainOUPath": { - "type": "string", + "type": "String", "metadata": { "displayName": "domainOUPath" } }, "keyVaultResourceId": { - "type": "string", + "type": "String", "metadata": { "displayName": "keyVaultResourceId" } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15857,7 +15857,7 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "vmName": { "value": "[[field('name')]" @@ -15896,25 +15896,25 @@ "contentVersion": "1.0.0.0", "parameters": { "vmName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "domainUsername": { - "type": "string" + "type": "String" }, "domainPassword": { "type": "securestring" }, "domainFQDN": { - "type": "string" + "type": "String" }, "domainOUPath": { - "type": "string" + "type": "String" }, "keyVaultResourceId": { - "type": "string" + "type": "String" } }, "variables": { @@ -15962,7 +15962,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -15970,7 +15970,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -15982,7 +15982,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -15990,7 +15990,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16002,7 +16002,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16050,28 +16050,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -16145,7 +16145,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -16194,7 +16194,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -16206,7 +16206,7 @@ } }, "minTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -16256,7 +16256,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -16304,7 +16304,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -16352,7 +16352,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -16396,7 +16396,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -16404,7 +16404,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -16416,7 +16416,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -16424,7 +16424,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16436,7 +16436,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16484,28 +16484,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -16599,7 +16599,7 @@ "mode": "Indexed", "parameters": { "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "displayName": "Log Analytics workspace", "description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID.", @@ -16607,7 +16607,7 @@ } }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -16619,7 +16619,7 @@ } }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -16627,7 +16627,7 @@ } }, "metricsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16639,7 +16639,7 @@ } }, "logsEnabled": { - "type": "string", + "type": "String", "defaultValue": "True", "allowedValues": [ "True", @@ -16687,28 +16687,28 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "logAnalytics": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "profileName": { - "type": "string" + "type": "String" }, "metricsEnabled": { - "type": "string" + "type": "String" }, "logsEnabled": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -16782,7 +16782,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -16795,7 +16795,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -16852,7 +16852,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -16864,7 +16864,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -16920,19 +16920,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimalTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -16983,7 +16983,7 @@ "defaultValue": 5 }, "storageAccountResourceId": { - "type": "string", + "type": "String", "metadata": { "displayName": "Storage Account Resource Id", "strongType": "Microsoft.Storage/storageAccounts" @@ -17004,7 +17004,7 @@ "defaultValue": false }, "logAnalytics": { - "type": "string", + "type": "String", "metadata": { "strongType": "omsWorkspace", "displayName": "Resource ID of Log Analytics workspace", @@ -17013,7 +17013,7 @@ "defaultValue": "" }, "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -17057,7 +17057,7 @@ }, "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "parameters": { "networkSecurityGroupName": { "value": "[[field('name')]" @@ -17089,16 +17089,16 @@ "contentVersion": "1.0.0.0", "parameters": { "networkSecurityGroupName": { - "type": "string" + "type": "String" }, "resourceGroupName": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" }, "storageAccountResourceId": { - "type": "string" + "type": "String" }, "retention": { "type": "int" @@ -17110,7 +17110,7 @@ "type": "int" }, "logAnalytics": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -17165,7 +17165,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -17178,7 +17178,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -17235,7 +17235,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -17247,7 +17247,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -17304,19 +17304,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimalTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -17364,7 +17364,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -17377,7 +17377,7 @@ } }, "minimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17429,7 +17429,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -17483,7 +17483,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -17495,7 +17495,7 @@ } }, "minimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17549,7 +17549,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -17562,7 +17562,7 @@ "defaultValue": "Audit" }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17614,7 +17614,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -17626,7 +17626,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17670,19 +17670,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimalTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -17729,7 +17729,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "metadata": { "displayName": "Effect", "description": "Enable or disable the execution of the policy" @@ -17742,7 +17742,7 @@ "defaultValue": "Audit" }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17794,7 +17794,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -17806,7 +17806,7 @@ } }, "minimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -17850,19 +17850,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimalTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -17909,7 +17909,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -17922,7 +17922,7 @@ } }, "minimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -17990,7 +17990,7 @@ }, "parameters": { "effect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18002,7 +18002,7 @@ } }, "minimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -18062,19 +18062,19 @@ ], "deployment": { "properties": { - "mode": "incremental", + "mode": "Incremental", "template": { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "resourceName": { - "type": "string" + "type": "String" }, "minimumTlsVersion": { - "type": "string" + "type": "String" }, "location": { - "type": "string" + "type": "String" } }, "variables": {}, @@ -18126,10 +18126,10 @@ "displayName": "Log Analytics workspace", "strongType": "omsWorkspace" }, - "type": "string" + "type": "String" }, "profileName": { - "type": "string", + "type": "String", "defaultValue": "setbypolicy", "metadata": { "displayName": "Profile name", @@ -18137,7 +18137,7 @@ } }, "ACILogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18149,7 +18149,7 @@ } }, "ACRLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18161,7 +18161,7 @@ } }, "AKSLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18173,7 +18173,7 @@ } }, "AnalysisServiceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18185,7 +18185,7 @@ } }, "APIforFHIRLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18197,7 +18197,7 @@ } }, "APIMgmtLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18209,7 +18209,7 @@ } }, "ApplicationGatewayLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18221,7 +18221,7 @@ } }, "AutomationLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18233,7 +18233,7 @@ } }, "BatchLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18245,7 +18245,7 @@ } }, "CDNEndpointsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18257,7 +18257,7 @@ } }, "CognitiveServicesLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18269,7 +18269,7 @@ } }, "CosmosLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18281,7 +18281,7 @@ } }, "DatabricksLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18293,7 +18293,7 @@ } }, "DataExplorerClusterLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18305,7 +18305,7 @@ } }, "DataFactoryLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18317,7 +18317,7 @@ } }, "DataLakeStoreLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18329,7 +18329,7 @@ } }, "DataLakeAnalyticsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18341,7 +18341,7 @@ } }, "EventGridSubLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18353,7 +18353,7 @@ } }, "EventGridTopicLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18365,7 +18365,7 @@ } }, "EventHubLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18377,7 +18377,7 @@ } }, "EventSystemTopicLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18389,7 +18389,7 @@ } }, "ExpressRouteLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18401,7 +18401,7 @@ } }, "FirewallLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18413,7 +18413,7 @@ } }, "FrontDoorLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18425,7 +18425,7 @@ } }, "FunctionAppLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18437,7 +18437,7 @@ } }, "HDInsightLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18449,7 +18449,7 @@ } }, "IotHubLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18461,7 +18461,7 @@ } }, "KeyVaultLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18473,7 +18473,7 @@ } }, "LoadBalancerLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18485,7 +18485,7 @@ } }, "LogicAppsISELogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18497,7 +18497,7 @@ } }, "LogicAppsWFLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18509,7 +18509,7 @@ } }, "MariaDBLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18521,7 +18521,7 @@ } }, "MediaServiceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18533,7 +18533,7 @@ } }, "MlWorkspaceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18545,7 +18545,7 @@ } }, "MySQLLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18557,7 +18557,7 @@ } }, "NetworkSecurityGroupsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18569,7 +18569,7 @@ } }, "NetworkNICLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18581,7 +18581,7 @@ } }, "PostgreSQLLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18593,7 +18593,7 @@ } }, "PowerBIEmbeddedLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18605,7 +18605,7 @@ } }, "NetworkPublicIPNicLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18617,7 +18617,7 @@ } }, "RecoveryVaultLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18629,7 +18629,7 @@ } }, "RedisCacheLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18641,7 +18641,7 @@ } }, "RelayLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18653,7 +18653,7 @@ } }, "SearchServicesLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18665,7 +18665,7 @@ } }, "ServiceBusLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18677,7 +18677,7 @@ } }, "SignalRLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18689,7 +18689,7 @@ } }, "SQLDBsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18701,7 +18701,7 @@ } }, "SQLElasticPoolsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18713,7 +18713,7 @@ } }, "SQLMLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18725,7 +18725,7 @@ } }, "StreamAnalyticsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18737,7 +18737,7 @@ } }, "TimeSeriesInsightsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18749,7 +18749,7 @@ } }, "TrafficManagerLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18761,7 +18761,7 @@ } }, "VirtualNetworkLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18773,7 +18773,7 @@ } }, "VirtualMachinesLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18785,7 +18785,7 @@ } }, "VMSSLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18797,7 +18797,7 @@ } }, "VNetGWLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18809,7 +18809,7 @@ } }, "AppServiceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18821,7 +18821,7 @@ } }, "AppServiceWebappLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18833,7 +18833,7 @@ } }, "WVDAppGroupsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18845,7 +18845,7 @@ } }, "WVDWorkspaceLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18857,7 +18857,7 @@ } }, "WVDHostPoolsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -18869,7 +18869,7 @@ } }, "StorageAccountsLogAnalyticsEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -19824,7 +19824,7 @@ "displayName": "Public network access should be disabled for PAAS services", "parameters": { "CosmosPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19837,7 +19837,7 @@ } }, "MariaDBPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19850,7 +19850,7 @@ } }, "MySQLPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19863,7 +19863,7 @@ } }, "PostgreSQLPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19876,7 +19876,7 @@ } }, "KeyVaultPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19889,7 +19889,7 @@ } }, "SqlServerPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19902,7 +19902,7 @@ } }, "StoragePublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -19915,7 +19915,7 @@ } }, "AKSPublicIpDenyEffect": { - "type": "string", + "type": "String", "defaultValue": "Deny", "allowedValues": [ "Audit", @@ -20020,17 +20020,17 @@ "description": "The email address to send alerts", "displayName": "The email address to send alerts" }, - "type": "string" + "type": "String" }, "vulnerabilityAssessmentsStorageID": { "metadata": { "description": "The storage account ID to store assessments", "displayName": "The storage account ID to store assessments" }, - "type": "string" + "type": "String" }, "SqlDbTdeDeploySqlSecurityEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20042,7 +20042,7 @@ } }, "SqlDbSecurityAlertPoliciesDeploySqlSecurityEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20054,7 +20054,7 @@ } }, "SqlDbAuditingSettingsDeploySqlSecurityEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20066,7 +20066,7 @@ } }, "SqlDbVulnerabilityAssessmentsDeploySqlSecurityEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20140,7 +20140,7 @@ "displayName": "Container registries should be encrypted with a customer-managed key (CMK)", "description": "Use customer-managed keys to manage the encryption at rest of the contents of your registries. By default, the data is encrypted at rest with service-managed keys, but customer-managed keys (CMK) are commonly required to meet regulatory compliance standards. CMKs enable the data to be encrypted with an Azure Key Vault key created and owned by you. You have full control and responsibility for the key lifecycle, including rotation and management. Learn more about CMK encryption at https://aka.ms/acr/CMK." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20153,7 +20153,7 @@ "displayName": "Azure Kubernetes Service clusters both operating systems and data disks should be encrypted by customer-managed keys", "description": "Encrypting OS and data disks using customer-managed keys provides more control and greater flexibility in key management. This is a common requirement in many regulatory and industry compliance standards." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20162,7 +20162,7 @@ ] }, "WorkspaceCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20175,7 +20175,7 @@ } }, "CognitiveServicesCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20188,7 +20188,7 @@ } }, "CosmosCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "audit", "allowedValues": [ "audit", @@ -20201,7 +20201,7 @@ } }, "DataBoxCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20214,7 +20214,7 @@ } }, "StreamAnalyticsCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "audit", "allowedValues": [ "audit", @@ -20227,7 +20227,7 @@ } }, "SynapseWorkspaceCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20240,7 +20240,7 @@ } }, "StorageCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20252,7 +20252,7 @@ } }, "MySQLCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20264,7 +20264,7 @@ } }, "PostgreSQLCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20276,7 +20276,7 @@ } }, "SqlServerTDECMKEffect": { - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20288,7 +20288,7 @@ } }, "HealthcareAPIsCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "audit", "allowedValues": [ "audit", @@ -20300,7 +20300,7 @@ } }, "AzureBatchCMKEffect": { - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20313,7 +20313,7 @@ } }, "EncryptedVMDisksEffect": { - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20476,7 +20476,7 @@ "displayName": "Deny or Deploy and append TLS requirements and SSL enforcement on resources without Encryption in transit", "parameters": { "AppServiceHttpEffect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -20488,7 +20488,7 @@ } }, "AppServiceTlsVersionEffect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -20500,7 +20500,7 @@ } }, "AppServiceminTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -20517,7 +20517,7 @@ "displayName": "App Service API App. Latest TLS version should be used in your API App", "description": "App Service API App. Only Audit, deny not possible as it is a related resource. Upgrade to the latest TLS version." }, - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20529,7 +20529,7 @@ "displayName": "App Service API App. API App should only be accessible over HTTPS. Choose Deny or Audit in combination with Append policy.", "description": "Choose Deny or Audit in combination with Append policy. Use of HTTPS ensures server/service authentication and protects data in transit from network layer eavesdropping attacks." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20542,7 +20542,7 @@ "displayName": "App Service Function App. Latest TLS version should be used in your Function App", "description": "Only Audit, deny not possible as it is a related resource. Upgrade to the latest TLS version." }, - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20554,7 +20554,7 @@ "displayName": "App Service Function App. Function App should only be accessible over HTTPS. Choose Deny or Audit in combination with Append policy.", "description": "App Service Function App. Choose Deny or Audit in combination with Append policy. Use of HTTPS ensures server/service authentication and protects data in transit from network layer eavesdropping attacks." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20567,7 +20567,7 @@ "displayName": "App Service Web App. Latest TLS version should be used in your Web App", "description": "Only Audit, deny not possible as it is a related resource. Upgrade to the latest TLS version." }, - "type": "string", + "type": "String", "defaultValue": "AuditIfNotExists", "allowedValues": [ "AuditIfNotExists", @@ -20579,7 +20579,7 @@ "displayName": "App Service Web App. Web Application should only be accessible over HTTPS. Choose Deny or Audit in combination with Append policy.", "description": "Choose Deny or Audit in combination with Append policy. Use of HTTPS ensures server/service authentication and protects data in transit from network layer eavesdropping attacks." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20592,7 +20592,7 @@ "displayName": "AKS Service. Enforce HTTPS ingress in Kubernetes cluster", "description": "This policy enforces HTTPS ingress in a Kubernetes cluster. This policy is generally available for Kubernetes Service (AKS), and preview for AKS Engine and Azure Arc enabled Kubernetes. For instructions on using this policy, visit https://aka.ms/kubepolicydoc." }, - "type": "string", + "type": "String", "defaultValue": "deny", "allowedValues": [ "audit", @@ -20601,7 +20601,7 @@ ] }, "MySQLEnableSSLDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20617,7 +20617,7 @@ "displayName": "MySQL database servers. Enforce SSL connection should be enabled for MySQL database servers", "description": "Azure Database for MySQL supports connecting your Azure Database for MySQL server to client applications using Secure Sockets Layer (SSL). Enforcing SSL connections between your database server and your client applications helps protect against 'man in the middle' attacks by encrypting the data stream between the server and your application. This configuration enforces that SSL is always enabled for accessing your database server." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20626,7 +20626,7 @@ ] }, "MySQLminimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -20640,7 +20640,7 @@ } }, "PostgreSQLEnableSSLDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20656,7 +20656,7 @@ "displayName": "PostgreSQL database servers. Enforce SSL connection should be enabled for PostgreSQL database servers", "description": "Azure Database for PostgreSQL supports connecting your Azure Database for PostgreSQL server to client applications using Secure Sockets Layer (SSL). Enforcing SSL connections between your database server and your client applications helps protect against 'man in the middle' attacks by encrypting the data stream between the server and your application. This configuration enforces that SSL is always enabled for accessing your database server." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20665,7 +20665,7 @@ ] }, "PostgreSQLminimalTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -20679,7 +20679,7 @@ } }, "RedisTLSDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "Append", "allowedValues": [ "Append", @@ -20691,7 +20691,7 @@ } }, "RedisMinTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -20708,7 +20708,7 @@ "displayName": "Azure Cache for Redis. Only secure connections to your Azure Cache for Redis should be enabled", "description": "Azure Cache for Redis. Audit enabling of only connections via SSL to Azure Cache for Redis. Use of secure connections ensures authentication between the server and the service and protects data in transit from network layer attacks such as man-in-the-middle, eavesdropping, and session-hijacking." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20717,7 +20717,7 @@ ] }, "SQLManagedInstanceTLSDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20729,7 +20729,7 @@ } }, "SQLManagedInstanceMinTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -20746,7 +20746,7 @@ "displayName": "SQL Managed Instance should have the minimal TLS version of 1.2", "description": "Setting minimal TLS version to 1.2 improves security by ensuring your SQL Managed Instance can only be accessed from clients using TLS 1.2. Using versions of TLS less than 1.2 is not recommended since they have well documented security vulnerabilities." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20755,7 +20755,7 @@ ] }, "SQLServerTLSDeployEffect": { - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20767,7 +20767,7 @@ } }, "SQLServerminTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "1.2", "allowedValues": [ "1.2", @@ -20784,7 +20784,7 @@ "displayName": "Azure SQL Database should have the minimal TLS version of 1.2", "description": "Setting minimal TLS version to 1.2 improves security by ensuring your Azure SQL Database can only be accessed from clients using TLS 1.2. Using versions of TLS less than 1.2 is not recommended since they have well documented security vulnerabilities." }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit", @@ -20797,7 +20797,7 @@ "displayName": "Azure Storage Account. Deploy Secure transfer to storage accounts should be enabled", "description": "Audit requirement of Secure transfer in your storage account. Secure transfer is an option that forces your storage account to accept requests only from secure connections (HTTPS). Use of HTTPS ensures authentication between the server and the service and protects data in transit from network layer attacks such as man-in-the-middle, eavesdropping, and session-hijacking" }, - "type": "string", + "type": "String", "defaultValue": "DeployIfNotExists", "allowedValues": [ "DeployIfNotExists", @@ -20805,7 +20805,7 @@ ] }, "StorageminimumTlsVersion": { - "type": "string", + "type": "String", "defaultValue": "TLS1_2", "allowedValues": [ "TLS1_2", @@ -20822,7 +20822,7 @@ "displayName": "Azure Storage Account. Secure transfer to storage accounts should be enabled", "description": "Audit requirement of Secure transfer in your storage account. Secure transfer is an option that forces your storage account to accept requests only from secure connections (HTTPS). Use of HTTPS ensures authentication between the server and the service and protects data in transit from network layer attacks such as man-in-the-middle, eavesdropping, and session-hijacking" }, - "type": "string", + "type": "String", "defaultValue": "Audit", "allowedValues": [ "Audit",