File tree Expand file tree Collapse file tree 2 files changed +30
-22
lines changed Expand file tree Collapse file tree 2 files changed +30
-22
lines changed Original file line number Diff line number Diff line change 476
476
],
477
477
"description" : " Whether the bot is developerAppInsightsApiKey set"
478
478
},
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
- },
490
479
"isStreamingSupported" : {
491
480
"oneOf" : [
492
481
{
567
556
],
568
557
"description" : " Contains resource parameters defined as key/value pairs."
569
558
},
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
+ },
570
574
"publishingCredentials" : {
571
575
"type" : " string" ,
572
576
"description" : " Publishing credentials of the resource"
Original file line number Diff line number Diff line change 518
518
],
519
519
"description" : " Whether the bot is developerAppInsightsApiKey set"
520
520
},
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
- },
532
521
"isStreamingSupported" : {
533
522
"oneOf" : [
534
523
{
609
598
],
610
599
"description" : " Contains resource parameters defined as key/value pairs."
611
600
},
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
+ },
612
616
"publishingCredentials" : {
613
617
"type" : " string" ,
614
618
"description" : " Publishing credentials of the resource"
You can’t perform that action at this time.
0 commit comments