Skip to content

Commit

Permalink
CodeGen from PR 15456 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
new bot properties openWithHint and appPasswordHint (#15456)

* new bot properties openWithHint and appPasswordHint

* add new properties to 2021-05-01-preview as well
  • Loading branch information
SDKAuto committed Oct 9, 2021
1 parent bdd668e commit e56c195
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions schemas/2021-03-01/Microsoft.BotService.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,10 @@
"BotProperties": {
"type": "object",
"properties": {
"appPasswordHint": {
"type": "string",
"description": "The hint (e.g. keyVault secret resourceId) on how to fetch the app secret"
},
"cmekKeyVaultUrl": {
"type": "string",
"description": "The CMK Url"
Expand Down Expand Up @@ -464,6 +468,10 @@
"type": "string",
"description": "Microsoft App Id for the bot"
},
"openWithHint": {
"type": "string",
"description": "The hint to browser (e.g. protocol handler) on how to open the bot for authoring"
},
"schemaTransformationVersion": {
"type": "string",
"description": "The channel schema transformation version for the bot"
Expand Down
8 changes: 8 additions & 0 deletions schemas/2021-05-01-preview/Microsoft.BotService.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,10 @@
"BotProperties": {
"type": "object",
"properties": {
"appPasswordHint": {
"type": "string",
"description": "The hint (e.g. keyVault secret resourceId) on how to fetch the app secret"
},
"cmekKeyVaultUrl": {
"type": "string",
"description": "The CMK Url"
Expand Down Expand Up @@ -541,6 +545,10 @@
],
"description": "Microsoft App Type for the bot."
},
"openWithHint": {
"type": "string",
"description": "The hint to browser (e.g. protocol handler) on how to open the bot for authoring"
},
"schemaTransformationVersion": {
"type": "string",
"description": "The channel schema transformation version for the bot"
Expand Down

0 comments on commit e56c195

Please sign in to comment.