Skip to content

Commit

Permalink
[ReleasePR servicebus] Service Bus : Added Missing publicNetworkAcces…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored May 17, 2022
2 parents 01f838c + 5ab02a9 commit dc7ac11
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions schemas/2022-01-01-preview/Microsoft.ServiceBus.json
Original file line number Diff line number Diff line change
Expand Up @@ -1696,6 +1696,22 @@
],
"description": "List of private endpoint connections."
},
"publicNetworkAccess": {
"oneOf": [
{
"type": "string",
"enum": [
"Enabled",
"Disabled",
"SecuredByPerimeter"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "This determines if traffic is allowed over public network. By default it is enabled."
},
"zoneRedundant": {
"oneOf": [
{
Expand Down

0 comments on commit dc7ac11

Please sign in to comment.