Skip to content

Commit 45b7d35

Browse files
author
msftbot[bot]
authored
[ReleasePR botservice] [BotService] Update Slack property (#2384)
Create to sync Azure/azure-rest-api-specs#19105 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/botservice?expand=1)
2 parents 7fb7722 + 149efa0 commit 45b7d35

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

schemas/2021-05-01-preview/Microsoft.BotService.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,6 +1838,17 @@
18381838
"type": "string",
18391839
"description": "The Slack landing page Url"
18401840
},
1841+
"registerBeforeOAuthFlow": {
1842+
"oneOf": [
1843+
{
1844+
"type": "boolean"
1845+
},
1846+
{
1847+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1848+
}
1849+
],
1850+
"description": "Whether to register the settings before OAuth validation is performed. Recommended to True."
1851+
},
18411852
"scopes": {
18421853
"type": "string",
18431854
"description": "The Slack permission scopes."

0 commit comments

Comments
 (0)