Skip to content

Commit 29ac59e

Browse files
author
msftbot[bot]
authored
2 parents bdd668e + e56c195 commit 29ac59e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

schemas/2021-03-01/Microsoft.BotService.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,10 @@
388388
"BotProperties": {
389389
"type": "object",
390390
"properties": {
391+
"appPasswordHint": {
392+
"type": "string",
393+
"description": "The hint (e.g. keyVault secret resourceId) on how to fetch the app secret"
394+
},
391395
"cmekKeyVaultUrl": {
392396
"type": "string",
393397
"description": "The CMK Url"
@@ -464,6 +468,10 @@
464468
"type": "string",
465469
"description": "Microsoft App Id for the bot"
466470
},
471+
"openWithHint": {
472+
"type": "string",
473+
"description": "The hint to browser (e.g. protocol handler) on how to open the bot for authoring"
474+
},
467475
"schemaTransformationVersion": {
468476
"type": "string",
469477
"description": "The channel schema transformation version for the bot"

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,10 @@
430430
"BotProperties": {
431431
"type": "object",
432432
"properties": {
433+
"appPasswordHint": {
434+
"type": "string",
435+
"description": "The hint (e.g. keyVault secret resourceId) on how to fetch the app secret"
436+
},
433437
"cmekKeyVaultUrl": {
434438
"type": "string",
435439
"description": "The CMK Url"
@@ -541,6 +545,10 @@
541545
],
542546
"description": "Microsoft App Type for the bot."
543547
},
548+
"openWithHint": {
549+
"type": "string",
550+
"description": "The hint to browser (e.g. protocol handler) on how to open the bot for authoring"
551+
},
544552
"schemaTransformationVersion": {
545553
"type": "string",
546554
"description": "The channel schema transformation version for the bot"

0 commit comments

Comments
 (0)