Skip to content

Commit

Permalink
Add publicnetworkaccess to preview (Azure#17463)
Browse files Browse the repository at this point in the history
  • Loading branch information
apraovjr authored and FredericHeem committed Mar 7, 2022
1 parent 2e7614e commit 19fa47a
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.EventHub/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.EventHub/Namespaces/NetworkRuleSet",
"properties": {
"defaultAction": "Deny",
"defaultAction": "Allow",
"publicNetworkAccess": "Enabled",
"virtualNetworkRules": [
{
"subnet": {
Expand Down

0 comments on commit 19fa47a

Please sign in to comment.