Commit 3fe7941 1 parent af6ae45 commit 3fe7941 Copy full SHA for 3fe7941
File tree 3 files changed +41
-21
lines changed
3 files changed +41
-21
lines changed Original file line number Diff line number Diff line change 16
16
"Patch" : 0
17
17
},
18
18
"satisfies" : [],
19
- "demands" : [" Packer" ],
19
+ "demands" : [
20
+ " Packer"
21
+ ],
20
22
"instanceNameFormat" : " Packer $(command)" ,
21
- "inputs" : [{
23
+ "inputs" : [
24
+ {
22
25
"name" : " azureSubscription" ,
23
26
"type" : " connectedService:AzureRM" ,
24
27
"label" : " Azure subscription" ,
42
45
"EditableOptions" : " True"
43
46
},
44
47
"options" : {
45
- "build" : " build" ,
48
+ "build" : " build" ,
46
49
"fix" : " fix" ,
47
50
"inspect" : " inspect" ,
48
51
"push" : " push" ,
49
- "validate" : " validate" ,
52
+ "validate" : " validate" ,
50
53
"version" : " version"
51
54
},
52
55
"defaultValue" : " build"
87
90
"required" : " false"
88
91
}
89
92
],
90
- "OutputVariables" : [{
91
- "name" : " OSDiskUri" ,
92
- "description" : " The captured VHD's URL (see [VHD or Managed Image](https://www.packer.io/docs/builders/azure.html#vhd-or-managed-image))."
93
- },
94
- {
95
- "name" : " OSDiskUriReadOnlySas"
96
- },
97
- {
98
- "name" : " TemplateUri"
99
- },
100
- {
101
- "name" : " TemplateUriReadOnlySas"
102
- }],
93
+ "OutputVariables" : [
94
+ {
95
+ "name" : " OSDiskUri" ,
96
+ "description" : " The captured VHD's URL (see [VHD or Managed Image](https://www.packer.io/docs/builders/azure.html#vhd-or-managed-image))."
97
+ },
98
+ {
99
+ "name" : " OSDiskUriReadOnlySas"
100
+ },
101
+ {
102
+ "name" : " TemplateUri"
103
+ },
104
+ {
105
+ "name" : " TemplateUriReadOnlySas"
106
+ }
107
+ ],
103
108
"execution" : {
104
- "Node" : {
109
+ "Node10" : {
110
+ "target" : " src/packer.js" ,
111
+ "argumentFormat" : " "
112
+ },
113
+ "Node16" : {
105
114
"target" : " src/packer.js" ,
106
115
"argumentFormat" : " "
107
116
}
Original file line number Diff line number Diff line change 180
180
"Node10" : {
181
181
"target" : " src/packer.js" ,
182
182
"argumentFormat" : " "
183
+ },
184
+ "Node16" : {
185
+ "target" : " src/packer.js" ,
186
+ "argumentFormat" : " "
183
187
}
184
188
}
185
189
}
Original file line number Diff line number Diff line change 15
15
"Minor" : 146 ,
16
16
"Patch" : 0
17
17
},
18
- "satisfies" : [" Packer" ],
18
+ "satisfies" : [
19
+ " Packer"
20
+ ],
19
21
"demands" : [],
20
22
"instanceNameFormat" : " Use Packer $(version)" ,
21
- "inputs" : [{
23
+ "inputs" : [
24
+ {
22
25
"name" : " version" ,
23
26
"type" : " string" ,
24
27
"label" : " Version" ,
31
34
"Node10" : {
32
35
"target" : " src/packertool.js" ,
33
36
"argumentFormat" : " "
37
+ },
38
+ "Node16" : {
39
+ "target" : " src/packertool.js" ,
40
+ "argumentFormat" : " "
34
41
}
35
42
},
36
43
"messages" : {
37
44
"ToolFailed" : " Tool install failed: %s"
38
45
}
39
- }
46
+ }
You can’t perform that action at this time.
0 commit comments