PowerShell / DSC

This repo is for the DSC v3 project
MIT License
200 stars 29 forks source link

DSC resource table change for `methods` #329

Closed SteveL-MSFT closed 7 months ago

SteveL-MSFT commented 7 months ago

Summary of the new feature / enhancement

The current Methods column takes up lots of space, we should change it to "bit flags":

Type                        Version  Methods                 Requires        Description
---------------------------------------------------------------------------------------------------------------------------------------
DSC.PackageManagement/Brew  0.1.0    gs-e                        DSC resource to manage Homebrew packages
DSC/AssertionGroup          0.1.0    gst-                          `test` will be invoked for all resources in the supplied …
DSC/Group                   0.1.0    gst-                          All resources in the supplied configuration is treated as
DSC/ParallelGroup           0.1.0    gst-                          All resources in the supplied configuration run concurren…

Proposed technical implementation details (optional)

No response