You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are scenarios where you may want to reuse your config, but operations used with set would not apply to get or test. In those cases, you still want it defined in the config (instead of a separate config that is almost the same but different enough it becomes a process to keep the two in sync).
Summary of the new feature / enhancement
There are scenarios where you may want to reuse your config, but operations used with
set
would not apply toget
ortest
. In those cases, you still want it defined in the config (instead of a separate config that is almost the same but different enough it becomes a process to keep the two in sync).Proposed technical implementation details (optional)
The
SkipGroup
resource would accept a config doc with one additional property:skipOn
which would take a string array from possible valuesget
,set
,test
,export
Alternatively, it could have a
runOnlyOn
accepting the same values. Not sure which is less confusing to users authoring and reading such a config.The resource would emit an INFO (or maybe WARNING? although seems overkill, but more likely seen) messages on skipped resources.
This resource would not be part of the base DSC v3 package and needs to be installed separately,
The text was updated successfully, but these errors were encountered: