Skip to content

Commit 670b638

Browse files
authored
Add support for missing SKU Name values (#37954)
1 parent 402bc9a commit 670b638

File tree

1 file changed

+12
-3
lines changed
  • specification/storage/data-plane/Microsoft.BlobStorage/stable/2026-04-06

1 file changed

+12
-3
lines changed

specification/storage/data-plane/Microsoft.BlobStorage/stable/2026-04-06/blob.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,10 @@
468468
"Standard_GRS",
469469
"Standard_RAGRS",
470470
"Standard_ZRS",
471-
"Premium_LRS"
471+
"Premium_LRS",
472+
"Standard_GZRS",
473+
"Premium_ZRS",
474+
"Standard_RAGZRS"
472475
],
473476
"x-ms-enum": {
474477
"name": "SkuName",
@@ -2567,7 +2570,10 @@
25672570
"Standard_GRS",
25682571
"Standard_RAGRS",
25692572
"Standard_ZRS",
2570-
"Premium_LRS"
2573+
"Premium_LRS",
2574+
"Standard_GZRS",
2575+
"Premium_ZRS",
2576+
"Standard_RAGZRS"
25712577
],
25722578
"x-ms-enum": {
25732579
"name": "SkuName",
@@ -6661,7 +6667,10 @@
66616667
"Standard_GRS",
66626668
"Standard_RAGRS",
66636669
"Standard_ZRS",
6664-
"Premium_LRS"
6670+
"Premium_LRS",
6671+
"Standard_GZRS",
6672+
"Premium_ZRS",
6673+
"Standard_RAGZRS"
66656674
],
66666675
"x-ms-enum": {
66676676
"name": "SkuName",

0 commit comments

Comments
 (0)