PowerShell / DSC

This repo is for the DSC v3 project
MIT License
133 stars 22 forks source link

Add `Include` resource via new `Import` resource kind and `resolve` operation #429

Closed SteveL-MSFT closed 1 month ago

SteveL-MSFT commented 2 months ago

PR Summary

Note that this solution is not quite complete yet as it only works for get. However, through this work, I've realized I need to refactor resource get, set, test responses so it is always a list even if just one element. The current separation of a singleton vs list makes it too complicated to complete the work for set and test.

PR Context

Fix https://github.com/PowerShell/DSC/issues/412