Skip to content

Commit 5e06410

Browse files
committed
remove unneeded handling resource
1 parent c82e022 commit 5e06410

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

dsc/include.dsc.resource.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"config",
1111
"resolve"
1212
],
13-
"input": "stdin",
14-
"handlingResourceType": "Microsoft.DSC/Group"
13+
"input": "stdin"
1514
},
1615
"exitCodes": {
1716
"0": "Success",

dsc_lib/src/dscresources/resource_manifest.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,6 @@ pub struct ExportMethod {
223223
pub 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.

0 commit comments

Comments
 (0)