File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -228,6 +228,9 @@ pub enum AdapterInputKind {
228228 /// The adapter accepts full unprocessed configuration.
229229 #[ serde( rename = "full" ) ]
230230 Full ,
231+ /// The adapter accepts configuration as a sequence.
232+ #[ serde( rename = "sequence" ) ]
233+ Sequence ,
231234 /// The adapter accepts a single resource input.
232235 #[ serde( rename = "single" ) ]
233236 Single ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ pub struct DscResource {
3636 pub capabilities : Vec < String > ,
3737 /// The file path to the resource.
3838 pub path : String ,
39- // The directory path to the resource.
39+ /// The directory path to the resource.
4040 pub directory : String ,
4141 /// The implementation of the resource.
4242 #[ serde( rename="implementedAs" ) ]
You can’t perform that action at this time.
0 commit comments