From 78ac8fa95977803f88e48cc64d4fe88ab63d6f03 Mon Sep 17 00:00:00 2001 From: Arpit Agarwal Date: Wed, 5 May 2021 10:18:03 -0700 Subject: [PATCH 1/2] Added Azure Network Manager association to the EffectiveNetworkSecurityGroupAssociation --- .../Microsoft.Network/stable/2021-02-01/networkInterface.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/networkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/networkInterface.json index 0effb0e712e2..e8397d6efa9a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/networkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/networkInterface.json @@ -1293,6 +1293,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." From 9e8322c4bdd8c27ce652b4c8121fc8dd9fb12557 Mon Sep 17 00:00:00 2001 From: Arpit Agarwal Date: Wed, 5 May 2021 10:46:28 -0700 Subject: [PATCH 2/2] Adding example for networkManager response in the EffectiveNSG call --- .../2021-02-01/examples/NetworkInterfaceEffectiveNSGList.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceEffectiveNSGList.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceEffectiveNSGList.json index 8a3b9cb6b2ed..c3e89795c7e4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceEffectiveNSGList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/NetworkInterfaceEffectiveNSGList.json @@ -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" },