зеркало из
1
0
Форкнуть 0
This commit is contained in:
KundanaP 2015-04-27 16:44:37 -07:00
Родитель e2ff4baffc
Коммит eb23fa141a
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json",
"$schema": "http://schema.management.azure.com/schemas/2015-05-01-preview/deploymentTemplate.json",
"contentVersion": "1.0.0.0",
"parameters" : {
"newStorageAccountName": {
@ -248,7 +248,7 @@
{
"type": "Microsoft.Compute/virtualMachines/extensions",
"name": "[concat(variables('vmName'),'/', variables('vmExtensionName'))]",
"apiVersion": "2014-12-01-preview",
"apiVersion": "2015-05-01-preview",
"location": "[parameters('location')]",
"dependsOn": [
"[concat('Microsoft.Compute/virtualMachines/', variables('vmName'))]"

Просмотреть файл

@ -1,5 +1,5 @@
{
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json",
"$schema": "http://schema.management.azure.com/schemas/2015-05-01-preview/deploymentTemplate.json",
"contentVersion": "1.0.0.0",
"parameters" : {
"newStorageAccountName": {