PowerShell / DSC

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

add `kind` to dscresource #338

Closed SteveL-MSFT closed 4 months ago

SteveL-MSFT commented 4 months ago

PR Summary

Add kind property to dscresource. Only Group needs to be explicitly specified. Adapter can be derived and Resource is default.

PR Context

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

SteveL-MSFT commented 4 months ago

Merging as I need these changes for some other coming PRs. Any feedback we can address as separate PRs.