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 971161b commit d1ff185Copy full SHA for d1ff185
1 file changed
CanaryValidator/Canary.Tests.ps1
@@ -387,7 +387,7 @@ while ($runCount -le $NumberOfIterations)
387
{
388
$osVersion = "2016-DataCenter-Core"
389
}
390
- elseif (Get-AzureRmVMImage -Location ResourceLocation -PublisherName "MicrosoftWindowsServer" -Offer "WindowsServer" -Sku "2012-R2-Datacenter" -ErrorAction SilentlyContinue)
+ elseif (Get-AzureRmVMImage -Location $ResourceLocation -PublisherName "MicrosoftWindowsServer" -Offer "WindowsServer" -Sku "2012-R2-Datacenter" -ErrorAction SilentlyContinue)
391
392
$osVersion = "2012-R2-Datacenter"
393
0 commit comments