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

DnsServerDsc: Align some class-based resources with new pattern #247

Closed johlju closed 3 years ago

johlju commented 3 years ago

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

None.

Task list


This change is Reviewable

codecov[bot] commented 3 years ago

Codecov Report

Merging #247 (4e86a8b) into main (a2eedd1) will decrease coverage by 0%. The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff         @@
##           main   #247   +/-   ##
===================================
- Coverage    90%    90%   -1%     
===================================
  Files        14     14           
  Lines      1514   1476   -38     
===================================
- Hits       1375   1337   -38     
  Misses      139    139           
Impacted Files Coverage Δ
source/DnsServerDsc.psm1 99% <0%> (-1%) :arrow_down:
johlju commented 3 years ago

Merging this to remove old behavior from the base class so it is easier to go forward in subsequent PR's.