From f1007bdccfaaba4deaae0d464d413362e0e5958d Mon Sep 17 00:00:00 2001 From: Juliehzl Date: Fri, 26 Aug 2022 17:21:07 +0800 Subject: [PATCH 1/2] update --- .../preview/2022-06-01-preview/ContainerApps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerApps.json b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerApps.json index d2960da21cc3..5cc2bf972f99 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerApps.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerApps.json @@ -483,7 +483,8 @@ "InProgress", "Succeeded", "Failed", - "Canceled" + "Canceled", + "Deleting" ], "type": "string", "readOnly": true, From 2813c434987a3e92926580bcdbea0f42019be0b5 Mon Sep 17 00:00:00 2001 From: Juliehzl Date: Fri, 26 Aug 2022 12:44:18 +0800 Subject: [PATCH 2/2] update --- .../preview/2022-01-01-preview/ContainerApps.json | 3 ++- .../Microsoft.App/stable/2022-03-01/ContainerApps.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ContainerApps.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ContainerApps.json index 4aff2475e7ab..4f5698f87d16 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ContainerApps.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ContainerApps.json @@ -479,7 +479,8 @@ "InProgress", "Succeeded", "Failed", - "Canceled" + "Canceled", + "Deleting" ], "type": "string", "readOnly": true, diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerApps.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerApps.json index 877cbec9784b..eae776b03f71 100644 --- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerApps.json +++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerApps.json @@ -477,7 +477,8 @@ "InProgress", "Succeeded", "Failed", - "Canceled" + "Canceled", + "Deleting" ], "type": "string", "readOnly": true,