Skip to content

Commit e89fca8

Browse files
committed
Resolving merge conflict-1
1 parent 049598d commit e89fca8

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
@@ -315,7 +315,7 @@ while ($runCount -le $NumberOfIterations)
315315
}
316316
New-Item -Path $CanaryCustomImageFolder -ItemType Directory
317317
$CustomVHDPath = CopyImage -ImagePath $LinuxImagePath -OutputFolder $CanaryCustomImageFolder
318-
Add-VMImage -publisher $linuxImagePublisher -offer $linuxImageOffer -sku $LinuxOSSku -version $linuxImageVersion -osDiskLocalPath $CustomVHDPath -osType Linux -tenantID $TenantID -azureStackCredentials $ServiceAdminCredentials -Location $ResourceLocation -CreateGalleryItem $false -EnvironmentName $SvcAdminEnvironmentName
318+
Add-AzsVMImage -publisher $linuxImagePublisher -offer $linuxImageOffer -sku $LinuxOSSku -version $linuxImageVersion -osDiskLocalPath $CustomVHDPath -osType Linux -Location $ResourceLocation -CreateGalleryItem $false
319319
Remove-Item $CanaryCustomImageFolder -Force -Recurse
320320
$linuxUpload = $true
321321
}

0 commit comments

Comments
 (0)