From 16b967efbb9380dac955bc288b90b95779555e3d Mon Sep 17 00:00:00 2001 From: Zunli Hu Date: Mon, 7 Mar 2022 08:42:02 +0800 Subject: [PATCH] Update properties to align with service side (#18080) * update * update --- .../preview/2022-01-01-preview/ContainerApps.json | 4 ++++ .../preview/2022-01-01-preview/ManagedEnvironments.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 3b39e35bb4d5..4ddf1ed27cb1 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 @@ -732,6 +732,10 @@ "CustomDomain": { "description": "Custom Domain of a Container App", "type": "object", + "required": [ + "name", + "certificateId" + ], "properties": { "name": { "description": "Hostname.", diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironments.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironments.json index d4504cf7bd37..e5a6084931a1 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironments.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironments.json @@ -799,7 +799,8 @@ "Succeeded", "Failed", "Canceled", - "DeleteFailed" + "DeleteFailed", + "Pending" ], "type": "string", "readOnly": true,