Skip to content

Releases: dsccommunity/DnsServerDsc

v1.15.0

02 Mar 18:10
8ddabdf
Compare
Choose a tag to compare

v1.14.0

02 Mar 18:09
38999f4
Compare
Choose a tag to compare
  • Copied enhancements to Test-DscParameterState from NetworkingDsc
  • Put the helper module to its own folder
  • Copied enhancements to Test-DscParameterState from NetworkingDsc
  • Put the helper module to its own folder
  • Added xDnsServerRootHint resource
  • Added xDnsServerClientSubnet resource
  • Added xDnsServerZoneScope resource

v1.13.0

02 Mar 17:57
d0d4239
Compare
Choose a tag to compare
  • Added resource xDnsServerConditionalForwarder
  • Added xDnsServerDiagnostics resource to this module.

v1.12.0

02 Mar 17:57
13657e4
Compare
Choose a tag to compare
  • Update appveyor.yml to use the default template.
  • Added default template files .codecov.yml, .gitattributes, and .gitignore, and .vscode folder.
  • Added UseRootHint property to xDnsServerForwarder resource.

v1.11.0

02 Mar 17:57
e2a372a
Compare
Choose a tag to compare
  • Changes to xDnsServer
    • Updated appveyor.yml to use the default template and add CodeCov support
      (issue #73).
    • Adding a Branches section to the README.md with Codecov badges for both
      master and dev branch (issue #73).
    • Updated description of resource module in README.md.
  • Added resource xDnsServerZoneAging. Claudio Spizzi (@claudiospizzi)
  • Changes to xDnsServerPrimaryZone
  • Changes to xDnsRecord

v1.10.0

02 Mar 17:56
3ea67af
Compare
Choose a tag to compare

v1.9.0

02 Mar 17:56
6a7ac5d
Compare
Choose a tag to compare
  • Added resource xDnsServerSetting
  • MSFT_xDnsRecord: Added DnsServer property

v1.8.0

02 Mar 17:55
Compare
Choose a tag to compare
  • Converted AppVeyor.yml to pull Pester from PSGallery instead of Chocolatey
  • Fixed bug in xDnsServerADZone causing Get-TargetResource to fail with an extra property.

v1.7.0

02 Mar 17:55
Compare
Choose a tag to compare
  • Unit tests updated to use standard unit test templates.
  • MSFT_xDnsServerZoneTransfer
    • Added unit tests.
    • Updated to meet Style Guidelines.
  • MSFT_xDnsARecord: Removed hard coding of Localhost computer name to eliminate PSSA rule violation.

v1.6.0

02 Mar 17:54
Compare
Choose a tag to compare
  • Added Resource xDnsServerForwarder.
  • Updated README.md with documentation and examples for xDnsServerForwarder resource.
  • Added Resource xDnsServerADZone that sets an AD integrated DNS zone.
  • Updated README.md with documentation and examples for xDnsServerADZone resource.
  • Fixed bug in xDnsRecord causing Test-TargetResource to fail with multiple (round-robin) entries.
  • Updated README.md with example DNS round-robin configuration.