Skip to content

Commit

Permalink
fix: Comment out unused vpnClientAddressPoolAddressPrefixes in Bicep …
Browse files Browse the repository at this point in the history
…test file
  • Loading branch information
erschef committed Nov 27, 2024
1 parent 218ba14 commit a0cdc9c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ module testDeployment '../../../main.bicep' = [
name: '${namePrefix}${serviceShort}p2sVpnGw'
location: resourceLocation
p2SConnectionConfigurationsName: 'p2sConnectionConfig1'
vpnClientAddressPoolAddressPrefixes: [
/*vpnClientAddressPoolAddressPrefixes: [
'10.0.2.0/24'
]
associatedRouteTableName: 'defaultRouteTable'
*/
virtualHubResourceId: nestedDependencies.outputs.virtualHubResourceId
vpnServerConfigurationResourceId: nestedDependencies.outputs.vpnServerConfigurationResourceId
}
Expand Down

0 comments on commit a0cdc9c

Please sign in to comment.