[v8.0.0-preview0005]
Added
- NetworkingDsc:
- Added build task 
Generate_Conceptual_Helpto generate conceptual help
for the DSC resource. - Added build task 
Generate_Wiki_Contentto 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 
ModuleBuildermodule v1.7.0
by changingCopyDirectoriestoCopyPaths- Fixes Issue #455. - Pin 
Pestermodule 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 
.gitattributesto 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 
latestversion ofModuleBuilder- Fixes Issue #451. - Merge 
HISTORIC_CHANGELOG.mdintoCHANGELOG.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