You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of Feature or Work Requested
AZ CLI currently support create and delete virtual router and virtual router peer. We need to add support for following
Support update virtual router to add boolean flag AllowBranchToBranchTraffic. Example powershell is below
Hi @naveenchekuri. 'az network vrouter' has been renamed by 'az network virtualhub-router', so those features will be added in ' az network virtualhub-router'. Is that make sense?
Resource Provider
Microsoft.Network
Description of Feature or Work Requested
AZ CLI currently support create and delete virtual router and virtual router peer. We need to add support for following
"Update-AzVirtualRouter -ResourceGroupName VirtualRouterRG -RouterName virtualrouterhub1 -AllowBranchToBranchTraffic"
When this flag as true by customer, please set allowBranchToBranchTraffic flag under virtualhub. By default this flag is false
"Get-AzVirtualRouterPeerAdvertisedRoute -ResourceGroupName VirtualRouterRG -VirtualRouterName virtualrouterhub1 -PeerName peer1"
"Get-AzVirtualRouterPeerLearnedRoute -ResourceGroupName VirtualRouterRG -VirtualRouterName virtualrouterhub1 -PeerName peer1"
Minimum API Version Required**
2020-06-01
Swagger Link
AllowBranchToBranchTraffic flag - Azure/azure-rest-api-specs#11015
Advertised and LearnedRoutes - Azure/azure-rest-api-specs#10434
Target Date
12/25/2020
The text was updated successfully, but these errors were encountered: