Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
haagha committed Aug 27, 2020
1 parent 289a0bb commit b192fb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3879,7 +3879,7 @@ function Test-EncryptionAtHostVMNull
$cred = New-Object System.Management.Automation.PSCredential ($user, $securePassword);
$computerName = 'test';

$vm = New-AzVM -ResourceGroupName $rgname -Name $vmname -Credential $cred -DomainNameLabel $domainNameLabel -EncryptionAtHost;
$vm = New-AzVM -ResourceGroupName $rgname -Name $vmname -Credential $cred -DomainNameLabel $domainNameLabel;
Assert-AreEqual $null $vm.SecurityProfile.encryptionathost

# Get VM
Expand Down

0 comments on commit b192fb1

Please sign in to comment.