Skip to content

Commit f80a42e

Browse files
Removing password for credential check success
1 parent a3b3c21 commit f80a42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compute/Compute.Test/ScenarioTests/VirtualMachineTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3021,7 +3021,7 @@ function Test-VirtualMachineGetStatusWithHealhtExtension
30213021

30223022
# OS & Image
30233023
$username = "admin01";
3024-
$password = "ComepresaP13123fdsa" | ConvertTo-SecureString -AsPlainText -Force;
3024+
$password = $PLACEHOLDER | ConvertTo-SecureString -AsPlainText -Force;
30253025
$cred = new-object -typename System.Management.Automation.PSCredential -argumentlist $username, $password;
30263026
[string]$domainNameLabel = "vcrptestps7691-6f2166";
30273027
# Virtual Machine

0 commit comments

Comments
 (0)