File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
specification/botservice/resource-manager/Microsoft.BotService
preview/2021-05-01-preview Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1645
1645
"items" : {
1646
1646
"$ref" : " ./privatelinks.json#/definitions/PrivateEndpointConnection"
1647
1647
}
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"
1648
1656
}
1649
1657
},
1650
1658
"description" : " The parameters to provide for the Bot." ,
Original file line number Diff line number Diff line change 1336
1336
"schemaTransformationVersion" : {
1337
1337
"type" : " string" ,
1338
1338
"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"
1339
1347
}
1340
1348
},
1341
1349
"description" : " The parameters to provide for the Bot." ,
You can’t perform that action at this time.
0 commit comments