Skip to content
Closed
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
24 changes: 24 additions & 0 deletions schemas/2021-05-01-preview/Microsoft.BotService.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down