Skip to content

Commit

Permalink
Add trafficSelectorPolicies list in Get and List connection
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatkale committed Feb 9, 2021
1 parent cf7690d commit 3c90ff8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"enableInternetSecurity": false,
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"trafficSelectorPolicies": [],
"vpnLinkConnections": [
{
"name": "Connection-Link1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"enableInternetSecurity": false,
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"trafficSelectorPolicies": [],
"vpnLinkConnections": [
{
"name": "Connection-Link1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6224,6 +6224,13 @@
},
"description": "The IPSec Policies to be considered by this connection."
},
"trafficSelectorPolicies": {
"type": "array",
"items": {
"$ref": "./virtualNetworkGateway.json#/definitions/TrafficSelectorPolicy"
},
"description": "The Traffic Selector Policies to be considered by this connection."
},
"enableRateLimiting": {
"type": "boolean",
"description": "EnableBgp flag."
Expand Down

0 comments on commit 3c90ff8

Please sign in to comment.