From 2b72e1c93ecd3aa4a4391a4ab41e7d5d69948b0d Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 19 Jul 2021 18:33:27 +0000 Subject: [PATCH] CodeGen from PR 15239 in Azure/azure-rest-api-specs Merge 7c001c6819ff1f38b53a743c6b073f5c9ebeada4 into e7682aa897902920f3a95b2f358b6f7729d18666 --- .../Microsoft.BotService.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/schemas/2021-05-01-preview/Microsoft.BotService.json b/schemas/2021-05-01-preview/Microsoft.BotService.json index 06efc36850..caa0f5a0c6 100644 --- a/schemas/2021-05-01-preview/Microsoft.BotService.json +++ b/schemas/2021-05-01-preview/Microsoft.BotService.json @@ -506,6 +506,30 @@ "type": "string", "description": "Microsoft App Id for the bot" }, + "msaAppMSIResourceId": { + "type": "string", + "description": "Microsoft App Managed Identity Resource Id for the bot" + }, + "msaAppTenantId": { + "type": "string", + "description": "Microsoft App Tenant Id for the bot" + }, + "msaAppType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "UserAssignedMSI", + "SingleTenant", + "MultiTenant" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Microsoft App Type for the bot." + }, "schemaTransformationVersion": { "type": "string", "description": "The channel schema transformation version for the bot"