dsccommunity / DnsServerDsc

This module contains DSC resources for the management and configuration of Windows Server DNS Server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BREAKING CHANGE: xDnsServerSetting: Remove properties `EnableEDnsProbes` and `EDnsCacheTimeout`

johlju opened this issue · comments

Details of the scenario you tried and the problem that is occurring

Suggest removing the properties EnableEDnsProbes and EDnsCacheTimeout from the resource xDnsServerSetting to avoid ping-pong behavior. Instead those should be enforced by the resource DnsServerEDns.

Verbose logs showing the problem

n/a

Suggested solution to the issue

See above. Related to issue #194 .

The DSC configuration that is used to reproduce the issue (as detailed as possible)

n/a

The operating system the target node is running

Any Windows

Version and build of PowerShell the target node is running

Windows PowerShell

Version of the DSC module that was used

2.0.0 preview

Waiting for the issue #194 to be resolved.