Skip to content

Commit dc7ac11

Browse files
author
msftbot[bot]
authored
[ReleasePR servicebus] Service Bus : Added Missing publicNetworkAccess property (#2377)
Create to sync Azure/azure-rest-api-specs#19059 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/servicebus?expand=1)
2 parents 01f838c + 5ab02a9 commit dc7ac11

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

schemas/2022-01-01-preview/Microsoft.ServiceBus.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,6 +1696,22 @@
16961696
],
16971697
"description": "List of private endpoint connections."
16981698
},
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+
},
16991715
"zoneRedundant": {
17001716
"oneOf": [
17011717
{

0 commit comments

Comments
 (0)