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."