|
1 | 1 | {
|
2 | 2 | "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
|
3 |
| - "contentVersion": "11.1.0", |
| 3 | + "contentVersion": "11.2.0", |
4 | 4 | "parameters": {
|
5 | 5 | "DeploymentName": {
|
6 | 6 | "type": "string",
|
|
139 | 139 | "description": "The base URL for dependent assets"
|
140 | 140 | },
|
141 | 141 | "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" |
143 | 143 | },
|
144 | 144 | "_artifactsLocationSasToken": {
|
145 | 145 | "type": "securestring",
|
|
157 | 157 | }
|
158 | 158 | },
|
159 | 159 | "variables": {
|
160 |
| - "templateVersion": "11.1.0", |
| 160 | + "templateVersion": "11.2.0", |
161 | 161 | "baseUrl": "[replace(parameters('_artifactsLocation'),'/mainTemplate.json','')]",
|
162 | 162 | "templateBaseUrl": "[concat(variables('baseUrl'),'/nestedtemplates/')]",
|
163 | 163 | "scriptBaseUrl": "[concat(variables('baseUrl'),'/scripts/')]",
|
|
166 | 166 | "enableAvailabilitySet": true,
|
167 | 167 | "enableHA": "[if(lessOrEquals(parameters('NumberOfNodes'),1),bool('false'),equals(parameters('HighAvailability'),'enable'))]",
|
168 | 168 | "imageOffer": "marklogic-developer-11",
|
169 |
| - "imageSku": "ml1110_centos", |
| 169 | + "imageSku": "ml1120_centos", |
170 | 170 | "templateUrls": {
|
171 | 171 | "availabilitySetTemplateUrl": "[concat(variables('templateBaseUrl'),'availabilitySet.json',parameters('_artifactsLocationSasToken'))]",
|
172 | 172 | "vnetTemplateUrl": "[concat(variables('templateBaseUrl'),'virtualNetwork.json',parameters('_artifactsLocationSasToken'))]",
|
|
0 commit comments