Skip to content

Commit a7a8cc8

Browse files
committed
Removing Premium as skuName.
currently only allowed value is standard
1 parent 1814388 commit a7a8cc8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

101-backup-vault-create/azuredeploy.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"type": "string",
1313
"defaultValue": "Standard",
1414
"allowedValues": [
15-
"Standard",
16-
"Premium"
15+
"Standard"
1716
],
1817
"metadata": {
1918
"description": "SKU for the vault"
@@ -33,4 +32,4 @@
3332
}
3433
}
3534
]
36-
}
35+
}

0 commit comments

Comments
 (0)