Skip to content

Commit 8687f27

Browse files
committed
fixing credcheck test failure
1 parent e8b085e commit 8687f27

File tree

4 files changed

+587
-528
lines changed

4 files changed

+587
-528
lines changed

src/NetAppFiles/NetAppFiles.Test/ScenarioTests/AccountTests.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ function Test-AccountActiveDirectory
2626

2727
$activeDirectory1 = @{
2828
Username = "sdkuser"
29+
<#[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="...")]#>
2930
Password = "sdkpass"
3031
Domain = "sdkdomain"
3132
Dns = "127.0.0.1"
3233
SmbServerName = "PSSMBSName"
3334
}
3435
$activeDirectory2 = @{
3536
Username = "sdkuser1"
37+
<#[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="...")]#>
3638
Password = "sdkpass1"
3739
Domain = "sdkdomain1"
3840
Dns = "127.0.0.2"

0 commit comments

Comments
 (0)