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:
parent
b786178077
commit
a693928b7a
1 changed files with 2 additions and 1 deletions
|
|
@ -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}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue