Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Change purge statue to enum
  • Loading branch information
Ace Eldeib committed Feb 23, 2018
commit bcdbc275b9d1dbf614a12e2adf830c2bb2a98b89
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,15 @@
"properties": {
"status": {
"description": "Status of the operation represented by the requested Id.",
"type": "string"
"type": "string",
"enum": [
"Pending",
"Completed"
],
"x-ms-enum": {
"name": "PurgeState",
"modelAsString": true
}
}
},
"required": [
Expand Down