From 62119b70c8d5e742880e2bc38427e58e70df0ba3 Mon Sep 17 00:00:00 2001 From: Vitaly Date: Tue, 10 Mar 2026 15:53:03 -0700 Subject: [PATCH] Prepare for release of 11.3.4 --- mainTemplate.json | 8 ++++---- nestedtemplates/additionalNodeExt.json | 2 +- nestedtemplates/appGateway.json | 2 +- nestedtemplates/availabilitySet.json | 2 +- nestedtemplates/bootstrapNodeExt.json | 2 +- nestedtemplates/networkInterface.json | 2 +- nestedtemplates/networkSecurityGroup.json | 2 +- nestedtemplates/nodePublicIp.json | 2 +- nestedtemplates/virtualMachine.json | 2 +- nestedtemplates/virtualNetwork.json | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/mainTemplate.json b/mainTemplate.json index 7031350..11cbec5 100644 --- a/mainTemplate.json +++ b/mainTemplate.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "11.3.3", + "contentVersion": "11.3.4", "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/11.3.3" + "defaultValue": "https://raw.githubusercontent.com/marklogic/cloud-enablement-azure/11.3.4" }, "_artifactsLocationSasToken": { "type": "securestring", @@ -168,7 +168,7 @@ } }, "variables": { - "templateVersion": "11.3.3", + "templateVersion": "11.3.4", "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-developer-11", - "imageSku": "[if(equals(parameters('ImageType'), 'RockyLinux8'), 'ml1133_rockylinux8', 'ml1133_rockylinux9')]", + "imageSku": "[if(equals(parameters('ImageType'), 'RockyLinux8'), 'ml1134_rockylinux8', 'ml1134_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 b24d7e5..eee1896 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": "11.3.3", + "contentVersion": "11.3.4", "parameters": { "extSetting": { "type": "object" diff --git a/nestedtemplates/appGateway.json b/nestedtemplates/appGateway.json index 47db790..63dc62e 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": "11.3.3", + "contentVersion": "11.3.4", "parameters": { "appGatewaySetting": { "type": "object" diff --git a/nestedtemplates/availabilitySet.json b/nestedtemplates/availabilitySet.json index 6d40bba..d0787ad 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": "11.3.3", + "contentVersion": "11.3.4", "parameters": { "availabilitySetSetting": { "type": "object" diff --git a/nestedtemplates/bootstrapNodeExt.json b/nestedtemplates/bootstrapNodeExt.json index 33da98c..714bae4 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": "11.3.3", + "contentVersion": "11.3.4", "parameters": { "extSetting": { "type": "object" diff --git a/nestedtemplates/networkInterface.json b/nestedtemplates/networkInterface.json index 13893e6..c0e08e9 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": "11.3.3", + "contentVersion": "11.3.4", "parameters": { "networkInterfaceSetting": { "type": "object" diff --git a/nestedtemplates/networkSecurityGroup.json b/nestedtemplates/networkSecurityGroup.json index 2dfb5cd..da8c045 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": "11.3.3", + "contentVersion": "11.3.4", "parameters": { "nsgSetting": { "type": "object" diff --git a/nestedtemplates/nodePublicIp.json b/nestedtemplates/nodePublicIp.json index 9ee8d7b..8946eab 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": "11.3.3", + "contentVersion": "11.3.4", "parameters": { "nodePublicIpSetting": { "type": "object" diff --git a/nestedtemplates/virtualMachine.json b/nestedtemplates/virtualMachine.json index 4b4d279..4189556 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": "11.3.3", + "contentVersion": "11.3.4", "parameters": { "vmSetting": { "type": "object" diff --git a/nestedtemplates/virtualNetwork.json b/nestedtemplates/virtualNetwork.json index c225ac2..4e21556 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": "11.3.3", + "contentVersion": "11.3.4", "parameters": { "vnetSetting": { "type": "object"