Skip to content

Commit 3c5c7d9

Browse files
authored
Merge pull request #100065 from msrini-MSFT/patch-86
(AzureCXP) fixes MicrosoftDocs/azure-docs#45492
2 parents 8e6d52a + 42e45a0 commit 3c5c7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-wan/virtual-wan-route-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $routeTable = New-AzVirtualHubRouteTable -Route @($route1)
112112
Commit the changes into the virtual hub.
113113

114114
```powershell
115-
Update-AzVirtualHub -VirtualWanId $virtualWan.Id -ResourceGroupName "testRG" -Name "westushub" -RouteTable $routeTable
115+
Update-AzVirtualHub -ResourceGroupName "testRG" -Name "westushub" -RouteTable $routeTable
116116
```
117117

118118
## Next steps

0 commit comments

Comments
 (0)