[v3.1.0-preview0006]
Added
- WSManDsc
- Added automatic release with a new CI pipeline.
Changed
- WSManDsc
- Transferred ownership to DSCCommunity.org.
- Added missing resource to README.MD.
- BREAKING CHANGE: Changed resource prefix from DSR to DSC.
- Renamed module
WSManDsc.ResourceHelper
toWSManDsc.Common
and updated
to use standard functions. - Pinned
ModuleBuilder
to v1.0.0. - Updated build badges in README.MD.
- Remove unused localization strings.
- Adopt DSC Community Code of Conduct.
- Fix Code Coverage generation.
- Updated the CI pipeline files to the latest template.
- Changed unit tests to handle missing DscResource.Test better.
- Changed
azure-pipeline.yml
to match current pattern (Issue #59).
- Set
testRunTitle
for PublishTestResults steps so that a helpful name is
displayed in Azure DevOps for each test run. - Set a display name on all the jobs and tasks in the CI
pipeline - fixes issue #63
Deprecated
- None
Removed
- WSManDsc
- Removed unused file
.codecov.yml
. - Removed the file
Deploy.PSDeploy.ps1
since it is not longer used by
the build pipeline.
- Removed unused file
Fixed
- WSManDsc
- Added CODE_OF_CONDUCT.md file, and a 'Code of Conduct' section in the
README.md.
- Added CODE_OF_CONDUCT.md file, and a 'Code of Conduct' section in the
- WSManListener
- Fix Find-Certificate Verbose Messages Issue #49.
Security
- None