This commit is contained in:
Dmitry Shmulevich 2018-09-26 11:52:27 -07:00
Родитель 9221cc092e
Коммит 330367260f
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -159,7 +159,8 @@
"type": "string",
"defaultValue": "Standard_LRS",
"allowedValues": [
"Standard_LRS"
"Standard_LRS",
"Standard_GRS"
],
"metadata": {
"description": "Type of storage account."
@ -167,7 +168,7 @@
},
"diagnosticsStorageAccountKind": {
"type": "string",
"defaultValue": "StorageV2",
"defaultValue": "Storage",
"allowedValues": [
"Storage",
"StorageV2"