diff --git a/build_library/vm_image_util.sh b/build_library/vm_image_util.sh index d530204602..5a47135ade 100644 --- a/build_library/vm_image_util.sh +++ b/build_library/vm_image_util.sh @@ -36,7 +36,7 @@ VALID_IMG_TYPES=( digitalocean exoscale azure - azure_premium + azure_pro hyperv niftycloud cloudsigma @@ -271,10 +271,10 @@ IMG_azure_DISK_FORMAT=vhd IMG_azure_DISK_LAYOUT=azure IMG_azure_OEM_PACKAGE=oem-azure -## azure premium -IMG_azure_premium_DISK_FORMAT=vhd -IMG_azure_premium_DISK_LAYOUT=azure -IMG_azure_premium_OEM_PACKAGE=oem-azure +## azure pro +IMG_azure_pro_DISK_FORMAT=vhd +IMG_azure_pro_DISK_LAYOUT=azure +IMG_azure_pro_OEM_PACKAGE=oem-azure ## hyper-v IMG_hyperv_DISK_FORMAT=vhd diff --git a/jenkins/vm.sh b/jenkins/vm.sh index be2913a26c..5c11f9242e 100644 --- a/jenkins/vm.sh +++ b/jenkins/vm.sh @@ -44,7 +44,7 @@ img=src/flatcar_production_image.bin enter lbunzip2 -k -f "/mnt/host/source/${img}.bz2" PRIVATE_UPLOAD_OPT="" -if [[ "${FORMAT}" == 'azure_premium' ]] +if [[ "${FORMAT}" == 'azure_pro' ]] then PRIVATE_UPLOAD_OPT="--private" UPLOAD_ROOT=${UPLOAD_PRIVATE_ROOT}