Skip to content

Commit 68a1c9e

Browse files
authored
Update container app provisioningstate (#20411)
* update * update
1 parent fba4c8b commit 68a1c9e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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
@@ -479,7 +479,8 @@
479479
"InProgress",
480480
"Succeeded",
481481
"Failed",
482-
"Canceled"
482+
"Canceled",
483+
"Deleting"
483484
],
484485
"type": "string",
485486
"readOnly": true,

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,8 @@
483483
"InProgress",
484484
"Succeeded",
485485
"Failed",
486-
"Canceled"
486+
"Canceled",
487+
"Deleting"
487488
],
488489
"type": "string",
489490
"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
@@ -477,7 +477,8 @@
477477
"InProgress",
478478
"Succeeded",
479479
"Failed",
480-
"Canceled"
480+
"Canceled",
481+
"Deleting"
481482
],
482483
"type": "string",
483484
"readOnly": true,

0 commit comments

Comments
 (0)