From 3ed88d4ee046320288e3c4c7b7ba5db96d348cb2 Mon Sep 17 00:00:00 2001 From: Farhan Syed Date: Mon, 30 Jul 2018 11:22:56 -0700 Subject: [PATCH] added global reach flag --- .../stable/2018-07-01/expressRouteCircuit.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/expressRouteCircuit.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/expressRouteCircuit.json index c9b295f33fa5..9ac3a3ddff2a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/expressRouteCircuit.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-07-01/expressRouteCircuit.json @@ -1691,7 +1691,11 @@ "gatewayManagerEtag": { "type": "string", "description": "The GatewayManager Etag." - } + }, + "allowGlobalReach": { + "type": "boolean", + "description": "Flag to enable Global Reach on the circuit." + } }, "description": "Properties of ExpressRouteCircuit." },