Skip to content

Commit 31829f5

Browse files
author
msftbot[bot]
authored
[ReleasePR botservice] [Hub Generated] Review request for Microsoft.BotService to add version preview/2021-05-01-preview (#2055)
Create to sync Azure/azure-rest-api-specs#16760 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/botservice?expand=1)
2 parents 3a6d332 + d2d42e8 commit 31829f5

File tree

2 files changed

+30
-22
lines changed

2 files changed

+30
-22
lines changed

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

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -476,17 +476,6 @@
476476
],
477477
"description": "Whether the bot is developerAppInsightsApiKey set"
478478
},
479-
"isIsolated": {
480-
"oneOf": [
481-
{
482-
"type": "boolean"
483-
},
484-
{
485-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
486-
}
487-
],
488-
"description": "Whether the bot is in an isolated network"
489-
},
490479
"isStreamingSupported": {
491480
"oneOf": [
492481
{
@@ -567,6 +556,21 @@
567556
],
568557
"description": "Contains resource parameters defined as key/value pairs."
569558
},
559+
"publicNetworkAccess": {
560+
"oneOf": [
561+
{
562+
"type": "string",
563+
"enum": [
564+
"Enabled",
565+
"Disabled"
566+
]
567+
},
568+
{
569+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
570+
}
571+
],
572+
"description": "Whether the bot is in an isolated network."
573+
},
570574
"publishingCredentials": {
571575
"type": "string",
572576
"description": "Publishing credentials of the resource"

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

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -518,17 +518,6 @@
518518
],
519519
"description": "Whether the bot is developerAppInsightsApiKey set"
520520
},
521-
"isIsolated": {
522-
"oneOf": [
523-
{
524-
"type": "boolean"
525-
},
526-
{
527-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
528-
}
529-
],
530-
"description": "Whether the bot is in an isolated network"
531-
},
532521
"isStreamingSupported": {
533522
"oneOf": [
534523
{
@@ -609,6 +598,21 @@
609598
],
610599
"description": "Contains resource parameters defined as key/value pairs."
611600
},
601+
"publicNetworkAccess": {
602+
"oneOf": [
603+
{
604+
"type": "string",
605+
"enum": [
606+
"Enabled",
607+
"Disabled"
608+
]
609+
},
610+
{
611+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
612+
}
613+
],
614+
"description": "Whether the bot is in an isolated network."
615+
},
612616
"publishingCredentials": {
613617
"type": "string",
614618
"description": "Publishing credentials of the resource"

0 commit comments

Comments
 (0)