Skip to content

Commit 657d6c5

Browse files
authored
Disable replay attack checkfor VPN gateway (#16515)
1 parent 116d796 commit 657d6c5

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/examples/VirtualNetworkGatewayGet.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"enableBgp": false,
8888
"enablePrivateIpAddress": false,
8989
"activeActive": false,
90+
"disableIPSecReplayProtection": false,
9091
"vpnClientConfiguration": {
9192
"vpnClientProtocols": [
9293
"OpenVPN"

specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/examples/VirtualNetworkGatewayList.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"enableBgp": false,
8989
"enablePrivateIpAddress": false,
9090
"activeActive": false,
91+
"disableIPSecReplayProtection": false,
9192
"vpnClientConfiguration": {
9293
"vpnClientProtocols": [],
9394
"vpnClientRootCertificates": [],
@@ -186,6 +187,7 @@
186187
"enableBgp": false,
187188
"enablePrivateIpAddress": true,
188189
"activeActive": false,
190+
"disableIPSecReplayProtection": false,
189191
"vpnClientConfiguration": {
190192
"vpnClientProtocols": [
191193
"OpenVPN"

specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/examples/VirtualNetworkGatewayReset.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"vpnType": "RouteBased",
4646
"enableBgp": false,
4747
"activeActive": false,
48+
"disableIPSecReplayProtection": false,
4849
"bgpSettings": {
4950
"asn": 65514,
5051
"bgpPeeringAddress": "10.0.1.30",

specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/examples/VirtualNetworkGatewayUpdate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"vpnType": "RouteBased",
2525
"enableBgp": false,
2626
"activeActive": false,
27+
"disableIPSecReplayProtection": false,
2728
"enableDnsForwarding": true,
2829
"natRules": [
2930
{
@@ -177,6 +178,7 @@
177178
"vpnGatewayGeneration": "None",
178179
"enableBgp": false,
179180
"activeActive": false,
181+
"disableIPSecReplayProtection": false,
180182
"enableDnsForwarding": true,
181183
"inboundDnsForwardingEndpoint": "10.0.1.14",
182184
"vpnClientConfiguration": {
@@ -296,6 +298,7 @@
296298
"vpnType": "RouteBased",
297299
"enableBgp": false,
298300
"activeActive": false,
301+
"disableIPSecReplayProtection": false,
299302
"enableDnsForwarding": true,
300303
"enablePrivateIpAddress": false,
301304
"inboundDnsForwardingEndpoint": "10.0.1.14",

specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/examples/VirtualNetworkGatewayUpdateTags.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"vpnGatewayGeneration": "None",
5555
"enableBgp": false,
5656
"activeActive": false,
57+
"disableIPSecReplayProtection": false,
5758
"bgpSettings": {
5859
"asn": 65515,
5960
"bgpPeeringAddress": "10.0.0.254",

specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/virtualNetworkGateway.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2759,6 +2759,10 @@
27592759
"type": "boolean",
27602760
"description": "ActiveActive flag."
27612761
},
2762+
"disableIPSecReplayProtection": {
2763+
"type": "boolean",
2764+
"description": "disableIPSecReplayProtection flag."
2765+
},
27622766
"gatewayDefaultSite": {
27632767
"$ref": "./network.json#/definitions/SubResource",
27642768
"description": "The reference to the LocalNetworkGateway resource which represents local network site having default routes. Assign Null value in case of removing existing default site setting."

0 commit comments

Comments
 (0)