Skip to content

Commit 34b0149

Browse files
apraovjrmstrisoline
authored andcommitted
Fix the defaultaction and publicnetworkaccess property in 2021-11 version for servicebus (Azure#17389)
* Fix the defaultaction and publicnetworkaccess property in 2021-11 version for servicebus * Add publicnetworkaccess to create response
1 parent ac49080 commit 34b0149

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2021-11-01/examples/NameSpaces/VirtualNetworkRule/SBNetworkRuleSetCreate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"type": "Microsoft.ServiceBus/Namespaces/NetworkRuleSet",
6161
"properties": {
6262
"defaultAction": "Deny",
63+
"publicNetworkAccess": "Enabled",
6364
"virtualNetworkRules": [
6465
{
6566
"subnet": {

specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2021-11-01/examples/NameSpaces/VirtualNetworkRule/SBNetworkRuleSetGet.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"name": "default",
1313
"type": "Microsoft.ServiceBus/Namespaces/NetworkRuleSet",
1414
"properties": {
15-
"defaultAction": "Deny",
15+
"defaultAction": "Allow",
16+
"publicNetworkAccess": "Enabled",
1617
"virtualNetworkRules": [
1718
{
1819
"subnet": {

0 commit comments

Comments
 (0)