Skip to content

Commit

Permalink
enableBgp->false
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Arambarri committed Dec 27, 2023
1 parent f309a8f commit 9b3eff1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ resource vpnGatewayResource 'Microsoft.Network/virtualNetworkGateways@2023-04-01
}
gatewayType: 'Vpn'
vpnType: 'RouteBased'
enableBgp: true
enableBgp: false
bgpSettings: {
asn: 65001
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
},
"gatewayType": "Vpn",
"vpnType": "RouteBased",
"enableBgp": true,
"enableBgp": false,
"bgpSettings":{
"asn": 60001
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource connection 'Microsoft.Network/connections@2023-04-01' = {
connectionProtocol: 'IKEv2'
routingWeight: 100
sharedKey: '123secret'
enableBgp: true
enableBgp: false
useLocalAzureIpAddress: false
usePolicyBasedTrafficSelectors: false
expressRouteGatewayBypass: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"connectionProtocol": "IKEv2",
"routingWeight": 100,
"sharedKey": "123secret",
"enableBgp": true,
"enableBgp": false,
"useLocalAzureIpAddress": false,
"usePolicyBasedTrafficSelectors": false,
"expressRouteGatewayBypass": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ resource mocOnpremGatewayResource 'Microsoft.Network/virtualNetworkGateways@2023
}
gatewayType: 'Vpn'
vpnType: 'RouteBased'
enableBgp: true
enableBgp: false
bgpSettings: {
asn: 65001
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
},
"gatewayType": "Vpn",
"vpnType": "RouteBased",
"enableBgp": true,
"enableBgp": false,
"bgpSettings":{
"asn": 60001
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource connection 'Microsoft.Network/connections@2023-04-01' = {
connectionProtocol: 'IKEv2'
routingWeight: 100
sharedKey: '123secret'
enableBgp: true
enableBgp: false
useLocalAzureIpAddress: false
usePolicyBasedTrafficSelectors: false
expressRouteGatewayBypass: false
Expand Down

0 comments on commit 9b3eff1

Please sign in to comment.