From 3d5343503644ce00b33525994b4b557b7be2a901 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 7 Mar 2022 00:46:31 +0000 Subject: [PATCH] CodeGen from PR 18080 in Azure/azure-rest-api-specs Update properties to align with service side (#18080) * update * update --- schemas/2022-01-01-preview/Microsoft.App.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/2022-01-01-preview/Microsoft.App.json b/schemas/2022-01-01-preview/Microsoft.App.json index 3427e6060c..d516dd1519 100644 --- a/schemas/2022-01-01-preview/Microsoft.App.json +++ b/schemas/2022-01-01-preview/Microsoft.App.json @@ -1350,6 +1350,10 @@ "description": "Hostname." } }, + "required": [ + "certificateId", + "name" + ], "description": "Custom Domain of a Container App" }, "CustomOpenIdConnectProvider": {