From 6de9956aa95d238e62525460cf160fec08944c35 Mon Sep 17 00:00:00 2001 From: Anthony Chu Date: Thu, 29 Jul 2021 09:11:19 -0700 Subject: [PATCH] Remove clientId and appId settings to match docs (#1769) --- src/schemas/json/staticwebapp.config.json | 28 ----------------------- 1 file changed, 28 deletions(-) diff --git a/src/schemas/json/staticwebapp.config.json b/src/schemas/json/staticwebapp.config.json index e9dbf596769..ebc9c963c8f 100644 --- a/src/schemas/json/staticwebapp.config.json +++ b/src/schemas/json/staticwebapp.config.json @@ -107,10 +107,6 @@ "type": "string", "description": "The endpoint for the OpenID configuration of the AAD tenant" }, - "clientId": { - "type": "string", - "description": "The client ID for the Azure AD app registration" - }, "clientIdSettingName": { "type": "string", "description": "The name of the application setting containing the Application (client) ID for the Azure AD app registration" @@ -159,10 +155,6 @@ "clientSecretSettingName" ], "properties": { - "clientId": { - "type": "string", - "description": "The client ID" - }, "clientIdSettingName": { "type": "string", "description": "The name of the application setting containing the Client ID" @@ -211,10 +203,6 @@ "appSecretSettingName" ], "properties": { - "appId": { - "type": "string", - "description": "The App ID" - }, "appIdSettingName": { "type": "string", "description": "The name of the application setting containing the App ID" @@ -263,10 +251,6 @@ "clientSecretSettingName" ], "properties": { - "clientId": { - "type": "string", - "description": "The client ID" - }, "clientIdSettingName": { "type": "string", "description": "The name of the application setting containing the Client ID" @@ -315,10 +299,6 @@ "clientSecretSettingName" ], "properties": { - "clientId": { - "type": "string", - "description": "The client ID" - }, "clientIdSettingName": { "type": "string", "description": "The name of the application setting containing the Client ID" @@ -367,10 +347,6 @@ "consumerSecretSettingName" ], "properties": { - "consumerKey": { - "type": "string", - "description": "The Consumer Key" - }, "consumerKeySettingName": { "type": "string", "description": "The name of the application setting containing the Consumer Key" @@ -410,10 +386,6 @@ "openIdConnectConfiguration" ], "properties": { - "clientId": { - "type": "string", - "description": "The Client ID" - }, "clientIdSettingName": { "type": "string", "description": "The name of the application setting containing the Client ID"