Skip to content

Commit

Permalink
fix publicnetworkaccess for preview in sb (Azure#17464)
Browse files Browse the repository at this point in the history
  • Loading branch information
apraovjr authored and FredericHeem committed Mar 7, 2022
1 parent 61b0b42 commit 2e7614e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"type": "Microsoft.ServiceBus/Namespaces/NetworkRuleSet",
"properties": {
"defaultAction": "Deny",
"publicNetworkAccess": "Enabled",
"virtualNetworkRules": [
{
"subnet": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"name": "default",
"type": "Microsoft.ServiceBus/Namespaces/NetworkRuleSet",
"properties": {
"defaultAction": "Deny",
"defaultAction": "Allow",
"publicNetworkAccess": "Enabled",
"virtualNetworkRules": [
{
"subnet": {
Expand Down

0 comments on commit 2e7614e

Please sign in to comment.