Skip to content

Commit 1520500

Browse files
authored
update (#20406)
1 parent eca8060 commit 1520500

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ContainerApps.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,8 @@
482482
"InProgress",
483483
"Succeeded",
484484
"Failed",
485-
"Canceled"
485+
"Canceled",
486+
"Deleting"
486487
],
487488
"type": "string",
488489
"readOnly": true,

specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerApps.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,8 @@
480480
"InProgress",
481481
"Succeeded",
482482
"Failed",
483-
"Canceled"
483+
"Canceled",
484+
"Deleting"
484485
],
485486
"type": "string",
486487
"readOnly": true,

0 commit comments

Comments
 (0)