Skip to content

Commit

Permalink
Update azuredeploy.json
Browse files Browse the repository at this point in the history
Update API versions
  • Loading branch information
aljo-microsoft authored Apr 13, 2018
1 parent 2677976 commit 28a6371
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 5-VM-Ubuntu-1-NodeTypes-Secure/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
},
"resources": [
{
"apiVersion": "2016-01-01",
"apiVersion": "2017-06-01",
"type": "Microsoft.Storage/storageAccounts",
"name": "[variables('supportLogStorageAccountName')]",
"location": "[variables('computeLocation')]",
Expand All @@ -216,7 +216,7 @@
}
},
{
"apiVersion": "2016-01-01",
"apiVersion": "2017-06-01",
"type": "Microsoft.Storage/storageAccounts",
"name": "[variables('applicationDiagnosticsStorageAccountName')]",
"location": "[variables('computeLocation')]",
Expand All @@ -232,7 +232,7 @@
}
},
{
"apiVersion": "2015-06-15",
"apiVersion": "2017-09-01",
"type": "Microsoft.Network/virtualNetworks",
"name": "[variables('virtualNetworkName')]",
"location": "[variables('computeLocation')]",
Expand All @@ -258,7 +258,7 @@
}
},
{
"apiVersion": "2015-06-15",
"apiVersion": "2017-09-01",
"type": "Microsoft.Network/publicIPAddresses",
"name": "[concat(variables('lbIPName'),'-',variables('vmNodeType0Name'))]",
"location": "[variables('computeLocation')]",
Expand All @@ -274,7 +274,7 @@
}
},
{
"apiVersion": "2015-06-15",
"apiVersion": "2017-09-01",
"type": "Microsoft.Network/loadBalancers",
"name": "[concat('LB','-', parameters('clusterName'),'-',variables('vmNodeType0Name'))]",
"location": "[variables('computeLocation')]",
Expand Down

0 comments on commit 28a6371

Please sign in to comment.