[v8.0.0-preview0005]
Added
- NetworkingDsc:
- 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
- Common:
- Added Assert-IPAddress function to reduce code duplication - Fixes
Issue #408.
- Added Assert-IPAddress function to reduce code duplication - Fixes
Changed
- NetworkingDsc:
- Updated to use the common module DscResource.Common.
- Fixed build failures caused by changes in
ModuleBuilder
module v1.7.0
by changingCopyDirectories
toCopyPaths
- Fixes Issue #455. - Pin
Pester
module to 4.10.1 because Pester 5.0 is missing code
coverage - Fixes Issue #456.
- 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
- Change Azure DevOps Pipeline definition to include
source/*
- Fixes Issue #450. - Updated pipeline to use
latest
version ofModuleBuilder
- Fixes Issue #451. - Merge
HISTORIC_CHANGELOG.md
intoCHANGELOG.md
- Fixes Issue #451. - NetBios:
- Improved integration tests by using loopback adapter.
- Refactored unit tests to reduce code duplication and
increase coverage. - Fix exception when specifying wildcard '*' in the
InterfaceAlias
- Fixes Issue #444.
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