Skip to content

Commit 71ca1e5

Browse files
author
Sambit Rath
committed
Resolving Comments
1 parent b22838e commit 71ca1e5

File tree

1 file changed

+1
-1
lines changed
  • src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm

1 file changed

+1
-1
lines changed

src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/Common.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function Create-UnmanagedVM(
117117
-SubnetId $vnet.Subnets[0].Id -PublicIpAddressId $pip.Id -NetworkSecurityGroupId $nsg.Id -Force
118118

119119
$UserName='demouser'
120-
$PasswordString = "Adminpassword123@ms"
120+
$PasswordString = $(Get-RandomSuffix 12)
121121
$Password=$PasswordString| ConvertTo-SecureString -Force -AsPlainText
122122
$Credential=New-Object PSCredential($UserName,$Password)
123123

0 commit comments

Comments
 (0)