Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions specification/storage/Microsoft.BlobStorage/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,18 @@ enum SkuName {

/** The premium LRS SKU. */
PremiumLRS: "Premium_LRS",

/** The standard GZRS SKU. */
@added(Versions.v2026_04_06)
StandardGZRS: "Standard_GZRS",

/** The premium ZRS SKU. */
@added(Versions.v2026_04_06)
PremiumZRS: "Premium_ZRS",

/** The standard RAGZRS SKU. */
@added(Versions.v2026_04_06)
StandardRAGZRS: "Standard_RAGZRS",
}

/** The list container segment response */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4863,7 +4863,10 @@
"Standard_GRS",
"Standard_RAGRS",
"Standard_ZRS",
"Premium_LRS"
"Premium_LRS",
"Standard_GZRS",
"Premium_ZRS",
"Standard_RAGZRS"
],
"x-ms-enum": {
"name": "SkuName",
Expand Down Expand Up @@ -4893,6 +4896,21 @@
"name": "PremiumLRS",
"value": "Premium_LRS",
"description": "The premium LRS SKU."
},
{
"name": "StandardGZRS",
"value": "Standard_GZRS",
"description": "The standard GZRS SKU."
},
{
"name": "PremiumZRS",
"value": "Premium_ZRS",
"description": "The premium ZRS SKU."
},
{
"name": "StandardRAGZRS",
"value": "Standard_RAGZRS",
"description": "The standard RAGZRS SKU."
}
]
}
Expand Down Expand Up @@ -8190,7 +8208,10 @@
"Standard_GRS",
"Standard_RAGRS",
"Standard_ZRS",
"Premium_LRS"
"Premium_LRS",
"Standard_GZRS",
"Premium_ZRS",
"Standard_RAGZRS"
],
"x-ms-enum": {
"name": "SkuName",
Expand Down Expand Up @@ -8220,6 +8241,21 @@
"name": "PremiumLRS",
"value": "Premium_LRS",
"description": "The premium LRS SKU."
},
{
"name": "StandardGZRS",
"value": "Standard_GZRS",
"description": "The standard GZRS SKU."
},
{
"name": "PremiumZRS",
"value": "Premium_ZRS",
"description": "The premium ZRS SKU."
},
{
"name": "StandardRAGZRS",
"value": "Standard_RAGZRS",
"description": "The standard RAGZRS SKU."
}
]
}
Expand Down Expand Up @@ -15336,7 +15372,10 @@
"Standard_GRS",
"Standard_RAGRS",
"Standard_ZRS",
"Premium_LRS"
"Premium_LRS",
"Standard_GZRS",
"Premium_ZRS",
"Standard_RAGZRS"
],
"x-ms-enum": {
"name": "SkuName",
Expand Down Expand Up @@ -15366,6 +15405,21 @@
"name": "PremiumLRS",
"value": "Premium_LRS",
"description": "The premium LRS SKU."
},
{
"name": "StandardGZRS",
"value": "Standard_GZRS",
"description": "The standard GZRS SKU."
},
{
"name": "PremiumZRS",
"value": "Premium_ZRS",
"description": "The premium ZRS SKU."
},
{
"name": "StandardRAGZRS",
"value": "Standard_RAGZRS",
"description": "The standard RAGZRS SKU."
}
]
}
Expand Down Expand Up @@ -18085,7 +18139,10 @@
"Standard_GRS",
"Standard_RAGRS",
"Standard_ZRS",
"Premium_LRS"
"Premium_LRS",
"Standard_GZRS",
"Premium_ZRS",
"Standard_RAGZRS"
],
"x-ms-enum": {
"name": "SkuName",
Expand Down Expand Up @@ -18115,6 +18172,21 @@
"name": "PremiumLRS",
"value": "Premium_LRS",
"description": "The premium LRS SKU."
},
{
"name": "StandardGZRS",
"value": "Standard_GZRS",
"description": "The standard GZRS SKU."
},
{
"name": "PremiumZRS",
"value": "Premium_ZRS",
"description": "The premium ZRS SKU."
},
{
"name": "StandardRAGZRS",
"value": "Standard_RAGZRS",
"description": "The standard RAGZRS SKU."
}
]
}
Expand Down
Loading