Skip to content

Commit

Permalink
Added missing ArchiveStatus value (#25024)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft committed Jul 27, 2023
1 parent 320e44c commit a32d0b2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9699,7 +9699,8 @@
"type": "string",
"enum": [
"rehydrate-pending-to-hot",
"rehydrate-pending-to-cool"
"rehydrate-pending-to-cool",
"rehydrate-pending-to-cold"
],
"x-ms-enum": {
"name": "ArchiveStatus",
Expand Down

0 comments on commit a32d0b2

Please sign in to comment.