Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.BotService to add version preview/2021-05-01-preview #16012

Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -1461,6 +1461,14 @@
"etag": {
"type": "string",
"description": "Entity Tag"
},
"zones": {
"type": "array",
"items": {
"type": "string"
},
"description": "Entity zones",
"readOnly": true
}
}
},
Expand Down Expand Up @@ -1630,6 +1638,15 @@
"type": "boolean",
"description": "Whether the bot is in an isolated network"
},
"isDeveloperAppInsightsApiKeySet": {
"type": "boolean",
"description": "Whether the bot is developerAppInsightsApiKey set"
},
"migrationToken": {
"type": "string",
"description": "Token used to migrate non Azure bot to azure subscription",
"readOnly": true
},
"disableLocalAuth": {
"type": "boolean",
"description": "Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication."
Expand Down Expand Up @@ -1702,6 +1719,10 @@
"channelName": {
"type": "string",
"description": "The channel name"
},
"etag": {
"type": "string",
"description": "Entity Tag of the resource"
}
},
"required": [
Expand All @@ -1721,6 +1742,10 @@
"properties": {
"$ref": "#/definitions/AlexaChannelProperties",
"description": "The set of properties specific to Alexa channel resource"
},
"etag": {
"type": "string",
"description": "Entity Tag of the resource"
}
}
},
Expand Down Expand Up @@ -1764,6 +1789,14 @@
"properties": {
"$ref": "#/definitions/FacebookChannelProperties",
"description": "The set of properties specific to bot facebook channel"
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the resource"
},
"location": {
"type": "string",
"description": "Location of the resource"
}
}
},
Expand Down Expand Up @@ -1837,6 +1870,14 @@
"properties": {
"$ref": "#/definitions/EmailChannelProperties",
"description": "The set of properties specific to email channel resource"
},
"etag": {
"type": "string",
"description": "Entity Tag of the resource"
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the resource"
}
}
},
Expand Down Expand Up @@ -1874,6 +1915,14 @@
"properties": {
"$ref": "#/definitions/MsTeamsChannelProperties",
"description": "The set of properties specific to Microsoft Teams channel resource"
},
"etag": {
"type": "string",
"description": "Entity Tag of the resource"
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the resource"
}
}
},
Expand All @@ -1890,6 +1939,10 @@
"isEnabled": {
"type": "boolean",
"description": "Whether this channel is enabled for the bot"
},
"incomingCallRoute": {
"type": "string",
"description": "Webhook for Microsoft Teams channel calls"
}
},
"description": "The parameters to provide for the Microsoft Teams channel.",
Expand All @@ -1910,6 +1963,10 @@
"properties": {
"$ref": "#/definitions/SkypeChannelProperties",
"description": "The set of properties specific to Skype channel resource"
},
"etag": {
"type": "string",
"description": "Entity Tag of the resource"
}
}
},
Expand Down Expand Up @@ -1947,6 +2004,10 @@
"type": "string",
"description": "Calling web hook for Skype channel"
},
"incomingCallRoute": {
"type": "string",
"description": "Incoming call route for Skype channel"
},
"isEnabled": {
"type": "boolean",
"description": "Whether this channel is enabled for the bot"
Expand Down Expand Up @@ -2011,6 +2072,14 @@
"properties": {
"$ref": "#/definitions/WebChatChannelProperties",
"description": "The set of properties specific to Web Chat channel resource"
},
"location": {
"type": "string",
"description": "Location of the resource"
},
"etag": {
"type": "string",
"description": "Entity Tag of the resource"
}
}
},
Expand Down Expand Up @@ -2047,6 +2116,14 @@
"properties": {
"$ref": "#/definitions/DirectLineChannelProperties",
"description": "The set of properties specific to Direct Line channel resource"
},
"etag": {
"type": "string",
"description": "Entity Tag of the resource"
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the resource"
}
}
},
Expand All @@ -2058,6 +2135,10 @@
"$ref": "#/definitions/DirectLineSite"
},
"description": "The list of Direct Line sites"
},
"DirectLineEmbedCode": {
"type": "string",
"description": "Direct Line embed code of the resource"
}
},
"description": "The parameters to provide for the Direct Line channel."
Expand All @@ -2075,6 +2156,14 @@
"properties": {
"$ref": "#/definitions/TelegramChannelProperties",
"description": "The set of properties specific to Telegram channel resource"
},
"etag": {
"type": "string",
"description": "Entity Tag of the resource"
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the resource"
}
}
},
Expand Down Expand Up @@ -2112,6 +2201,10 @@
"properties": {
"$ref": "#/definitions/SmsChannelProperties",
"description": "The set of properties specific to Sms channel resource"
},
"etag": {
"type": "string",
"description": "Entity Tag of the resource"
}
}
},
Expand Down Expand Up @@ -2159,6 +2252,14 @@
"properties": {
"$ref": "#/definitions/SlackChannelProperties",
"description": "The set of properties specific to Slack channel resource"
},
"etag": {
"type": "string",
"description": "Entity Tag of the resource"
},
"location": {
"type": "string",
"description": "Location of the resource"
}
}
},
Expand Down Expand Up @@ -2201,7 +2302,7 @@
"description": "Whether to register the settings before OAuth validation is performed. Recommended to True.",
"readOnly": true
},
"isValidated": {
"IsValidated": {
"type": "boolean",
"description": "Whether this channel is validated for the bot",
"readOnly": true
Expand Down Expand Up @@ -2298,6 +2399,14 @@
"properties": {
"$ref": "#/definitions/DirectLineSpeechChannelProperties",
"description": "The set of properties specific to DirectLine Speech channel resource"
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the resource"
},
"etag": {
"type": "string",
"description": "Entity Tag of the resource"
}
}
},
Expand Down Expand Up @@ -2386,15 +2495,15 @@
"type": "boolean",
"description": "Whether this site is enabled for DirectLine channel"
},
"enablePreview": {
"isWebchatPreviewEnabled": {
"type": "boolean",
"description": "Whether this site is enabled for preview versions of Webchat"
}
},
"required": [
"siteName",
"isEnabled",
"enablePreview"
"isWebchatPreviewEnabled"
],
"description": "A site for the Webchat channel"
},
Expand Down Expand Up @@ -2444,6 +2553,10 @@
"type": "boolean",
"description": "Whether this site is enabled for authentication with Bot Framework."
},
"isBlockUserUploadEnabled": {
"type": "boolean",
"description": "Whether this site is enabled for block user upload."
},
"trustedOrigins": {
"type": "array",
"description": "List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"key": "key1",
"key2": "key2",
"isEnabled": true,
"enablePreview": true
"isWebchatPreviewEnabled": true
}
]
}
Expand Down