Skip to content

Commit 4e567f3

Browse files
authored
Remove the unnecessary $publicIp in the example
The $publicIP is added at the end of the script in the example. This should be removed.
1 parent b0600c9 commit 4e567f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Network/Commands.Network/help/Get-AzureRmPublicIpAddress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The **Get-AzureRmPublicIPAddress** cmdlet gets one or more public IP addresses i
4646

4747
### 1: Get a public IP resource
4848
```
49-
$publicIp = Get-AzureRmPublicIpAddress -Name $publicIpName -ResourceGroupName $rgName $publicIp
49+
$publicIp = Get-AzureRmPublicIpAddress -Name $publicIpName -ResourceGroupName $rgName
5050
```
5151

5252
This command gets a public IP address resource with name $publicIPName in the resource group $rgName.

0 commit comments

Comments
 (0)