Releases: dsccommunity/NetworkingDsc
Releases · dsccommunity/NetworkingDsc
v8.2.0-preview0001
[v8.2.0-preview0001]
Changed
- IPAddress
- Improved integration test structure.
Added
- NetIPInterface
- Added
InterfaceMetric
parameter- fixes Issue #473.
- Added
Fixed
- NetIPInterface
- Fix 'type mismatch for property' issue when setting 'AdvertiseDefaultRoute',
'Advertising', 'AutomaticMetric', 'Dhcp', 'DirectedMacWolPattern', 'EcnMarking',
'ForceArpNdWolPattern', 'Forwarding', 'IgnoreDefaultRoutes', 'ManagedAddressConfiguration',
'NeighborUnreachabilityDetection', 'OtherStatefulConfiguration', 'RouterDiscovery',
'WeakHostReceive' or 'WeakHostSend' - Fixes Issue #470.
- Fix 'type mismatch for property' issue when setting 'AdvertiseDefaultRoute',
v8.1.1-preview0001
[v8.1.1-preview0001]
Changed
- IPAddress
- Improved integration test structure.
Fixed
- NetIPInterface
- Fix 'type mismatch for property' issue when setting 'AdvertiseDefaultRoute',
'Advertising', 'AutomaticMetric', 'Dhcp', 'DirectedMacWolPattern', 'EcnMarking',
'ForceArpNdWolPattern', 'Forwarding', 'IgnoreDefaultRoutes', 'ManagedAddressConfiguration',
'NeighborUnreachabilityDetection', 'OtherStatefulConfiguration', 'RouterDiscovery',
'WeakHostReceive' or 'WeakHostSend' - Fixes Issue #470.
- Fix 'type mismatch for property' issue when setting 'AdvertiseDefaultRoute',
v8.1.0
[v8.1.0]
Changed
- NetworkingDsc
- Automatically publish documentation to GitHub Wiki - Fixes Issue #462.
Added
- NetIPInterface
- Added
NlMtu
parameter - Fixes Issue #460.
- Added
Fixed
- NetworkingDsc
- Update to force redeployment with latest version of
DSCResource.Common
with fixGet-LocalizationData
- Fixes Issue #464. - Correct help block comment indentation - Fixes Issue #466.
- Update to force redeployment with latest version of
v8.1.0-preview0003
[v8.1.0-preview0003]
Changed
- NetworkingDsc
- Automatically publish documentation to GitHub Wiki - Fixes Issue #462.
Added
- NetIPInterface
- Added
NlMtu
parameter - Fixes Issue #460.
- Added
Fixed
- NetworkingDsc
- Update to force redeployment with latest version of
DSCResource.Common
with fixGet-LocalizationData
- Fixes Issue #464. - Correct help block comment indentation - Fixes Issue #466.
- Update to force redeployment with latest version of
v8.1.0-preview0002
[v8.1.0-preview0002]
Changed
- NetworkingDsc
- Automatically publish documentation to GitHub Wiki - Fixes Issue #462.
Added
- NetIPInterface
- Added
NlMtu
parameter - Fixes Issue #460.
- Added
v8.1.0-preview0001
[v8.1.0-preview0001]
Changed
- NetworkingDsc
- Automatically publish documentation to GitHub Wiki - Fixes Issue #462.
v8.0.0
[v8.0.0]
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
v8.0.0-preview0005
[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
v8.0.0-preview0004
[v8.0.0-preview0004]
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
- 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.
- 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.
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
v8.0.0-preview0003
[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