Skip to content

Commit

Permalink
Add Premium_LRS to enum values. (Azure#9098)
Browse files Browse the repository at this point in the history
  • Loading branch information
KshitijAgrawal authored and 00Kai0 committed Oct 12, 2020
1 parent 109a18b commit b29bc5d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2128,7 +2128,8 @@
"description": "Specifies the storage account type to be used to store the image. This property is not updatable.",
"enum": [
"Standard_LRS",
"Standard_ZRS"
"Standard_ZRS",
"Premium_LRS"
],
"x-ms-enum": {
"name": "StorageAccountType",
Expand All @@ -2154,7 +2155,8 @@
"description": "Specifies the storage account type to be used to store the image. This property is not updatable.",
"enum": [
"Standard_LRS",
"Standard_ZRS"
"Standard_ZRS",
"Premium_LRS"
],
"x-ms-enum": {
"name": "StorageAccountType",
Expand Down

0 comments on commit b29bc5d

Please sign in to comment.