From 99d8f6a0f67c8e6a8e15a100086ca04a91f4bd11 Mon Sep 17 00:00:00 2001 From: naveenchekuri Date: Thu, 1 Oct 2020 19:01:17 -0700 Subject: [PATCH] Change transit flag for VR from enableVirtualRouterRoutePropogation to allowBranchToBranchTraffic --- .../stable/2020-07-01/examples/VirtualHubGet.json | 2 +- .../stable/2020-07-01/examples/VirtualHubList.json | 4 ++-- .../2020-07-01/examples/VirtualHubListByResourceGroup.json | 5 +++-- .../stable/2020-07-01/examples/VirtualHubPut.json | 4 ++-- .../stable/2020-07-01/examples/VirtualHubUpdateTags.json | 2 +- .../Microsoft.Network/stable/2020-07-01/virtualWan.json | 4 ++-- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubGet.json index 37a3a9f00f9f..b593e3f29b70 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubGet.json @@ -27,7 +27,7 @@ "10.10.1.12", "10.10.1.13" ], - "enableVirtualRouterRoutePropogation": false + "allowBranchToBranchTraffic": false } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubList.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubList.json index 0e7d7cadcace..6ffb257c8ef2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubList.json @@ -62,7 +62,7 @@ "10.10.1.12", "10.10.1.13" ], - "enableVirtualRouterRoutePropogation": false + "allowBranchToBranchTraffic": false } }, { @@ -120,7 +120,7 @@ "10.10.1.12", "10.10.1.13" ], - "enableVirtualRouterRoutePropogation": false + "allowBranchToBranchTraffic": false } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubListByResourceGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubListByResourceGroup.json index 10d11047f63d..9617fb73fe77 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubListByResourceGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubListByResourceGroup.json @@ -63,7 +63,7 @@ "10.10.1.12", "10.10.1.13" ], - "enableVirtualRouterRoutePropogation": false + "allowBranchToBranchTraffic": false } }, { @@ -120,7 +120,8 @@ "virtualRouterIps": [ "10.10.1.12", "10.10.1.13" - ] + ], + "allowBranchToBranchTraffic": false } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubPut.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubPut.json index feebfeb7e2bf..d0734ff49384 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubPut.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubPut.json @@ -40,7 +40,7 @@ "10.10.1.12", "10.10.1.13" ], - "enableVirtualRouterRoutePropogation": false + "allowBranchToBranchTraffic": false } } }, @@ -65,7 +65,7 @@ "10.10.1.12", "10.10.1.13" ], - "enableVirtualRouterRoutePropogation": false + "allowBranchToBranchTraffic": false } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubUpdateTags.json index 6e5fde723d59..29817f9e4246 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualHubUpdateTags.json @@ -36,7 +36,7 @@ "10.10.1.12", "10.10.1.13" ], - "enableVirtualRouterRoutePropogation": false + "allowBranchToBranchTraffic": false } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/virtualWan.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/virtualWan.json index 899d0dca19e2..6f9ac8b8c0b2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/virtualWan.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/virtualWan.json @@ -5252,10 +5252,10 @@ "type": "string" } }, - "enableVirtualRouterRoutePropogation": { + "allowBranchToBranchTraffic": { "type": "boolean", "readOnly": false, - "description": "Flag to control route propogation for VirtualRouter hub." + "description": "Flag to control transit for VirtualRouter hub." } }, "description": "Parameters for VirtualHub."