From 0ce3634ee870d8ce6861050ba3d6ad42464dd9fc Mon Sep 17 00:00:00 2001 From: Vitaly Date: Thu, 11 Jun 2026 17:11:33 -0700 Subject: [PATCH] Release of 11.3.5 --- 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 11cbec5..87c2ba6 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.4", + "contentVersion": "11.3.5", "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.4" + "defaultValue": "https://raw.githubusercontent.com/marklogic/cloud-enablement-azure/11.3.5" }, "_artifactsLocationSasToken": { "type": "securestring", @@ -168,7 +168,7 @@ } }, "variables": { - "templateVersion": "11.3.4", + "templateVersion": "11.3.5", "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'), 'ml1134_rockylinux8', 'ml1134_rockylinux9')]", + "imageSku": "[if(equals(parameters('ImageType'), 'RockyLinux8'), 'ml1135_rockylinux8', 'ml1135_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 eee1896..85efa0b 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.4", + "contentVersion": "11.3.5", "parameters": { "extSetting": { "type": "object" diff --git a/nestedtemplates/appGateway.json b/nestedtemplates/appGateway.json index 63dc62e..aec97a0 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.4", + "contentVersion": "11.3.5", "parameters": { "appGatewaySetting": { "type": "object" diff --git a/nestedtemplates/availabilitySet.json b/nestedtemplates/availabilitySet.json index d0787ad..00d3e11 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.4", + "contentVersion": "11.3.5", "parameters": { "availabilitySetSetting": { "type": "object" diff --git a/nestedtemplates/bootstrapNodeExt.json b/nestedtemplates/bootstrapNodeExt.json index 714bae4..2bc2641 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.4", + "contentVersion": "11.3.5", "parameters": { "extSetting": { "type": "object" diff --git a/nestedtemplates/networkInterface.json b/nestedtemplates/networkInterface.json index c0e08e9..284783e 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.4", + "contentVersion": "11.3.5", "parameters": { "networkInterfaceSetting": { "type": "object" diff --git a/nestedtemplates/networkSecurityGroup.json b/nestedtemplates/networkSecurityGroup.json index da8c045..22dfed7 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.4", + "contentVersion": "11.3.5", "parameters": { "nsgSetting": { "type": "object" diff --git a/nestedtemplates/nodePublicIp.json b/nestedtemplates/nodePublicIp.json index 8946eab..50714d4 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.4", + "contentVersion": "11.3.5", "parameters": { "nodePublicIpSetting": { "type": "object" diff --git a/nestedtemplates/virtualMachine.json b/nestedtemplates/virtualMachine.json index 4189556..2733a7a 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.4", + "contentVersion": "11.3.5", "parameters": { "vmSetting": { "type": "object" diff --git a/nestedtemplates/virtualNetwork.json b/nestedtemplates/virtualNetwork.json index 4e21556..d967666 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.4", + "contentVersion": "11.3.5", "parameters": { "vnetSetting": { "type": "object"