Skip to content

Commit

Permalink
[ReleasePR botservice] [Hub Generated] Review request for Microsoft.B…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Nov 17, 2021
2 parents 3a6d332 + d2d42e8 commit 31829f5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 22 deletions.
26 changes: 15 additions & 11 deletions schemas/2021-03-01/Microsoft.BotService.json
Original file line number Diff line number Diff line change
Expand Up @@ -476,17 +476,6 @@
],
"description": "Whether the bot is developerAppInsightsApiKey set"
},
"isIsolated": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Whether the bot is in an isolated network"
},
"isStreamingSupported": {
"oneOf": [
{
Expand Down Expand Up @@ -567,6 +556,21 @@
],
"description": "Contains resource parameters defined as key/value pairs."
},
"publicNetworkAccess": {
"oneOf": [
{
"type": "string",
"enum": [
"Enabled",
"Disabled"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Whether the bot is in an isolated network."
},
"publishingCredentials": {
"type": "string",
"description": "Publishing credentials of the resource"
Expand Down
26 changes: 15 additions & 11 deletions schemas/2021-05-01-preview/Microsoft.BotService.json
Original file line number Diff line number Diff line change
Expand Up @@ -518,17 +518,6 @@
],
"description": "Whether the bot is developerAppInsightsApiKey set"
},
"isIsolated": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Whether the bot is in an isolated network"
},
"isStreamingSupported": {
"oneOf": [
{
Expand Down Expand Up @@ -609,6 +598,21 @@
],
"description": "Contains resource parameters defined as key/value pairs."
},
"publicNetworkAccess": {
"oneOf": [
{
"type": "string",
"enum": [
"Enabled",
"Disabled"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Whether the bot is in an isolated network."
},
"publishingCredentials": {
"type": "string",
"description": "Publishing credentials of the resource"
Expand Down

0 comments on commit 31829f5

Please sign in to comment.