File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
schemas/2021-05-01-preview Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments