Skip to content

Commit 1e54bbe

Browse files
authored
Update Get-AzExpressRouteCircuitRouteTable.md (Azure#15054)
Add -PeeringType AzurePrivatePeering The PeeringType parameter is required
1 parent 29c34b5 commit 1e54bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Network/Network/help/Get-AzExpressRouteCircuitRouteTable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ connectivity.
2929

3030
### Example 1: Display the route table for the primary path
3131
```
32-
Get-AzExpressRouteCircuitRouteTable -ResourceGroupName $RG -ExpressRouteCircuitName $CircuitName -DevicePath 'Primary'
32+
Get-AzExpressRouteCircuitRouteTable -ResourceGroupName $RG -ExpressRouteCircuitName $CircuitName -PeeringType 'AzurePrivatePeering' -DevicePath 'Primary'
3333
```
3434

3535
## PARAMETERS

0 commit comments

Comments
 (0)