Skip to content

Commit c9ff056

Browse files
committed
Revert "Fix VS code editor issues"
This reverts commit 941126f.
1 parent 941126f commit c9ff056

File tree

13 files changed

+244
-244
lines changed

13 files changed

+244
-244
lines changed

101-simple-windows-vm-diag/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"autoUpgradeMinorVersion": true,
249249
"settings": {
250250
"xmlCfg": "[base64(concat(variables('wadcfgxstart'), variables('wadmetricsresourceid'), variables('vmName'), variables('wadcfgxend')))]",
251-
"StorageAccount": "[variables('existingdiagnosticsStorageAccountName')]"
251+
"storageAccount": "[variables('existingdiagnosticsStorageAccountName')]"
252252
},
253253
"protectedSettings": {
254254
"storageAccountName": "[variables('existingdiagnosticsStorageAccountName')]",

101-two-vm-extensions/azuredeploy.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
"publisher": "Microsoft.Compute",
2222
"type": "CustomScriptExtension",
2323
"typeHandlerVersion": "1.8",
24-
"autoUpgradeMinorVersion": true,
24+
"autoUpgradeMinorVersion": "true",
2525
"settings": {
26-
"commandToExecute": "md c:\\users\\public\\documents\\test",
27-
"fileUris": []
26+
"commandToExecute": "md c:\\users\\public\\documents\\test"
2827
}
2928
}
3029
},
@@ -37,12 +36,10 @@
3736
"publisher": "Microsoft.Compute",
3837
"type": "BGInfo",
3938
"typeHandlerVersion": "2.1",
40-
"autoUpgradeMinorVersion": true,
39+
"autoUpgradeMinorVersion": "true",
4140
"settings": {
42-
"fileUris": [ ],
43-
"commandToExecute": "",
44-
"Properties": [
45-
]
41+
"Properties": [
42+
]
4643
}
4744
}
4845
}

101-vm-ext-win-cs-cmd/azuredeploy.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
"publisher": "Microsoft.Compute",
2222
"type": "CustomScriptExtension",
2323
"typeHandlerVersion": "1.8",
24-
"autoUpgradeMinorVersion": true,
24+
"autoUpgradeMinorVersion": "true",
2525
"settings": {
26-
"commandToExecute": "md c:\\users\\public\\documents\\test",
27-
"fileUris": []
26+
"commandToExecute": "md c:\\users\\public\\documents\\test"
2827
}
2928
}
3029
}

101-vm-ext-win-cs-pscmd/azuredeploy.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
"publisher": "Microsoft.Compute",
2222
"type": "CustomScriptExtension",
2323
"typeHandlerVersion": "1.8",
24-
"autoUpgradeMinorVersion": true,
24+
"autoUpgradeMinorVersion": "true",
2525
"settings": {
26-
"commandToExecute": "powershell -ExecutionPolicy Unrestricted Set-DnsClientServerAddress -InterfaceAlias Ethernet -ServerAddresses 192.168.100.2, 8.8.8.8",
27-
"fileUris": []
26+
"commandToExecute": "powershell -ExecutionPolicy Unrestricted Set-DnsClientServerAddress -InterfaceAlias Ethernet -ServerAddresses 192.168.100.2, 8.8.8.8"
2827
}
2928
}
3029
}

101-vm-ext-win-cs-scriptfile/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"publisher": "Microsoft.Compute",
3434
"type": "CustomScriptExtension",
3535
"typeHandlerVersion": "1.8",
36-
"autoUpgradeMinorVersion": true,
36+
"autoUpgradeMinorVersion": "true",
3737
"settings": {
3838
"fileUris": [ "[parameters('scriptFile')]" ],
3939
"commandToExecute": "[concat('powershell -ExecutionPolicy Unrestricted -file ',parameters('scriptName'))]"

anti-malware-ext-win/azuredeploy.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,7 @@
210210
"scanType": "Quick",
211211
"day": "7",
212212
"time": "120"
213-
},
214-
"Exclusions": {
215-
"Extensions": "",
216-
"Paths": "",
217-
"Processes": ""
218-
}
213+
}
219214
}
220215
}
221216

