File tree Expand file tree Collapse file tree 2 files changed +1100
-2
lines changed
SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.DiskRPTests Expand file tree Collapse file tree 2 files changed +1100
-2
lines changed Original file line number Diff line number Diff line change @@ -1959,7 +1959,7 @@ Test SupportedSecurityOption Parameter during creation of managed disk using Cre
19591959function Test-SupportedSecurityOption
19601960{
19611961 $rgname = Get-ComputeTestResourceName ;
1962- $loc = Get-ComputeVMLocation ;
1962+ $loc = " eastus2euap " ;
19631963
19641964 try {
19651965 New-AzResourceGroup - Name $rgname - Location $loc - Force;
@@ -1981,7 +1981,7 @@ function Test-SupportedSecurityOption
19811981
19821982 $updateconfig = New-AzDiskUpdateConfig - SupportedSecurityOption " TrustedLaunchAndConfidentialVMSupported" ;
19831983 $disk = Update-AzDisk - ResourceGroupName $rgname - DiskName $diskname - DiskUpdate $updateconfig ;
1984- Assert-AreEqual $disk.SupportedCapabilities.SupportedSecurityOption ; " TrustedLaunchAndConfidentialVMSupported " ;
1984+ Assert-AreEqual " TrustedLaunchAndConfidentialVMSupported " $disk.SupportedCapabilities.SupportedSecurityOption ;
19851985 }
19861986
19871987 finally
You can’t perform that action at this time.
0 commit comments