We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e6d52a + 42e45a0 commit 3c5c7d9Copy full SHA for 3c5c7d9
articles/virtual-wan/virtual-wan-route-table.md
@@ -112,7 +112,7 @@ $routeTable = New-AzVirtualHubRouteTable -Route @($route1)
112
Commit the changes into the virtual hub.
113
114
```powershell
115
-Update-AzVirtualHub -VirtualWanId $virtualWan.Id -ResourceGroupName "testRG" -Name "westushub" -RouteTable $routeTable
+Update-AzVirtualHub -ResourceGroupName "testRG" -Name "westushub" -RouteTable $routeTable
116
```
117
118
## Next steps
0 commit comments