Skip to content

Commit

Permalink
fix publicnetworkaccess for preview in sb (#17464)
Browse files Browse the repository at this point in the history
  • Loading branch information
apraovjr authored Feb 22, 2022
1 parent 8a4f425 commit 3850e7c
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 3850e7c

Please sign in to comment.