Skip to content

Commit 78af123

Browse files
authored
Merge pull request #89836 from cherylmc/patch-18
format
2 parents 484fa3c + 513402b commit 78af123

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/vpn-gateway/vpn-gateway-p2s-advertise-custom-routes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ To advertise custom routes, use the `Set-AzVirtualNetworkGateway cmdlet`. The fo
4242
4343
Use the following example to view custom routes:
4444
45-
```azurepowershell-interactive
46-
$gw = Get-AzVirtualNetworkGateway -Name <name of gateway> -ResourceGroupName <name of resource group>
47-
$gw.CustomRoutes | Format-List
48-
```
45+
```azurepowershell-interactive
46+
$gw = Get-AzVirtualNetworkGateway -Name <name of gateway> -ResourceGroupName <name of resource group>
47+
$gw.CustomRoutes | Format-List
48+
```
4949

5050
## Next steps
5151

0 commit comments

Comments
 (0)