Skip to content

Commit 3de253e

Browse files
authored
Merge pull request #95605 from msrini-MSFT/patch-66
(AzureCXP) fixes MicrosoftDocs/azure-docs#42579
2 parents c59d6bd + 5ce2439 commit 3de253e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/vpn-gateway/create-routebased-vpn-gateway-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Add-AzVirtualNetworkSubnetConfig -Name 'GatewaySubnet' -AddressPrefix 10.1.255.0
7575
Set the subnet configuration for the virtual network using the [Set-AzVirtualNetwork](/powershell/module/az.network/Set-azVirtualNetwork) cmdlet.
7676

7777
```azurepowershell-interactive
78-
$virtualNetwork | Set-AzVirtualNetwork
78+
$vnet | Set-AzVirtualNetwork
7979
```
8080

8181
## <a name="PublicIP"></a>Request a public IP address

0 commit comments

Comments
 (0)