fix breaking change from apiProfile update (#404)

The change in the apiProfile from here: c3acf15783 (diff-50688c3b443076106fd26e0c41434778R4) is not compatible with the resource definition.  This change makes it compatible.
This commit is contained in:
Brian Moore 2018-12-13 11:04:39 -06:00 коммит произвёл Krishna Nithin
Родитель 5c01ac5546
Коммит 77d36547a0
1 изменённых файлов: 5 добавлений и 3 удалений

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

@ -113,9 +113,11 @@
"name": "[parameters('storageAccount')]",
"type": "Microsoft.Storage/storageAccounts",
"location": "[resourceGroup().location]",
"properties": {
"accountType": "[parameters('storageAccountType')]"
}
"sku": {
"name": "[parameters('StorageAccountType')]"
},
"kind": "Storage",
"properties": {}
},
{
"name": "[parameters('adDNicName')]",