Skip to content

Commit 56a44bc

Browse files
author
SDKAuto
committed
CodeGen from PR 16882 in Azure/azure-rest-api-specs
Merge d2959ed2308f3f04c11c443ffe290a7a14cd90c4 into 85d11472e0e6d69603edb824b40f5fee71e87d2d
1 parent 3a7c405 commit 56a44bc

File tree

2 files changed

+36
-74
lines changed

2 files changed

+36
-74
lines changed

schemas/2021-03-01/Microsoft.BotService.json

Lines changed: 18 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,10 @@
578578
"schemaTransformationVersion": {
579579
"type": "string",
580580
"description": "The channel schema transformation version for the bot"
581+
},
582+
"storageResourceId": {
583+
"type": "string",
584+
"description": "The storage resourceId for the bot"
581585
}
582586
},
583587
"required": [
@@ -848,6 +852,10 @@
848852
"etag": {
849853
"type": "string",
850854
"description": "Entity Tag of the resource"
855+
},
856+
"location": {
857+
"type": "string",
858+
"description": "Specifies the location of the resource."
851859
}
852860
},
853861
"description": "Channel definition"
@@ -877,6 +885,14 @@
877885
"type": "string",
878886
"description": "Client Secret associated with the Connection Setting"
879887
},
888+
"id": {
889+
"type": "string",
890+
"description": "Id associated with the Connection Setting."
891+
},
892+
"name": {
893+
"type": "string",
894+
"description": "Name associated with the Connection Setting."
895+
},
880896
"parameters": {
881897
"oneOf": [
882898
{
@@ -919,10 +935,6 @@
919935
"DirectLineChannel"
920936
]
921937
},
922-
"location": {
923-
"type": "string",
924-
"description": "Location of the resource"
925-
},
926938
"properties": {
927939
"oneOf": [
928940
{
@@ -933,10 +945,6 @@
933945
}
934946
],
935947
"description": "The parameters to provide for the Direct Line channel."
936-
},
937-
"provisioningState": {
938-
"type": "string",
939-
"description": "Provisioning state of the resource"
940948
}
941949
},
942950
"required": [
@@ -1406,10 +1414,6 @@
14061414
"MsTeamsChannel"
14071415
]
14081416
},
1409-
"location": {
1410-
"type": "string",
1411-
"description": "Location of the resource"
1412-
},
14131417
"properties": {
14141418
"oneOf": [
14151419
{
@@ -1420,10 +1424,6 @@
14201424
}
14211425
],
14221426
"description": "The parameters to provide for the Microsoft Teams channel."
1423-
},
1424-
"provisioningState": {
1425-
"type": "string",
1426-
"description": "Provisioning state of the resource"
14271427
}
14281428
},
14291429
"required": [
@@ -1840,10 +1840,6 @@
18401840
"WebChatChannel"
18411841
]
18421842
},
1843-
"location": {
1844-
"type": "string",
1845-
"description": "Location of the resource"
1846-
},
18471843
"properties": {
18481844
"oneOf": [
18491845
{
@@ -1854,10 +1850,6 @@
18541850
}
18551851
],
18561852
"description": "The parameters to provide for the Web Chat channel."
1857-
},
1858-
"provisioningState": {
1859-
"type": "string",
1860-
"description": "Provisioning state of the resource"
18611853
}
18621854
},
18631855
"required": [
@@ -1902,7 +1894,8 @@
19021894
"isWebchatPreviewEnabled": {
19031895
"oneOf": [
19041896
{
1905-
"type": "boolean"
1897+
"type": "boolean",
1898+
"default": false
19061899
},
19071900
{
19081901
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

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

Lines changed: 18 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,10 @@
620620
"schemaTransformationVersion": {
621621
"type": "string",
622622
"description": "The channel schema transformation version for the bot"
623+
},
624+
"storageResourceId": {
625+
"type": "string",
626+
"description": "The storage resourceId for the bot"
623627
}
624628
},
625629
"required": [
@@ -929,6 +933,10 @@
929933
"etag": {
930934
"type": "string",
931935
"description": "Entity Tag of the resource"
936+
},
937+
"location": {
938+
"type": "string",
939+
"description": "Specifies the location of the resource."
932940
}
933941
},
934942
"description": "Channel definition"
@@ -958,6 +966,14 @@
958966
"type": "string",
959967
"description": "Client Secret associated with the Connection Setting"
960968
},
969+
"id": {
970+
"type": "string",
971+
"description": "Id associated with the Connection Setting."
972+
},
973+
"name": {
974+
"type": "string",
975+
"description": "Name associated with the Connection Setting."
976+
},
961977
"parameters": {
962978
"oneOf": [
963979
{
@@ -1000,10 +1016,6 @@
10001016
"DirectLineChannel"
10011017
]
10021018
},
1003-
"location": {
1004-
"type": "string",
1005-
"description": "Location of the resource"
1006-
},
10071019
"properties": {
10081020
"oneOf": [
10091021
{
@@ -1014,10 +1026,6 @@
10141026
}
10151027
],
10161028
"description": "The parameters to provide for the Direct Line channel."
1017-
},
1018-
"provisioningState": {
1019-
"type": "string",
1020-
"description": "Provisioning state of the resource"
10211029
}
10221030
},
10231031
"required": [
@@ -1153,10 +1161,6 @@
11531161
}
11541162
],
11551163
"description": "The parameters to provide for the DirectLine Speech channel."
1156-
},
1157-
"provisioningState": {
1158-
"type": "string",
1159-
"description": "Provisioning state of the resource"
11601164
}
11611165
},
11621166
"required": [
@@ -1231,10 +1235,6 @@
12311235
}
12321236
],
12331237
"description": "The parameters to provide for the Email channel."
1234-
},
1235-
"provisioningState": {
1236-
"type": "string",
1237-
"description": "Provisioning state of the resource"
12381238
}
12391239
},
12401240
"required": [
@@ -1280,10 +1280,6 @@
12801280
"FacebookChannel"
12811281
]
12821282
},
1283-
"location": {
1284-
"type": "string",
1285-
"description": "Location of the resource"
1286-
},
12871283
"properties": {
12881284
"oneOf": [
12891285
{
@@ -1294,10 +1290,6 @@
12941290
}
12951291
],
12961292
"description": "The parameters to provide for the Facebook channel."
1297-
},
1298-
"provisioningState": {
1299-
"type": "string",
1300-
"description": "Provisioning state of the resource"
13011293
}
13021294
},
13031295
"required": [
@@ -1503,10 +1495,6 @@
15031495
"MsTeamsChannel"
15041496
]
15051497
},
1506-
"location": {
1507-
"type": "string",
1508-
"description": "Location of the resource"
1509-
},
15101498
"properties": {
15111499
"oneOf": [
15121500
{
@@ -1517,10 +1505,6 @@
15171505
}
15181506
],
15191507
"description": "The parameters to provide for the Microsoft Teams channel."
1520-
},
1521-
"provisioningState": {
1522-
"type": "string",
1523-
"description": "Provisioning state of the resource"
15241508
}
15251509
},
15261510
"required": [
@@ -1822,10 +1806,6 @@
18221806
"SlackChannel"
18231807
]
18241808
},
1825-
"location": {
1826-
"type": "string",
1827-
"description": "Location of the resource"
1828-
},
18291809
"properties": {
18301810
"oneOf": [
18311811
{
@@ -1977,10 +1957,6 @@
19771957
}
19781958
],
19791959
"description": "The parameters to provide for the Telegram channel."
1980-
},
1981-
"provisioningState": {
1982-
"type": "string",
1983-
"description": "Provisioning state of the resource"
19841960
}
19851961
},
19861962
"required": [
@@ -2032,10 +2008,6 @@
20322008
"WebChatChannel"
20332009
]
20342010
},
2035-
"location": {
2036-
"type": "string",
2037-
"description": "Location of the resource"
2038-
},
20392011
"properties": {
20402012
"oneOf": [
20412013
{
@@ -2046,10 +2018,6 @@
20462018
}
20472019
],
20482020
"description": "The parameters to provide for the Web Chat channel."
2049-
},
2050-
"provisioningState": {
2051-
"type": "string",
2052-
"description": "Provisioning state of the resource"
20532021
}
20542022
},
20552023
"required": [
@@ -2094,7 +2062,8 @@
20942062
"isWebchatPreviewEnabled": {
20952063
"oneOf": [
20962064
{
2097-
"type": "boolean"
2065+
"type": "boolean",
2066+
"default": false
20982067
},
20992068
{
21002069
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

0 commit comments

Comments
 (0)