docker-swarm-ubuntu/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@
637637
"vmSize": "[variables('agentVMSize')]"
638638
},
639639
"osProfile": {
640-
"computerName": "[concat(variables('agentVMNamePrefix'), copyIndex())]",
640+
"computername": "[concat(variables('agentVMNamePrefix'), copyIndex())]",
641641
"adminUsername": "[variables('adminUsername')]",
642642
"adminPassword": "[variables('adminPassword')]",
643643
"linuxConfiguration": "[variables('linuxConfiguration')]"

mesos-windows-jumpbox/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
"vmSize": "[variables('jumpboxVMSize')]"
378378
},
379379
"osProfile": {
380-
"computerName": "[variables('jumpboxVMName')]",
380+
"computername": "[variables('jumpboxVMName')]",
381381
"adminUsername": "[variables('windowsAdminUsername')]",
382382
"adminPassword": "[variables('windowsAdminPassword')]"
383383
},

rds-deployment-existing-ad/azuredeploy.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
"uniqueStorageAccountContainerName": "[concat('sc', resourceGroup().name)]",
6767
"imagePublisher": "MicrosoftWindowsServer",
6868
"imageOffer": "WindowsServer",
69+
"vnetAddressRange": "10.0.0.0/16",
70+
"subnetAddressRange": "10.0.0.0/24",
6971
"dnsServerPrivateIp": "10.0.0.4",
7072
"subnet-id": "[concat(resourceId('Microsoft.Network/virtualNetworks',parameters('adVnetName')),'/subnets/',parameters('adSubnetName'))]",
7173
"publicIpRef": "publicIp",
@@ -123,22 +125,19 @@
123125
"apiVersion": "2015-06-15",
124126
"type": "Microsoft.Compute/availabilitySets",
125127
"name": "gw-availabilityset",
126-
"location": "[resourceGroup().location]",
127-
"properties": {}
128+
"location": "[resourceGroup().location]"
128129
},
129130
{
130131
"apiVersion": "2015-06-15",
131132
"type": "Microsoft.Compute/availabilitySets",
132133
"name": "cb-availabilityset",
133-
"location": "[resourceGroup().location]",
134-
"properties": {}
134+
"location": "[resourceGroup().location]"
135135
},
136136
{
137137
"apiVersion": "2015-06-15",
138138
"type": "Microsoft.Compute/availabilitySets",
139139
"name": "rdsh-availabilityset",
140-
"location": "[resourceGroup().location]",
141-
"properties": {}
140+
"location": "[resourceGroup().location]"
142141
},
143142
{
144143
"apiVersion": "2015-06-15",
@@ -345,7 +344,7 @@
345344
"resources": [
346345
{
347346
"apiVersion": "2015-06-15",
348-
"type": "extensions",
347+
"type": "Microsoft.Compute/virtualMachines/extensions",
349348
"name": "gw-vm/gateway",
350349
"location": "[resourceGroup().location]",
351350
"dependsOn": [
@@ -430,7 +429,7 @@
430429
"resources": [
431430
{
432431
"apiVersion": "2015-06-15",
433-
"type": "extensions",
432+
"type": "Microsoft.Compute/virtualMachines/extensions",
434433
"name": "[concat('rdsh-', copyindex(),'/sessionhost')]",
435434
"location": "[resourceGroup().location]",
436435
"dependsOn": [

sharepoint-2013-non-ha/spVMTemplate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
},
184184
"name": "[concat(parameters('vmName'), '0','data-1.vhd')]",
185185
"caching": "None",
186-
"createOption": "Empty",
186+
"createOption": "empty",
187187
"diskSizeGB": "[parameters('dataDiskSize')]",
188188
"lun": 0
189189
},
@@ -193,7 +193,7 @@
193193
},
194194
"name": "[concat(parameters('vmName'), '0','log-1.vhd')]",
195195
"caching": "None",
196-
"createOption": "Empty",
196+
"createOption": "empty",
197197
"diskSizeGB": "[parameters('dataDiskSize')]",
198198
"lun": 1
199199
}

0 commit comments

Comments
 (0)