Added hyper_v_generation metadata to the instance used by CIV.

This will allow us to define which HyperV generation to use when
creating the image on the fly.
This commit is contained in:
Nicolás Muñoz 2023-10-30 19:46:51 +09:00 committed by Ondřej Budai
parent b786178077
commit a693928b7a

View file

@ -219,7 +219,8 @@ tee "${TEMPDIR}/resource-file.json" <<EOF
{
"vhd_uri": "${BLOB_URL}",
"location": "${AZURE_LOCATION}",
"name": "${IMAGE_KEY}"
"name": "${IMAGE_KEY}",
"hyper_v_generation": "${HYPER_V_GEN}"
}
]
}