File tree Expand file tree Collapse file tree 1 file changed +17
-11
lines changed
Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Original file line number Diff line number Diff line change 385385 "BotProperties" : {
386386 "type" : " object" ,
387387 "properties" : {
388+ "cmekKeyVaultUrl" : {
389+ "type" : " string" ,
390+ "description" : " The CMK Url"
391+ },
388392 "description" : {
389393 "type" : " string" ,
390394 "description" : " The description of the bot"
413417 "type" : " string" ,
414418 "description" : " The Icon Url of the bot"
415419 },
420+ "isCmekEnabled" : {
421+ "oneOf" : [
422+ {
423+ "type" : " boolean"
424+ },
425+ {
426+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
427+ }
428+ ],
429+ "description" : " Whether Cmek is enabled"
430+ },
416431 "luisAppIds" : {
417432 "oneOf" : [
418433 {
9951010 },
9961011 "required" : [
9971012 " emailAddress" ,
998- " isEnabled" ,
999- " password"
1013+ " isEnabled"
10001014 ],
10011015 "description" : " The parameters to provide for the Email channel."
10021016 },
10651079 },
10661080 "required" : [
10671081 " appId" ,
1068- " appSecret" ,
10691082 " isEnabled"
10701083 ],
10711084 "description" : " The parameters to provide for the Facebook channel."
10831096 }
10841097 },
10851098 "required" : [
1086- " accessToken" ,
10871099 " id"
10881100 ],
10891101 "description" : " A Facebook page for Facebook channel registration"
11491161 }
11501162 },
11511163 "required" : [
1152- " apiKey" ,
11531164 " isEnabled" ,
11541165 " userName"
11551166 ],
14851496 }
14861497 },
14871498 "required" : [
1488- " clientId" ,
1489- " clientSecret" ,
1490- " isEnabled" ,
1491- " verificationToken"
1499+ " isEnabled"
14921500 ],
14931501 "description" : " The parameters to provide for the Slack channel."
14941502 },
15581566 },
15591567 "required" : [
15601568 " accountSID" ,
1561- " authToken" ,
15621569 " isEnabled" ,
15631570 " phone"
15641571 ],
16211628 }
16221629 },
16231630 "required" : [
1624- " accessToken" ,
16251631 " isEnabled"
16261632 ],
16271633 "description" : " The parameters to provide for the Telegram channel."
You can’t perform that action at this time.
0 commit comments