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 1010 " config" ,
1111 " resolve"
1212 ],
13- "input" : " stdin" ,
14- "handlingResourceType" : " Microsoft.DSC/Group"
13+ "input" : " stdin"
1514 },
1615 "exitCodes" : {
1716 "0" : " Success" ,
Original file line number Diff line number Diff line change @@ -223,12 +223,6 @@ pub struct ExportMethod {
223223pub struct ResolveMethod {
224224 /// The command to run to enumerate instances of the resource.
225225 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 > ,
232226 /// The arguments to pass to the command to perform a Export.
233227 pub args : Option < Vec < ArgKind > > ,
234228 /// How to pass input for a Export.
You can’t perform that action at this time.
0 commit comments