Skip to content

Commit 95eb912

Browse files
committed
chaging case in OSversion param
1 parent d1ff185 commit 95eb912

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CanaryValidator/Canary.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ while ($runCount -le $NumberOfIterations)
385385
$osVersion = ""
386386
if (Get-AzureRmVMImage -Location $ResourceLocation -PublisherName "MicrosoftWindowsServer" -Offer "WindowsServer" -Sku "2016-DataCenter-Core" -ErrorAction SilentlyContinue)
387387
{
388-
$osVersion = "2016-DataCenter-Core"
388+
$osVersion = "2016-Datacenter-Core"
389389
}
390390
elseif (Get-AzureRmVMImage -Location $ResourceLocation -PublisherName "MicrosoftWindowsServer" -Offer "WindowsServer" -Sku "2012-R2-Datacenter" -ErrorAction SilentlyContinue)
391391
{

0 commit comments

Comments
 (0)