Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a32d0b2

Browse files
authored
Added missing ArchiveStatus value (Azure#25024)
1 parent 320e44c commit a32d0b2

File tree

1 file changed

+2
-1
lines changed
  • specification/storage/data-plane/Microsoft.BlobStorage/preview/2021-12-02

1 file changed

+2
-1
lines changed

specification/storage/data-plane/Microsoft.BlobStorage/preview/2021-12-02/blob.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9699,7 +9699,8 @@
96999699
"type": "string",
97009700
"enum": [
97019701
"rehydrate-pending-to-hot",
9702-
"rehydrate-pending-to-cool"
9702+
"rehydrate-pending-to-cool",
9703+
"rehydrate-pending-to-cold"
97039704
],
97049705
"x-ms-enum": {
97059706
"name": "ArchiveStatus",

0 commit comments

Comments
 (0)