Skip to content
Closed
Show file tree
Hide file tree
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
43 changes: 18 additions & 25 deletions schemas/2021-03-01/Microsoft.BotService.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,10 @@
"schemaTransformationVersion": {
"type": "string",
"description": "The channel schema transformation version for the bot"
},
"storageResourceId": {
"type": "string",
"description": "The storage resourceId for the bot"
}
},
"required": [
Expand Down Expand Up @@ -848,6 +852,10 @@
"etag": {
"type": "string",
"description": "Entity Tag of the resource"
},
"location": {
"type": "string",
"description": "Specifies the location of the resource."
}
},
"description": "Channel definition"
Expand Down Expand Up @@ -877,6 +885,14 @@
"type": "string",
"description": "Client Secret associated with the Connection Setting"
},
"id": {
"type": "string",
"description": "Id associated with the Connection Setting."
},
"name": {
"type": "string",
"description": "Name associated with the Connection Setting."
},
"parameters": {
"oneOf": [
{
Expand Down Expand Up @@ -919,10 +935,6 @@
"DirectLineChannel"
]
},
"location": {
"type": "string",
"description": "Location of the resource"
},
"properties": {
"oneOf": [
{
Expand All @@ -933,10 +945,6 @@
}
],
"description": "The parameters to provide for the Direct Line channel."
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the resource"
}
},
"required": [
Expand Down Expand Up @@ -1406,10 +1414,6 @@
"MsTeamsChannel"
]
},
"location": {
"type": "string",
"description": "Location of the resource"
},
"properties": {
"oneOf": [
{
Expand All @@ -1420,10 +1424,6 @@
}
],
"description": "The parameters to provide for the Microsoft Teams channel."
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the resource"
}
},
"required": [
Expand Down Expand Up @@ -1840,10 +1840,6 @@
"WebChatChannel"
]
},
"location": {
"type": "string",
"description": "Location of the resource"
},
"properties": {
"oneOf": [
{
Expand All @@ -1854,10 +1850,6 @@
}
],
"description": "The parameters to provide for the Web Chat channel."
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the resource"
}
},
"required": [
Expand Down Expand Up @@ -1902,7 +1894,8 @@
"isWebchatPreviewEnabled": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down
67 changes: 18 additions & 49 deletions schemas/2021-05-01-preview/Microsoft.BotService.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,10 @@
"schemaTransformationVersion": {
"type": "string",
"description": "The channel schema transformation version for the bot"
},
"storageResourceId": {
"type": "string",
"description": "The storage resourceId for the bot"
}
},
"required": [
Expand Down Expand Up @@ -929,6 +933,10 @@
"etag": {
"type": "string",
"description": "Entity Tag of the resource"
},
"location": {
"type": "string",
"description": "Specifies the location of the resource."
}
},
"description": "Channel definition"
Expand Down Expand Up @@ -958,6 +966,14 @@
"type": "string",
"description": "Client Secret associated with the Connection Setting"
},
"id": {
"type": "string",
"description": "Id associated with the Connection Setting."
},
"name": {
"type": "string",
"description": "Name associated with the Connection Setting."
},
"parameters": {
"oneOf": [
{
Expand Down Expand Up @@ -1000,10 +1016,6 @@
"DirectLineChannel"
]
},
"location": {
"type": "string",
"description": "Location of the resource"
},
"properties": {
"oneOf": [
{
Expand All @@ -1014,10 +1026,6 @@
}
],
"description": "The parameters to provide for the Direct Line channel."
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the resource"
}
},
"required": [
Expand Down Expand Up @@ -1153,10 +1161,6 @@
}
],
"description": "The parameters to provide for the DirectLine Speech channel."
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the resource"
}
},
"required": [
Expand Down Expand Up @@ -1231,10 +1235,6 @@
}
],
"description": "The parameters to provide for the Email channel."
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the resource"
}
},
"required": [
Expand Down Expand Up @@ -1280,10 +1280,6 @@
"FacebookChannel"
]
},
"location": {
"type": "string",
"description": "Location of the resource"
},
"properties": {
"oneOf": [
{
Expand All @@ -1294,10 +1290,6 @@
}
],
"description": "The parameters to provide for the Facebook channel."
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the resource"
}
},
"required": [
Expand Down Expand Up @@ -1503,10 +1495,6 @@
"MsTeamsChannel"
]
},
"location": {
"type": "string",
"description": "Location of the resource"
},
"properties": {
"oneOf": [
{
Expand All @@ -1517,10 +1505,6 @@
}
],
"description": "The parameters to provide for the Microsoft Teams channel."
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the resource"
}
},
"required": [
Expand Down Expand Up @@ -1822,10 +1806,6 @@
"SlackChannel"
]
},
"location": {
"type": "string",
"description": "Location of the resource"
},
"properties": {
"oneOf": [
{
Expand Down Expand Up @@ -1977,10 +1957,6 @@
}
],
"description": "The parameters to provide for the Telegram channel."
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the resource"
}
},
"required": [
Expand Down Expand Up @@ -2032,10 +2008,6 @@
"WebChatChannel"
]
},
"location": {
"type": "string",
"description": "Location of the resource"
},
"properties": {
"oneOf": [
{
Expand All @@ -2046,10 +2018,6 @@
}
],
"description": "The parameters to provide for the Web Chat channel."
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the resource"
}
},
"required": [
Expand Down Expand Up @@ -2094,7 +2062,8 @@
"isWebchatPreviewEnabled": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down