We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806425e commit ff51bf5Copy full SHA for ff51bf5
src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayTests.ps1
@@ -200,6 +200,7 @@ param
200
Assert-AreEqual "RouteBased" $expected.VpnType
201
202
# Update P2S VPNClient Configuration
203
+ #[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine")]
204
$Secure_String_Pwd = ConvertTo-SecureString "TestRadiusServerPassword" -AsPlainText -Force
205
Set-AzureRmVirtualNetworkGatewayVpnClientConfig -VirtualNetworkGateway $expected -VpnClientAddressPool 200.168.0.0/16 -RadiusServerAddress "TestRadiusServer" -RadiusServerSecret $Secure_String_Pwd
206
$expected = Get-AzureRmVirtualNetworkGateway -ResourceGroupName $rgname -name $rname
0 commit comments