We need to specify the correct image names -- *.vhdf, not *.vhd -- in
order for them to upload.
15.0 candidate
MFC after: 3 days
Differential D53684
Azure: Fix image names Authored by cperciva on Nov 11 2025, 2:34 AM. Tags None Referenced Files
Details We need to specify the correct image names -- *.vhdf, not *.vhd -- in 15.0 candidate MFC after: 3 days
Diff Detail
Event TimelineComment Actions I am ok with this change, but please note that in Azure, it requires the "source image" file extension be .vhd so even the local file is .vhdf, we still need it to be uploaded as .vhd as set line 49. Comment Actions Yes, I was careful to not change the --name we use to upload it. The .vdhf is necessary because that's the file name created by the code in Makefile.vm. |