Skip to content

Commit

Permalink
Changes to Support MSEEv2 Datapath for ExpressRoute. (#3647)
Browse files Browse the repository at this point in the history
Description of Changes:
    - Added a flag expressRouteGatewayBypass to the Connection
      Properties.
    - The user can set the flag to True to use MSEEv2 datapath

Related work items: #2628003
  • Loading branch information
pashukl authored and lmazuel committed Aug 15, 2018
1 parent 2f0ca66 commit b6822af
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2159,6 +2159,10 @@
"readOnly": true,
"type": "string",
"description": "The provisioning state of the VirtualNetworkGatewayConnection resource. Possible values are: 'Updating', 'Deleting', and 'Failed'."
},
"expressRouteGatewayBypass": {
"type": "boolean",
"description": "Bypass ExpressRoute Gateway for data forwarding"
}
},
"required": [
Expand Down Expand Up @@ -2678,6 +2682,10 @@
"readOnly": true,
"type": "string",
"description": "The provisioning state of the VirtualNetworkGatewayConnection resource. Possible values are: 'Updating', 'Deleting', and 'Failed'."
},
"expressRouteGatewayBypass": {
"type": "boolean",
"description": "Bypass ExpressRoute Gateway for data forwarding"
}
},
"required": [
Expand Down

0 comments on commit b6822af

Please sign in to comment.