Remove ssh legacy fix for Ubuntu Server 22.04 (#5645)

This commit is contained in:
Aleksandr Chebotov
2022-06-01 10:08:42 +02:00
committed by GitHub
parent 0fec5d8152
commit 36ddf7491f
3 changed files with 0 additions and 13 deletions

View File

@@ -19,9 +19,6 @@ if (-not (Test-Path $TemplatePath))
exit 1
}
# Set Image repository path env variable, this is a workaround for Ubuntu 22.04 until this is fixed https://github.com/hashicorp/packer/issues/11733
$env:ImageRepositoryPath = "."
$Image = [io.path]::GetFileName($TemplatePath).Split(".")[0]
$TempResourceGroupName = "${ResourcesNamePrefix}_${Image}"
$InstallPassword = [System.GUID]::NewGuid().ToString().ToUpper()