Skip to content

Commit 15af01f

Browse files
Just in case, add another error (#477)
1 parent da1cf79 commit 15af01f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/azure/arm/step_get_source_image_name.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ func (s *StepGetSourceImageName) Run(ctx context.Context, state multistep.StateB
8585

8686
}
8787

88+
s.say("Received unexpected response from Azure API, HCP Packer will not be able to track the ancestry of this build.")
8889
log.Println("[TRACE] unable to identify the source image for provided gallery image version")
8990
s.GeneratedData.Put("SourceImageName", "ERR_SOURCE_IMAGE_NAME_NOT_FOUND")
9091
return multistep.ActionContinue

0 commit comments

Comments
 (0)