Skip to content

Commit 694bee2

Browse files
authored
Merge pull request #790 from beraldoleal/small-debug-msg
azure: add small debug msg after uploading vhd
2 parents 335eb35 + b681199 commit 694bee2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/peerpods/podvm/azure-podvm-image-handler.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,8 @@ function create_azure_image_from_prebuilt_artifact() {
495495
# This will set the VHD_URL global variable
496496
upload_vhd_image "${VHD_IMAGE_PATH}" "${IMAGE_NAME}"
497497

498+
echo "Creating the image version from the VHD..."
499+
498500
# Create the image version from the VHD
499501
az sig image-version create \
500502
--resource-group "${AZURE_RESOURCE_GROUP}" \

0 commit comments

Comments
 (0)