Skip to content

Commit

Permalink
Fix the defaultaction and publicnetworkaccess property in 2021-11 ver…
Browse files Browse the repository at this point in the history
…sion (Azure#17387)

* Fix the defaultaction and publicnetworkaccess property in 2021-11 version

* prettier check

* Add publicnetworkaccess to create response
  • Loading branch information
apraovjr authored and mstrisoline committed Feb 1, 2022
1 parent 7a96467 commit 5717d21
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 5717d21

Please sign in to comment.