Skip to content

Commit

Permalink
Update Set-AzNetworkInterfaceIpConfig.md (Azure#15846)
Browse files Browse the repository at this point in the history
Small typo in Example 2.  The current cmdlet in the snippet doesn't exist, it's part of the Az Module.
  • Loading branch information
SysAdminforCoffee authored Sep 9, 2021
1 parent 2a56655 commit bf2f74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Network/help/Set-AzNetworkInterfaceIpConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The first two commands get a virtual network called myvnet and a subnet called m
```
$vnet = Get-AzVirtualNetwork -Name myvnet -ResourceGroupName myrg
$subnet = Get-AzVirtualNetworkSubnetConfig -Name mysubnet -VirtualNetwork $vnet
$asg = Get-ApplicationSecurityGroup -Name myasg -ResourceGroupName myrg
$asg = Get-AzApplicationSecurityGroup -Name myasg -ResourceGroupName myrg
$nic = Get-AzNetworkInterface -Name nic1 -ResourceGroupName myrg
Expand Down

0 comments on commit bf2f74b

Please sign in to comment.