Skip to content

Commit 51d965b

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#288407
Updated line no: 147 from "$(az network nic show --ids $privateEndpointNIC --query "ipConfigurations[0].privateIpAddress" | tr -d '"')" to "$(az network nic show --ids $privateEndpointNIC --query "ipConfigurations[0].privateIPAddress" | tr -d '"')"
1 parent 92f1fa0 commit 51d965b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/storage-files-networking-endpoints-private-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ privateEndpointNIC=$(az network private-endpoint show \
144144
145145
privateEndpointIP=$(az network nic show \
146146
--ids $privateEndpointNIC \
147-
--query "ipConfigurations[0].privateIpAddress" | \
147+
--query "ipConfigurations[0].privateIPAddress" | \
148148
tr -d '"')
149149
150150
az network private-dns record-set a create \

0 commit comments

Comments
 (0)