DnsServerSetting: The property IgnoreAllPolicies
was not able to be set back to $false
#260
Labels
help wanted
The issue is up for grabs for anyone in the community.
tests
The issue or pull request is about tests only.
Details of the scenario you tried and the problem that is occurring
The integration test for the resource DnsServerSetting is correctly setting the value for
IgnoreAllPolicies
from$false
(current state) to$true
(desired state), but when the integration test should revert the value to$false
for the propertyIgnoreAllPolicies
it does not happen, it is still left as $true.Testing this locally with
Get-DnsServerSetting
andSet-DnsServerSetting
it works as expected.Currently the integration tests does not revert the value of property
IgnoreAllPolicies
.Verbose logs showing the problem
Suggested solution to the issue
Unknown.
The DSC configuration that is used to reproduce the issue (as detailed as possible)
See integration test.
The operating system the target node is running
Build worker.
Version and build of PowerShell the target node is running
5.1
Version of the DSC module that was used
3.0.0
The text was updated successfully, but these errors were encountered: