dsccommunity / DnsServerDsc

This module contains DSC resources for the management and configuration of Windows Server DNS Server.
MIT License
65 stars 54 forks source link

BREAKING CHANGE: DnsServerSetting: Remove properties `NoRecursion`, `RecursionRetry`, and `RecursionTimeout` #248

Closed johlju closed 3 years ago

johlju commented 3 years ago

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 3 years ago

Codecov Report

Merging #248 (b3efead) into main (3cc3ee1) will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##           main   #248   +/-   ##
===================================
  Coverage    90%    90%           
===================================
  Files        14     14           
  Lines      1476   1476           
===================================
  Hits       1337   1337           
  Misses      139    139           
Impacted Files Coverage Δ
...ces/DSC_DnsServerSetting/DSC_DnsServerSetting.psm1 97% <100%> (ø)
johlju commented 3 years ago

Merging this to be able to continue working on next issue that is dependent on this one.