Commit 580360c
Fix azure packer plugin output parsing
A feature was added to the azure packer plugin to support multiple
output formats. As part of this change, the expected "OSDiskUri" log
message was namespaced to "VHDOSDiskUri".
We made this code a bit more resilient, and it looks for a match instead
of a exact starting string.
ref: hashicorp/packer-plugin-azure#522
Co-authored-by: Aram Price <[email protected]>1 parent 2c32446 commit 580360c
File tree
2 files changed
+7
-5
lines changed- lib/stemcell/builder
- spec/stemcell/builder
2 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments