Skip to content

Commit f045df9

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent 648ec80 commit f045df9

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

schemas/2020-06-02/Microsoft.BotService.json

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,10 @@
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"
@@ -413,6 +417,17 @@
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
{
@@ -995,8 +1010,7 @@
9951010
},
9961011
"required": [
9971012
"emailAddress",
998-
"isEnabled",
999-
"password"
1013+
"isEnabled"
10001014
],
10011015
"description": "The parameters to provide for the Email channel."
10021016
},
@@ -1065,7 +1079,6 @@
10651079
},
10661080
"required": [
10671081
"appId",
1068-
"appSecret",
10691082
"isEnabled"
10701083
],
10711084
"description": "The parameters to provide for the Facebook channel."
@@ -1083,7 +1096,6 @@
10831096
}
10841097
},
10851098
"required": [
1086-
"accessToken",
10871099
"id"
10881100
],
10891101
"description": "A Facebook page for Facebook channel registration"
@@ -1149,7 +1161,6 @@
11491161
}
11501162
},
11511163
"required": [
1152-
"apiKey",
11531164
"isEnabled",
11541165
"userName"
11551166
],
@@ -1485,10 +1496,7 @@
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
},
@@ -1558,7 +1566,6 @@
15581566
},
15591567
"required": [
15601568
"accountSID",
1561-
"authToken",
15621569
"isEnabled",
15631570
"phone"
15641571
],
@@ -1621,7 +1628,6 @@
16211628
}
16221629
},
16231630
"required": [
1624-
"accessToken",
16251631
"isEnabled"
16261632
],
16271633
"description": "The parameters to provide for the Telegram channel."

0 commit comments

Comments
 (0)