Skip to content

Commit 872106d

Browse files
authored
Update howto-routing-cli.md
Fixing Azure CLI Shared Key Parameter name in the case of AzurePrivatePeering
1 parent bf00e7d commit 872106d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/expressroute/howto-routing-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ This section helps you create, get, update, and delete the Azure private peering
254254
If you choose to use an MD5 hash, use the following example:
255255

256256
```azurecli
257-
az network express-route peering create --circuit-name MyCircuit --peer-asn 100 --primary-peer-subnet 10.0.0.0/30 -g ExpressRouteResourceGroup --secondary-peer-subnet 10.0.0.4/30 --vlan-id 200 --peering-type AzurePrivatePeering --SharedKey "A1B2C3D4"
257+
az network express-route peering create --circuit-name MyCircuit --peer-asn 100 --primary-peer-subnet 10.0.0.0/30 -g ExpressRouteResourceGroup --secondary-peer-subnet 10.0.0.4/30 --vlan-id 200 --peering-type AzurePrivatePeering --shared-key "A1B2C3D4"
258258
```
259259

260260
> [!IMPORTANT]

0 commit comments

Comments
 (0)