Skip to content

Commit 9e66df9

Browse files
author
Tanmay Jain
committed
Updating Readme and Release notes for addingNSGSupportToNics
1 parent bf2da13 commit 9e66df9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Release Notes
22
=============
33

4+
## 1.9.6
5+
- Network Interface: Support for adding Network Security Group (NSG) to Network Interface (NIC)
6+
47
## 1.9.5
58
* Fix an issue with Access Policies that allows non-string sequences to be supplied for user / group lookups.
69
* Virtual Network: Specify the route table for a subnet.

docs/content/api-overview/resources/network-interface.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ weight: 5
55
---
66

77
#### Overview
8-
The `networkInterface` builder allows you to create network interfaces (NIC) so that Azure virtual machine (VM) can
9-
communicate with internet, Azure, and on-premises resources. To learn more about routeServer, reference to
8+
The `networkInterface` builder allows you to create network interfaces (NIC) so that Azure virtual machine (VM) can
9+
communicate with internet, Azure, and on-premises resources. To learn more about routeServer, reference to
1010
[Azure Docs](https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-network-interface?tabs=azure-portal)
1111

1212
* NetworkInterface (`Microsoft.Network/networkInterfaces`)
@@ -23,6 +23,8 @@ communicate with internet, Azure, and on-premises resources. To learn more about
2323
| networkInterface | add_static_ip | Use static ip for the network interface. If not provided, ip will be dynamically allocated |
2424
| networkInterface | accelerated_networking_flag | The accelerated networking flag for the network interface. Default is false |
2525
| networkInterface | ip_forwarding_flag | The ip forwarding flag for the network interface. Default is false |
26+
| networkInterface | network_security_group | Specify the network security group from the same deployment. |
27+
| networkInterface | link_to_network_security_group | Specify an existing network security group for this network interface. |
2628

2729
#### Example
2830

0 commit comments

Comments
 (0)