Releases: dsccommunity/NetworkingDsc
Releases · dsccommunity/NetworkingDsc
v9.1.1-preview0001
[v9.1.1-preview0001]
Changed
azure-pipelines.yml- Remove windows 2019 image fixes #540.
Fixed
- Fix integration tests on Server 2022. Fixes Issue #510.
v9.1.0
[v9.1.0]
Changed
-
Added the following resources:
- DnsClientNrptGlobal: Configure DNS Client global Name Resolution Policy Table (NRPT) settings.
- DnsClientNrptRule: Sets a DNS Client NRPT rule on a node.
-
Updated CHANGELOG.md
- Renamed NetworkingDSc to NetworkingDsc in CHANGELOG.md - fixes Issue #513.
-
CI Pipeline
- Updated pipeline files to match current DSC Community patterns - fixes Issue #528.
- Updated HQRM and build steps to use windows-latest image.
- Update build pipeline to pin GitVersion v5.
- Added Server 2025 into Unit and Integration tests.
- Remove duplicated pipeline steps and use matrix of VM images.
- Use ModuleFast
- Merge Unit test CodeCoverage
-
Tests
- Update to use Pester 5.
-
New-InvalidArgumentExceptionchange toNew-ArgumentExceptionfor HQRM. -
NetworkingDsc.Common- Changed to a buildable module.
Fixed
DSC_Firewall- Fixed comment typo.
- Fixed
ParameterListinSet-TargetResourcetypo. - Remove
DisplayGroupproperty when creating new firewall rule. Test-RuleProperties- Fixed
Convert-CIDRToSubnetMaskfunction call typo.
- Fixed
Removed
Build.psd1- Removed as not required.
DSC_IPAddress- Remove IPv6 prefix length as unused.
CommonTestHelper- Use
Get-InvalidArgumentRecordfromDscResource.Test.
- Use
v9.1.0-preview0001
[v9.1.0-preview0001]
Changed
-
Added the following resources:
- DnsClientNrptGlobal: Configure DNS Client global Name Resolution Policy Table (NRPT) settings.
- DnsClientNrptRule: Sets a DNS Client NRPT rule on a node.
-
Updated CHANGELOG.md
- Renamed NetworkingDSc to NetworkingDsc in CHANGELOG.md - fixes Issue #513.
-
CI Pipeline
- Updated pipeline files to match current DSC Community patterns - fixes Issue #528.
- Updated HQRM and build steps to use windows-latest image.
- Update build pipeline to pin GitVersion v5.
-
Tests
- Update to use Pester 5.
-
New-InvalidArgumentExceptionchange toNew-ArgumentExceptionfor HQRM. -
NetworkingDsc.Common- Changed to a buildable module.
Fixed
DSC_Firewall- Fixed comment typo.
- Fixed
ParameterListinSet-TargetResourcetypo. - Remove
DisplayGroupproperty when creating new firewall rule. Test-RuleProperties- Fixed
Convert-CIDRToSubnetMaskfunction call typo.
- Fixed
Removed
Build.psd1- Removed as not required.
DSC_IPAddress- Remove IPv6 prefix length as unused.
CommonTestHelper- Use
Get-InvalidArgumentRecordfromDscResource.Test.
- Use
v9.0.1-preview0001
[v9.0.1-preview0001]
Changed
- Updated CHANGELOG.md
- Renamed NetworkingDSc to NetworkingDsc in CHANGELOG.md - fixes Issue #513.
- CI Pipeline
- Updated pipeline files to match current DSC Community patterns - fixes Issue #528.
- Updated HQRM and build steps to use windows-latest image.
v9.0.0
[v9.0.0]
Fixed
- NetBios
- Fixes configuring network adapters in a disconnected or disabled state - fixes Issue #434.
- DnsServerAddress
- Improved error handling - fixes Issue #446.
Changed
- NetAdapterLso
- Protocol now a key field allowing multiple protocol configurations for a
single network adapter - fixes Issue #475. - Updated wiki documentation showing configuration overlap with
NetAdapterAdvancedProperty - fixes Issue #475.
- Protocol now a key field allowing multiple protocol configurations for a
- NetAdapterAdvancedProperty
- Updated wiki documentation showing configuration overlap with
NetAdapterLso - fixes Issue #475.
- Updated wiki documentation showing configuration overlap with
- Renamed
masterbranch tomain- Fixes Issue #469. - Updated build to use
Sampler.GitHubTasks- Fixes Issue #489. - Added support for publishing code coverage to
CodeCov.ioand
Azure Pipelines - Fixes Issue #491. - Minor reformatting of code style for diffability.
- ProxySettings
- Added function
Get-ProxySettingsRegistryKeyPathto provide initial
support for changing proxy settings for current user.
BREAKING CHANGE: Added support for configuring proxy settings for a user
account by addingTargetparameter - Fixes Issue #423.
- Added function
- Updated .github issue templates to standard - Fixes Issue #508.
- Added Create_ChangeLog_GitHub_PR task to publish stage of build pipeline.
- Added SECURITY.md.
- Updated pipeline Deploy_Module anb Code_Coverage jobs to use ubuntu-latest
images - Fixes Issue #508. - Updated pipeline unit tests and integration tests to use Windows Server 2019 and
Windows Server 2022 images - Fixes Issue #507. - NetAdapterState
- Added a new message when setting the state of an adapter.
Fixed
- Fixed pipeline by replacing the GitVersion task in the
azure-pipelines.yml
with a script. - NetAdapterState
- Fixed so that the resource is idempotent so that
Enable-NetAdapterand
Disable-NetAdapterare only called when change is required.
- Fixed so that the resource is idempotent so that
- NetAdapterLso
- Fixed integration tests so that they will be skipped if a network adapter
with NDIS version 6 or greater is not available.
- Fixed integration tests so that they will be skipped if a network adapter
v9.0.0-preview0002
[v9.0.0-preview0002]
Fixed
- NetBios
- Fixes configuring network adapters in a disconnected or disabled state - fixes Issue #434.
- DnsServerAddress
- Improved error handling - fixes Issue #446.
Changed
- NetAdapterLso
- Protocol now a key field allowing multiple protocol configurations for a
single network adapter - fixes Issue #475. - Updated wiki documentation showing configuration overlap with
NetAdapterAdvancedProperty - fixes Issue #475.
- Protocol now a key field allowing multiple protocol configurations for a
- NetAdapterAdvancedProperty
- Updated wiki documentation showing configuration overlap with
NetAdapterLso - fixes Issue #475.
- Updated wiki documentation showing configuration overlap with
- Renamed
masterbranch tomain- Fixes Issue #469. - Updated build to use
Sampler.GitHubTasks- Fixes Issue #489. - Added support for publishing code coverage to
CodeCov.ioand
Azure Pipelines - Fixes Issue #491. - Minor reformatting of code style for diffability.
- ProxySettings
- Added function
Get-ProxySettingsRegistryKeyPathto provide initial
support for changing proxy settings for current user.
BREAKING CHANGE: Added support for configuring proxy settings for a user
account by addingTargetparameter - Fixes Issue #423.
- Added function
- Updated .github issue templates to standard - Fixes Issue #508.
- Added Create_ChangeLog_GitHub_PR task to publish stage of build pipeline.
- Added SECURITY.md.
- Updated pipeline Deploy_Module anb Code_Coverage jobs to use ubuntu-latest
images - Fixes Issue #508. - Updated pipeline unit tests and integration tests to use Windows Server 2019 and
Windows Server 2022 images - Fixes Issue #507. - NetAdapterState
- Added a new message when setting the state of an adapter.
Fixed
- Fixed pipeline by replacing the GitVersion task in the
azure-pipelines.yml
with a script. - NetAdapterState
- Fixed so that the resource is idempotent so that
Enable-NetAdapterand
Disable-NetAdapterare only called when change is required.
- Fixed so that the resource is idempotent so that
- NetAdapterLso
- Fixed integration tests so that they will be skipped if a network adapter
with NDIS version 6 or greater is not available.
- Fixed integration tests so that they will be skipped if a network adapter
v9.0.0-preview0001
[v9.0.0-preview0001]
Fixed
- NetBios
- Fixes configuring network adapters in a disconnected or disabled state - fixes Issue #434.
- DnsServerAddress
- Improved error handling - fixes Issue #446.
Changed
- NetAdapterLso
- Protocol now a key field allowing multiple protocol configurations for a
single network adapter - fixes Issue #475. - Updated wiki documentation showing configuration overlap with
NetAdapterAdvancedProperty - fixes Issue #475.
- Protocol now a key field allowing multiple protocol configurations for a
- NetAdapterAdvancedProperty
- Updated wiki documentation showing configuration overlap with
NetAdapterLso - fixes Issue #475.
- Updated wiki documentation showing configuration overlap with
- Renamed
masterbranch tomain- Fixes Issue #469. - Updated build to use
Sampler.GitHubTasks- Fixes Issue #489. - Added support for publishing code coverage to
CodeCov.ioand
Azure Pipelines - Fixes Issue #491. - Minor reformatting of code style for diffability.
- ProxySettings
- Added function
Get-ProxySettingsRegistryKeyPathto provide initial
support for changing proxy settings for current user.
BREAKING CHANGE: Added support for configuring proxy settings for a user
account by addingTargetparameter - Fixes Issue #423.
- Added function
v8.3.0-preview0004
[v8.3.0-preview0004]
Fixed
- NetBios
- Fixes configuring network adapters in a disconnected or disabled state - fixes Issue #434.
- DnsServerAddress
- Improved error handling - fixes Issue #446.
Changed
- NetAdapterLso
- Protocol now a key field allowing multiple protocol configurations for a
single network adapter - fixes Issue #475. - Updated wiki documentation showing configuration overlap with
NetAdapterAdvancedProperty - fixes Issue #475.
- Protocol now a key field allowing multiple protocol configurations for a
- NetAdapterAdvancedProperty
- Updated wiki documentation showing configuration overlap with
NetAdapterLso - fixes Issue #475.
- Updated wiki documentation showing configuration overlap with
- Renamed
masterbranch tomain- Fixes Issue #469. - Updated build to use
Sampler.GitHubTasks- Fixes Issue #489. - Added support for publishing code coverage to
CodeCov.ioand
Azure Pipelines - Fixes Issue #491. - Minor reformatting of code style for diffability.
v8.3.0-preview0003
[v8.3.0-preview0003]
Fixed
- NetBios
- Fixes configuring network adapters in a disconnected or disabled state - fixes Issue #434.
- DnsServerAddress
- Improved error handling - fixes Issue #446.
Changed
- NetAdapterLso
- Protocol now a key field allowing multiple protocol configurations for a
single network adapter - fixes Issue #475. - Updated wiki documentation showing configuration overlap with
NetAdapterAdvancedProperty - fixes Issue #475.
- Protocol now a key field allowing multiple protocol configurations for a
- NetAdapterAdvancedProperty
- Updated wiki documentation showing configuration overlap with
NetAdapterLso - fixes Issue #475.
- Updated wiki documentation showing configuration overlap with
- Renamed
masterbranch tomain- Fixes Issue #469. - Updated build to use
Sampler.GitHubTasks- Fixes Issue #489. - Added support for publishing code coverage to
CodeCov.ioand
Azure Pipelines - Fixes Issue #491.
v8.3.0-preview0002
[v8.3.0-preview0002]
Fixed
- NetBios
- Fixes configuring network adapters in a disconnected or disabled state - fixes Issue #434.
- DnsServerAddress
- Improved error handling - fixes Issue #446.
Changed
- NetAdapterLso
- Protocol now a key field allowing multiple protocol configurations for a
single network adapter - fixes Issue #475. - Updated wiki documentation showing configuration overlap with
NetAdapterAdvancedProperty - fixes Issue #475.
- Protocol now a key field allowing multiple protocol configurations for a
- NetAdapterAdvancedProperty
- Updated wiki documentation showing configuration overlap with
NetAdapterLso - fixes Issue #475.
- Updated wiki documentation showing configuration overlap with