File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 10
10
" config" ,
11
11
" resolve"
12
12
],
13
- "input" : " stdin" ,
14
- "handlingResourceType" : " Microsoft.DSC/Group"
13
+ "input" : " stdin"
15
14
},
16
15
"exitCodes" : {
17
16
"0" : " Success" ,
Original file line number Diff line number Diff line change @@ -223,12 +223,6 @@ pub struct ExportMethod {
223
223
pub struct ResolveMethod {
224
224
/// The command to run to enumerate instances of the resource.
225
225
pub executable : String ,
226
- /// The resource type to pass execution after resolving.
227
- #[ serde( rename = "handlingResourceType" ) ]
228
- pub handling_resource_type : String ,
229
- /// The resource version to pass execution after resolving.
230
- #[ serde( rename = "handlingResourceVersion" ) ]
231
- pub handling_resource_version : Option < String > ,
232
226
/// The arguments to pass to the command to perform a Export.
233
227
pub args : Option < Vec < ArgKind > > ,
234
228
/// How to pass input for a Export.
You can’t perform that action at this time.
0 commit comments