Skip to content

Commit 78c258d

Browse files
hailiu2586LeiWang3
authored andcommitted
new bot properties openWithHint and appPasswordHint (Azure#15456)
* new bot properties openWithHint and appPasswordHint * add new properties to 2021-05-01-preview as well
1 parent 0c50dd2 commit 78c258d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

specification/botservice/resource-manager/Microsoft.BotService/preview/2021-05-01-preview/botservice.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,6 +1645,14 @@
16451645
"items": {
16461646
"$ref": "./privatelinks.json#/definitions/PrivateEndpointConnection"
16471647
}
1648+
},
1649+
"openWithHint": {
1650+
"type": "string",
1651+
"description": "The hint to browser (e.g. protocol handler) on how to open the bot for authoring"
1652+
},
1653+
"appPasswordHint": {
1654+
"type": "string",
1655+
"description": "The hint (e.g. keyVault secret resourceId) on how to fetch the app secret"
16481656
}
16491657
},
16501658
"description": "The parameters to provide for the Bot.",

specification/botservice/resource-manager/Microsoft.BotService/stable/2021-03-01/botservice.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,6 +1336,14 @@
13361336
"schemaTransformationVersion": {
13371337
"type": "string",
13381338
"description": "The channel schema transformation version for the bot"
1339+
},
1340+
"openWithHint": {
1341+
"type": "string",
1342+
"description": "The hint to browser (e.g. protocol handler) on how to open the bot for authoring"
1343+
},
1344+
"appPasswordHint": {
1345+
"type": "string",
1346+
"description": "The hint (e.g. keyVault secret resourceId) on how to fetch the app secret"
13391347
}
13401348
},
13411349
"description": "The parameters to provide for the Bot.",

0 commit comments

Comments
 (0)