dsccommunity / ActiveDirectoryDsc

This module contains DSC resources for deployment and configuration of Active Directory Domain Services.
MIT License
344 stars 142 forks source link

ActiveDirectoryDsc: Fix CI Pipeline and DscResource.Common Module Import #614

Closed X-Guardian closed 4 years ago

X-Guardian commented 4 years ago

Pull Request (PR) description

This PR fixes the CI pipeline by pinning the Pester module to v4.10.1 and updating the DscResource.Common module to v0.9.0.

It also restores importing the DscResource.Common module import in the ActiveDirectoryDsc.Common module that was incorrectly disabled.

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #614 into master will increase coverage by 0%. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #614   +/-   ##
=====================================
  Coverage      98%    98%           
=====================================
  Files          24     24           
  Lines        3109   3110    +1     
=====================================
+ Hits         3048   3049    +1     
  Misses         61     61           
X-Guardian commented 4 years ago

Cheers @johlju.