Releases: dsccommunity/DnsServerDsc
Releases · dsccommunity/DnsServerDsc
v1.15.0
- Fixed: Ignore UseRootHint in xDnsServerForwarder test function if it was not
specified in the resource Claudio Spizzi (@claudiospizzi)
v1.14.0
- 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
v1.12.0
v1.11.0
- Changes to xDnsServer
- Added resource xDnsServerZoneAging. Claudio Spizzi (@claudiospizzi)
- Changes to xDnsServerPrimaryZone
- Fix bug in Get-TargetResource that caused the Zone Name to be null
(issue #63).
Brandon Padgett (@gerane)
- Fix bug in Get-TargetResource that caused the Zone Name to be null
- Changes to xDnsRecord
- Added Ptr record support (partly resolves issue #34).
Reggie Gibson (@regedit32)
- Added Ptr record support (partly resolves issue #34).
v1.10.0
- Changes to xDnsServerADZone
- Fixed bug introduced by PR #49.
Previously, CimSessions were always used regardless of connecting to a remote
machine or the local machine. Now CimSessions are only utilized when a
computername, or computername and credential are used
(issue #53).
Michael Fyffe (@TraGicCode)
- Fixed bug introduced by PR #49.
- Fixed all PSSA rule warnings. Michael Fyffe (@TraGicCode)
- Fix DsAvailable key missing (#66).
Claudio Spizzi (@claudiospizzi)
v1.9.0
v1.8.0
v1.7.0
v1.6.0
- 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.