From 0160715f8e5735ab89e3e0ba266fb1d4ed84e1c8 Mon Sep 17 00:00:00 2001 From: Yuwei Zhou Date: Mon, 18 Dec 2023 11:09:10 +0800 Subject: [PATCH] add cancelled (#1) --- .../preview/2024-01-01-preview/appplatform.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/appplatform.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/appplatform.json index 1577989c0b4a..783f98fa87b6 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/appplatform.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/appplatform.json @@ -14690,7 +14690,8 @@ "Updating", "Succeeded", "Failed", - "Deleting" + "Deleting", + "Canceled" ], "type": "string", "readOnly": true, @@ -14817,7 +14818,8 @@ "Updating", "Succeeded", "Failed", - "Deleting" + "Deleting", + "Canceled" ], "type": "string", "readOnly": true, @@ -15108,7 +15110,8 @@ "Creating", "Updating", "Succeeded", - "Failed" + "Failed", + "Canceled" ], "type": "string", "readOnly": true,