dsccommunity / ComputerManagementDsc

DSC resources for for configuration of a Windows computer. These DSC resources allow you to perform computer management tasks, such as renaming the computer, joining a domain and scheduling tasks as well as configuring items such as virtual memory, event logs, time zones and power settings.
https://dsccommunity.org
MIT License
309 stars 82 forks source link

ComputerManagementDsc: Remove resource named from module manifest in `source` #396

Closed johlju closed 2 years ago

johlju commented 2 years ago

Currently the DSC resource names are present for the property DscResourcesToExport in the module manifest in the source folder. https://github.com/dsccommunity/ComputerManagementDsc/blob/438d2c29a938f1c4e2b5a1e916bd6205fd950c13/source/ComputerManagementDsc.psd1#L39

This is no longer necessary as the pipeline updates this property automatically with both MOF- and class-based resource names.