From a08b78f9c5e28c6ae418f2718bb894c31e2424eb Mon Sep 17 00:00:00 2001 From: Juliehzl Date: Fri, 26 Aug 2022 12:44:18 +0800 Subject: [PATCH] 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 dfec548ea529..382c410d016e 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 @@ -482,7 +482,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 734e1d6be1fb..fd77bfd70094 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 @@ -480,7 +480,8 @@ "InProgress", "Succeeded", "Failed", - "Canceled" + "Canceled", + "Deleting" ], "type": "string", "readOnly": true,