Skip to content

Commit 65c6910

Browse files
update to 11.2
1 parent 3ba3916 commit 65c6910

10 files changed

+13
-13
lines changed

mainTemplate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
3-
"contentVersion": "11.1.0",
3+
"contentVersion": "11.2.0",
44
"parameters": {
55
"DeploymentName": {
66
"type": "string",
@@ -139,7 +139,7 @@
139139
"description": "The base URL for dependent assets"
140140
},
141141
"minLength": 1,
142-
"defaultValue": "https://raw.githubusercontent.com/marklogic/cloud-enablement-azure/11.1.0"
142+
"defaultValue": "https://raw.githubusercontent.com/marklogic/cloud-enablement-azure/11.2.0"
143143
},
144144
"_artifactsLocationSasToken": {
145145
"type": "securestring",
@@ -157,7 +157,7 @@
157157
}
158158
},
159159
"variables": {
160-
"templateVersion": "11.1.0",
160+
"templateVersion": "11.2.0",
161161
"baseUrl": "[replace(parameters('_artifactsLocation'),'/mainTemplate.json','')]",
162162
"templateBaseUrl": "[concat(variables('baseUrl'),'/nestedtemplates/')]",
163163
"scriptBaseUrl": "[concat(variables('baseUrl'),'/scripts/')]",
@@ -166,7 +166,7 @@
166166
"enableAvailabilitySet": true,
167167
"enableHA": "[if(lessOrEquals(parameters('NumberOfNodes'),1),bool('false'),equals(parameters('HighAvailability'),'enable'))]",
168168
"imageOffer": "marklogic-developer-11",
169-
"imageSku": "ml1110_centos",
169+
"imageSku": "ml1120_centos",
170170
"templateUrls": {
171171
"availabilitySetTemplateUrl": "[concat(variables('templateBaseUrl'),'availabilitySet.json',parameters('_artifactsLocationSasToken'))]",
172172
"vnetTemplateUrl": "[concat(variables('templateBaseUrl'),'virtualNetwork.json',parameters('_artifactsLocationSasToken'))]",

nestedtemplates/additionalNodeExt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
3-
"contentVersion": "11.1.0",
3+
"contentVersion": "11.2.0",
44
"parameters": {
55
"extSetting": {
66
"type": "object"

nestedtemplates/appGateway.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
3-
"contentVersion": "11.1.0",
3+
"contentVersion": "11.2.0",
44
"parameters": {
55
"appGatewaySetting": {
66
"type": "object"

nestedtemplates/availabilitySet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
3-
"contentVersion": "11.1.0",
3+
"contentVersion": "11.2.0",
44
"parameters": {
55
"availabilitySetSetting": {
66
"type": "object"

nestedtemplates/bootstrapNodeExt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
3-
"contentVersion": "11.1.0",
3+
"contentVersion": "11.2.0",
44
"parameters": {
55
"extSetting": {
66
"type": "object"

nestedtemplates/networkInterface.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
3-
"contentVersion": "11.1.0",
3+
"contentVersion": "11.2.0",
44
"parameters": {
55
"networkInterfaceSetting": {
66
"type": "object"

nestedtemplates/networkSecurityGroup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
3-
"contentVersion": "11.1.0",
3+
"contentVersion": "11.2.0",
44
"parameters": {
55
"nsgSetting": {
66
"type": "object"

nestedtemplates/nodePublicIp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
3-
"contentVersion": "11.1.0",
3+
"contentVersion": "11.2.0",
44
"parameters": {
55
"nodePublicIpSetting": {
66
"type": "object"

nestedtemplates/virtualMachine.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
3-
"contentVersion": "11.1.0",
3+
"contentVersion": "11.2.0",
44
"parameters": {
55
"vmSetting": {
66
"type": "object"

nestedtemplates/virtualNetwork.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
3-
"contentVersion": "11.1.0",
3+
"contentVersion": "11.2.0",
44
"parameters": {
55
"vnetSetting": {
66
"type": "object"

0 commit comments

Comments
 (0)