Skip to content

Commit

Permalink
Update virtualNetworkGateway.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Shah committed Nov 10, 2020
1 parent fac5e90 commit ae93c0d
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1861,7 +1861,7 @@
"200": {
"description": "Request successful. The operation getikesas completed on virtual network gateway connection.",
"schema": {
"type": "string"
"$ref": "#/definitions/IkeSaParameters"
}
},
"default": {
Expand Down Expand Up @@ -3280,17 +3280,14 @@
},
"encryption": {
"type": "string",
"$ref": "#/definitions/IpsecEncryption",
"description": "The IPSec encryption algorithm (IKE phase 2)."
},
"integrity": {
"type": "string",
"$ref": "#/definitions/IpsecIntegrity",
"description": "The IPSec integrity algorithm (IKE phase 2)."
},
"pfsGroupId": {
"type": "string",
"$ref": "#/definitions/PfsGroup",
"description": "The PFS Group"
},
"inboundSPI": {
Expand Down Expand Up @@ -3372,17 +3369,14 @@
},
"encryption": {
"type": "string",
"$ref": "#/definitions/IkeEncryption",
"description": "The IKE encryption algorithm (IKE phase 1)."
},
"integrity": {
"type": "string",
"$ref": "#/definitions/IkeIntegrity",
"description": "The IKE integrity algorithm (IKE phase 1)."
},
"dhGroup": {
"type": "string",
"$ref": "#/definitions/DhGroup",
"description": "The DH Group."
},
"lifeTimeSeconds": {
Expand Down

0 comments on commit ae93c0d

Please sign in to comment.