diff --git a/schemas/2021-03-01/Microsoft.BotService.json b/schemas/2021-03-01/Microsoft.BotService.json index c91187f891..7a401f04ef 100644 --- a/schemas/2021-03-01/Microsoft.BotService.json +++ b/schemas/2021-03-01/Microsoft.BotService.json @@ -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" @@ -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" diff --git a/schemas/2021-05-01-preview/Microsoft.BotService.json b/schemas/2021-05-01-preview/Microsoft.BotService.json index c26921bb4f..c7e0a37d40 100644 --- a/schemas/2021-05-01-preview/Microsoft.BotService.json +++ b/schemas/2021-05-01-preview/Microsoft.BotService.json @@ -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" @@ -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"