Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1645,6 +1645,14 @@
"items": {
"$ref": "./privatelinks.json#/definitions/PrivateEndpointConnection"
}
},
"openWithHint": {
"type": "string",
"description": "The hint to browser (e.g. protocol handler) on how to open the bot for authoring"
},
"appPasswordHint": {
"type": "string",
"description": "The hint (e.g. keyVault secret resourceId) on how to fetch the app secret"
}
},
"description": "The parameters to provide for the Bot.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,14 @@
"schemaTransformationVersion": {
"type": "string",
"description": "The channel schema transformation version for the bot"
},
"openWithHint": {
"type": "string",
"description": "The hint to browser (e.g. protocol handler) on how to open the bot for authoring"
},
"appPasswordHint": {
"type": "string",
"description": "The hint (e.g. keyVault secret resourceId) on how to fetch the app secret"
}
},
"description": "The parameters to provide for the Bot.",
Expand Down