NetworkingDsc

8.0.0-preview0005

DSC resources for configuring settings related to networking.

Minimum PowerShell version

4.0

This is a prerelease version of NetworkingDsc.
There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name NetworkingDsc -RequiredVersion 8.0.0-preview0005 -AllowPrerelease

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name NetworkingDsc -Version 8.0.0-preview0005 -Prerelease

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Copyright the DSC Community contributors. All rights reserved.

Package Details

Author(s)

  • DSC Community

Tags

DesiredStateConfiguration DSC DSCResourceKit DSCResource

DSCResources

DefaultGatewayAddress DnsClientGlobalSetting DnsConnectionSuffix DNSServerAddress Firewall FirewallProfile HostsFile IPAddress IPAddressOption NetAdapterAdvancedProperty NetAdapterBinding NetAdapterLso NetAdapterName NetAdapterRDMA NetAdapterRsc NetAdapterRss NetAdapterState NetBIOS NetConnectionProfile NetIPInterface NetworkTeam NetworkTeamInterface ProxySettings Route WINSSetting

Dependencies

This module has no dependencies.

Release Notes

## [8.0.0-preview0005] - 2020-06-21

### 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.
- Common:
 - Added Assert-IPAddress function to reduce code duplication - Fixes
   [Issue #408](https://github.com/dsccommunity/NetworkingDsc/issues/408).

### Changed

- NetworkingDsc:
 - Updated to use the common module _DscResource.Common_.
 - Fixed build failures caused by changes in `ModuleBuilder` module v1.7.0
   by changing `CopyDirectories` to `CopyPaths` - Fixes [Issue #455](https://github.com/dsccommunity/NetworkingDsc/issues/455).
 - Pin `Pester` module to 4.10.1 because Pester 5.0 is missing code
   coverage - Fixes [Issue #456](https://github.com/dsccommunity/NetworkingDsc/issues/456).
- DefaultGatewayAddress:
 - Refactored to reduce code duplication.
 - Fixed hash table style violations - fixes [Issue #429](https://github.com/dsccommunity/NetworkingDsc/issues/429).
 - Fixed general style violations.
- Added `.gitattributes` to ensure CRLF is used when pulling repository - Fixes
 [Issue #430](https://github.com/dsccommunity/NetworkingDsc/issues/430).
- BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
- Updated to use continuous delivery pattern using Azure DevOps - Fixes
 [Issue #435](https://github.com/dsccommunity/NetworkingDsc/issues/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:
 ```powershell
 .\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0
 ```
- Change Azure DevOps Pipeline definition to include `source/*` - Fixes [Issue #450](https://github.com/dsccommunity/NetworkingDsc/issues/450).
- Updated pipeline to use `latest` version of `ModuleBuilder` - Fixes [Issue #451](https://github.com/dsccommunity/NetworkingDsc/issues/451).
- Merge `HISTORIC_CHANGELOG.md` into `CHANGELOG.md` - Fixes [Issue #451](https://github.com/dsccommunity/NetworkingDsc/issues/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](https://github.com/dsccommunity/NetworkingDsc/issues/444).

### Deprecated

- None

### Removed

- None

### Fixed

- Fixed IDs of Azure DevOps pipeline in badges in README.MD - Fixes
 [Issue #438](https://github.com/dsccommunity/NetworkingDsc/issues/438).
- Fixed typo in link to Wiki in README.MD

### Security

- None

FileList

Version History

Version Downloads Last updated
9.0.0 4,000,196 5/30/2022
9.0.0-previe... 2,490 4/12/2022
9.0.0-previe... 9,998 6/15/2021
8.3.0-previe... 110 5/23/2021
8.3.0-previe... 129 4/21/2021
8.3.0-previe... 336 2/26/2021
8.3.0-previe... 100 2/22/2021
8.2.0 5,498,369 10/16/2020
8.2.0-previe... 53 10/13/2020
8.1.1-previe... 51 9/21/2020
8.1.0 413,395 8/4/2020
8.1.0-previe... 81 7/27/2020
8.1.0-previe... 71 7/11/2020
8.1.0-previe... 68 7/4/2020
8.0.0 30,353 6/21/2020
8.0.0-previe... (current version) 56 6/21/2020
8.0.0-previe... 202 5/4/2020
8.0.0-previe... 148 3/26/2020
8.0.0-previe... 92 2/15/2020
8.0.0-previe... 95 1/20/2020
7.4.0.0 1,510,915 9/19/2019
7.3.0.0 100,693 6/26/2019
7.2.0.0 20,589 5/15/2019
7.1.0.0 39,675 4/3/2019
7.0.0.0 81,718 2/20/2019
6.3.0.0 14,916 1/10/2019
6.2.0.0 9,283 11/29/2018
6.1.0.0 20,777 9/5/2018
6.0.0.0 78,677,881 6/13/2018
Show less