diff --git a/mainTemplate.json b/mainTemplate.json index dc22caf..4b4b914 100644 --- a/mainTemplate.json +++ b/mainTemplate.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "12.0.1", + "contentVersion": "12.0.2", "parameters": { "DeploymentName": { "type": "string", @@ -150,7 +150,7 @@ "description": "The base URL for dependent assets" }, "minLength": 1, - "defaultValue": "https://raw.githubusercontent.com/marklogic/cloud-enablement-azure/12.0.1" + "defaultValue": "https://raw.githubusercontent.com/marklogic/cloud-enablement-azure/12.0.2" }, "_artifactsLocationSasToken": { "type": "securestring", @@ -168,7 +168,7 @@ } }, "variables": { - "templateVersion": "12.0.1", + "templateVersion": "12.0.2", "baseUrl": "[replace(parameters('_artifactsLocation'),'/mainTemplate.json','')]", "templateBaseUrl": "[concat(variables('baseUrl'),'/nestedtemplates/')]", "scriptBaseUrl": "[concat(variables('baseUrl'),'/scripts/')]", @@ -177,7 +177,7 @@ "enableAvailabilitySet": true, "enableHA": "[if(lessOrEquals(parameters('NumberOfNodes'),1),bool('false'),equals(parameters('HighAvailability'),'enable'))]", "imageOffer": "marklogic-12", - "imageSku": "[if(equals(parameters('ImageType'), 'RockyLinux8'), 'ml1201-rockylinux8', 'ml1201-rockylinux9')]", + "imageSku": "[if(equals(parameters('ImageType'), 'RockyLinux8'), 'ml1202-rockylinux8', 'ml1202-rockylinux9')]", "templateUrls": { "availabilitySetTemplateUrl": "[concat(variables('templateBaseUrl'),'availabilitySet.json',parameters('_artifactsLocationSasToken'))]", "vnetTemplateUrl": "[concat(variables('templateBaseUrl'),'virtualNetwork.json',parameters('_artifactsLocationSasToken'))]", diff --git a/nestedtemplates/additionalNodeExt.json b/nestedtemplates/additionalNodeExt.json index 26cce0e..03231f1 100644 --- a/nestedtemplates/additionalNodeExt.json +++ b/nestedtemplates/additionalNodeExt.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "12.0.1", + "contentVersion": "12.0.2", "parameters": { "extSetting": { "type": "object" diff --git a/nestedtemplates/appGateway.json b/nestedtemplates/appGateway.json index 7921d50..2616286 100644 --- a/nestedtemplates/appGateway.json +++ b/nestedtemplates/appGateway.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "12.0.1", + "contentVersion": "12.0.2", "parameters": { "appGatewaySetting": { "type": "object" diff --git a/nestedtemplates/availabilitySet.json b/nestedtemplates/availabilitySet.json index b2faf38..fa36db8 100644 --- a/nestedtemplates/availabilitySet.json +++ b/nestedtemplates/availabilitySet.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "12.0.1", + "contentVersion": "12.0.2", "parameters": { "availabilitySetSetting": { "type": "object" diff --git a/nestedtemplates/bootstrapNodeExt.json b/nestedtemplates/bootstrapNodeExt.json index be9cecf..e7d79bc 100644 --- a/nestedtemplates/bootstrapNodeExt.json +++ b/nestedtemplates/bootstrapNodeExt.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "12.0.1", + "contentVersion": "12.0.2", "parameters": { "extSetting": { "type": "object" diff --git a/nestedtemplates/networkInterface.json b/nestedtemplates/networkInterface.json index 6f12152..0aedfe7 100644 --- a/nestedtemplates/networkInterface.json +++ b/nestedtemplates/networkInterface.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "12.0.1", + "contentVersion": "12.0.2", "parameters": { "networkInterfaceSetting": { "type": "object" diff --git a/nestedtemplates/networkSecurityGroup.json b/nestedtemplates/networkSecurityGroup.json index 51ea2cd..b3812f7 100644 --- a/nestedtemplates/networkSecurityGroup.json +++ b/nestedtemplates/networkSecurityGroup.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "12.0.1", + "contentVersion": "12.0.2", "parameters": { "nsgSetting": { "type": "object" diff --git a/nestedtemplates/nodePublicIp.json b/nestedtemplates/nodePublicIp.json index 4f8fa54..7839798 100644 --- a/nestedtemplates/nodePublicIp.json +++ b/nestedtemplates/nodePublicIp.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "12.0.1", + "contentVersion": "12.0.2", "parameters": { "nodePublicIpSetting": { "type": "object" diff --git a/nestedtemplates/virtualMachine.json b/nestedtemplates/virtualMachine.json index 9370b0b..5c0b400 100644 --- a/nestedtemplates/virtualMachine.json +++ b/nestedtemplates/virtualMachine.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "12.0.1", + "contentVersion": "12.0.2", "parameters": { "vmSetting": { "type": "object" diff --git a/nestedtemplates/virtualNetwork.json b/nestedtemplates/virtualNetwork.json index 56a9296..35fa22a 100644 --- a/nestedtemplates/virtualNetwork.json +++ b/nestedtemplates/virtualNetwork.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "12.0.1", + "contentVersion": "12.0.2", "parameters": { "vnetSetting": { "type": "object"