Skip to content

Commit 6b42066

Browse files
author
SDKAuto
committed
CodeGen from PR 15239 in Azure/azure-rest-api-specs
Merge bf70486111320948157e77525a32502203d043de into 259766b85ffb3c5f93a25776a1d52211b510d11a
1 parent d6ad7a6 commit 6b42066

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

schemas/2021-05-01-preview/Microsoft.BotService.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,30 @@
506506
"type": "string",
507507
"description": "Microsoft App Id for the bot"
508508
},
509+
"msaAppMSIResourceId": {
510+
"type": "string",
511+
"description": "Microsoft App Managed Identity Resource Id for the bot"
512+
},
513+
"msaAppTenantId": {
514+
"type": "string",
515+
"description": "Microsoft App Tenant Id for the bot"
516+
},
517+
"msaAppType": {
518+
"oneOf": [
519+
{
520+
"type": "string",
521+
"enum": [
522+
"UserAssignedMSI",
523+
"SingleTenant",
524+
"MultiTenant"
525+
]
526+
},
527+
{
528+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
529+
}
530+
],
531+
"description": "Microsoft App Type for the bot."
532+
},
509533
"schemaTransformationVersion": {
510534
"type": "string",
511535
"description": "The channel schema transformation version for the bot"

0 commit comments

Comments
 (0)