Skip to content

Commit

Permalink
Merge pull request Azure#5 from ritwikbasu/ProtocolTypeChange
Browse files Browse the repository at this point in the history
Protocol type change
  • Loading branch information
ritwikbasu authored Sep 7, 2018
2 parents f5761a2 + 0c83458 commit 111fbba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnSites/vpnSite1"
},
"connectionStatus": "Connected",
"connectionProtocol": "IKEv2",
"vpnConnectionProtocolType": "IKEv2",
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnSites/vpnSite1"
},
"connectionStatus": "Connected",
"connectionProtocol": "IKEv1",
"vpnConnectionProtocolType": "IKEv1",
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnSites/vpnSite1"
},
"connectionStatus": "Connected",
"connectionProtocol": "IKEv1",
"vpnConnectionProtocolType": "IKEv1",
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
Expand All @@ -46,7 +46,7 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnSites/vpnSite1"
},
"connectionStatus": "Connected",
"connectionProtocol": "IKEv1",
"vpnConnectionProtocolType": "IKEv1",
"ingressBytesTransferred": 0,
"egressBytesTransferred": 0,
"routingWeight": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2623,7 +2623,7 @@
"description": "The connection status.",
"$ref": "#/definitions/VpnConnectionStatus"
},
"connectionProtocol": {
"vpnConnectionProtocolType": {
"description": "Connection protocol used for this connection",
"$ref": "./virtualNetworkGateway.json#/definitions/ConnectionProtocol"
},
Expand Down

0 comments on commit 111fbba

Please sign in to comment.