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 b22838e commit 71ca1e5Copy full SHA for 71ca1e5
src/RecoveryServices/RecoveryServices.Backup.Test/ScenarioTests/IaasVm/Common.ps1
@@ -117,7 +117,7 @@ function Create-UnmanagedVM(
117
-SubnetId $vnet.Subnets[0].Id -PublicIpAddressId $pip.Id -NetworkSecurityGroupId $nsg.Id -Force
118
119
$UserName='demouser'
120
- $PasswordString = "Adminpassword123@ms"
+ $PasswordString = $(Get-RandomSuffix 12)
121
$Password=$PasswordString| ConvertTo-SecureString -Force -AsPlainText
122
$Credential=New-Object PSCredential($UserName,$Password)
123
0 commit comments