Skip to content

Commit

Permalink
Adding Azure Network Manager association to the EffectiveNetworkSecur…
Browse files Browse the repository at this point in the history
…ityGroups API (#14265)

* Added Azure Network Manager association to the EffectiveNetworkSecurityGroupAssociation

* Adding example for networkManager response in the EffectiveNSG call
  • Loading branch information
aragar740 authored May 7, 2021
1 parent 45a3599 commit 150fe7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/test-nsg"
},
"association": {
"networkManager": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkManagers/nm1"
},
"subnet": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/rg1-vnet/subnets/default"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,10 @@
},
"EffectiveNetworkSecurityGroupAssociation": {
"properties": {
"networkManager": {
"$ref": "./network.json#/definitions/SubResource",
"description": "The ID of the Azure network manager if assigned."
},
"subnet": {
"$ref": "./network.json#/definitions/SubResource",
"description": "The ID of the subnet if assigned."
Expand Down

0 comments on commit 150fe7b

Please sign in to comment.