You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: builder/azure/arm/step_get_source_image_name.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ func (s *StepGetSourceImageName) Run(ctx context.Context, state multistep.StateB
56
56
57
57
image, err:=s.getGalleryVersion(ctx)
58
58
iferr!=nil {
59
-
log.Println("[TRACE] unable to derive managed image URL for shared gallery version image")
59
+
s.say(fmt.Sprintf("Failed to fetch source gallery image from Azure API, HCP Packer will not be able to track the ancestry of this build: %s", err.Error()))
0 commit comments