Skip to content

v9.1.0

Latest
Compare
Choose a tag to compare
@dscbot dscbot released this 11 May 22:01
d34e800

[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-InvalidArgumentException change to New-ArgumentException for HQRM.

  • NetworkingDsc.Common

    • Changed to a buildable module.

Fixed

  • DSC_Firewall
    • Fixed comment typo.
    • Fixed ParameterList in Set-TargetResource typo.
    • Remove DisplayGroup property when creating new firewall rule.
    • Test-RuleProperties
      • Fixed Convert-CIDRToSubnetMask function call typo.

Removed

  • Build.psd1
    • Removed as not required.
  • DSC_IPAddress
    • Remove IPv6 prefix length as unused.
  • CommonTestHelper
    • Use Get-InvalidArgumentRecord from DscResource.Test.