DSC icon indicating copy to clipboard operation
DSC copied to clipboard

Enable `ParallelGroup` resource

Open SteveL-MSFT opened this issue 2 years ago • 1 comments

Summary of the new feature / enhancement

Enable -parallel switch for dsc

Proposed technical implementation details (optional)

No response

SteveL-MSFT avatar Mar 29 '23 13:03 SteveL-MSFT

This is for applying multiple resources in parallel on the same node, correct? I wonder if this implies the need for something like a canParallel attribute that resources can opt into (treating true as safe for parallel, false as error, and not-set as warn-and-prompt or warn-and-try).

michaeltlombardi avatar Mar 30 '23 20:03 michaeltlombardi