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.
Added build task Generate_Conceptual_Help to generate conceptual help
for the DSC resource.
Added build task Generate_Wiki_Content to generate the wiki content
that can be used to update the GitHub Wiki.
Changed
ComputerManagementDsc
Updated CI pipeline files.
No longer run integration tests when running the build task test, e.g.
.\build.ps1 -Task test. To manually run integration tests, run the
following:
.\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0
This Pull Request (PR) fixes the following issues
None
Task list
[x] Added an entry under the Unreleased section of the change log in the CHANGELOG.md.
Entry should say what was changed, and how that affects users (if applicable).
[ ] Resource documentation added/updated in README.md in resource folder.
[ ] Resource parameter descriptions added/updated in schema.mof
and comment-based help.
[ ] Comment-based help added/updated.
[ ] Localization strings added/updated in all localization files as appropriate.
Pull Request (PR) description
Added
Generate_Conceptual_Help
to generate conceptual help for the DSC resource.Generate_Wiki_Content
to generate the wiki content that can be used to update the GitHub Wiki.Changed
test
, e.g..\build.ps1 -Task test
. To manually run integration tests, run the following:This Pull Request (PR) fixes the following issues
None
Task list
This change is