From 149efa05827b08b25322ddd2079a4aac344201a1 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 24 May 2022 08:54:01 +0000 Subject: [PATCH] CodeGen from PR 19105 in Azure/azure-rest-api-specs [BotService] Update Slack property (#19105) * Add blockchain to latest profile * Add additional types * update slack property Co-authored-by: Mark Cowlishaw --- schemas/2021-05-01-preview/Microsoft.BotService.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/schemas/2021-05-01-preview/Microsoft.BotService.json b/schemas/2021-05-01-preview/Microsoft.BotService.json index 4d39262e28..333c07ed9a 100644 --- a/schemas/2021-05-01-preview/Microsoft.BotService.json +++ b/schemas/2021-05-01-preview/Microsoft.BotService.json @@ -1838,6 +1838,17 @@ "type": "string", "description": "The Slack landing page Url" }, + "registerBeforeOAuthFlow": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Whether to register the settings before OAuth validation is performed. Recommended to True." + }, "scopes": { "type": "string", "description": "The Slack permission scopes."