Skip to content

Commit

Permalink
add cancelled (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwzho authored and saragluna committed Dec 18, 2023
1 parent 4299432 commit 0160715
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14690,7 +14690,8 @@
"Updating",
"Succeeded",
"Failed",
"Deleting"
"Deleting",
"Canceled"
],
"type": "string",
"readOnly": true,
Expand Down Expand Up @@ -14817,7 +14818,8 @@
"Updating",
"Succeeded",
"Failed",
"Deleting"
"Deleting",
"Canceled"
],
"type": "string",
"readOnly": true,
Expand Down Expand Up @@ -15108,7 +15110,8 @@
"Creating",
"Updating",
"Succeeded",
"Failed"
"Failed",
"Canceled"
],
"type": "string",
"readOnly": true,
Expand Down

0 comments on commit 0160715

Please sign in to comment.