Skip to content

Commit c8e2658

Browse files
Merge pull request #282182 from PesalaPavan/patch-32
(AzureCXP) fixes MicrosoftDocs/azure-docs#288407
2 parents d38acdc + 51d965b commit c8e2658

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)