Skip to content

Commit 628828b

Browse files
authored
Update remove-public-ip-address-vm.md
`--query` is case sensitive.
1 parent f1e5aa7 commit 628828b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/ip-services/remove-public-ip-address-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ If you don't know the name of the public IP address associated to an IP configur
112112

113113
```azurecli
114114
# Get the name of public IP address associated to an IP configuration
115-
az network nic ip-config show --name ipconfigmyVM --nic-name myVMNic --resource-group myResourceGroup --query publicIpAddress.id
115+
az network nic ip-config show --name ipconfigmyVM --nic-name myVMNic --resource-group myResourceGroup --query publicIPAddress.id
116116
```
117117
The output includes one or more lines that are similar to the following example:
118118

0 commit comments

Comments
 (0)