[v8.0.0-preview0003]
Added
- ComputerManagementDsc
- 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.
- Added build task
Changed
- DefaultGatewayAddress:
- Refactored to reduce code duplication.
- Fixed hash table style violations - fixes Issue #429.
- Fixed general style violations.
- Added
.gitattributes
to ensure CRLF is used when pulling repository - Fixes
Issue #430. - BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
- Updated to use continuous delivery pattern using Azure DevOps - Fixes
Issue #435. - 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
Deprecated
- None
Removed
- None
Fixed
- Fixed IDs of Azure DevOps pipeline in badges in README.MD - Fixes
Issue #438. - Fixed typo in link to Wiki in README.MD
Security
- None