We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01f838c + 5ab02a9 commit dc7ac11Copy full SHA for dc7ac11
schemas/2022-01-01-preview/Microsoft.ServiceBus.json
@@ -1696,6 +1696,22 @@
1696
],
1697
"description": "List of private endpoint connections."
1698
},
1699
+ "publicNetworkAccess": {
1700
+ "oneOf": [
1701
+ {
1702
+ "type": "string",
1703
+ "enum": [
1704
+ "Enabled",
1705
+ "Disabled",
1706
+ "SecuredByPerimeter"
1707
+ ]
1708
+ },
1709
1710
+ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1711
+ }
1712
+ ],
1713
+ "description": "This determines if traffic is allowed over public network. By default it is enabled."
1714
1715
"zoneRedundant": {
1716
"oneOf": [
1717
{
0 commit comments