Skip to content

Commit

Permalink
new storage API
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarmo committed Apr 27, 2019
1 parent 99b58c6 commit 0c03601
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions templates/cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,13 @@
{
"type": "Microsoft.Storage/storageAccounts",
"name": "[variables('diagsName')]",
"sku": {
"name": "[parameters('saType')]"
},
"kind": "StorageV2",
"apiVersion": "2019-04-01",
"location": "[resourceGroup().location]",
"properties": {
"accountType": "[parameters('saType')]",
"supportsHttpsTrafficOnly": true
}
},
Expand Down Expand Up @@ -427,7 +430,6 @@
"apiVersion": "2019-03-01",
"location": "[resourceGroup().location]",
"properties": {
"managed": true,
"platformFaultDomainCount": "[parameters('asFDCount')]",
"platformUpdateDomainCount": "[parameters('asUDCount')]"
}
Expand Down

0 comments on commit 0c03601

Please sign in to comment.