dsccommunity / ConfigMgrCBDsc

This module contains DSC resources for the management and configuration of Microsoft System Center Configuration Manager Current Branch (ConfigMgrCB).
MIT License
27 stars 8 forks source link

BugFix for Adding DP to Groups #64

Closed jeffotterpohl closed 4 years ago

jeffotterpohl commented 4 years ago

Pull Request (PR) description

BugFix for when adding DistributionPoint to a DistributionGroup immediately after adding the Distribution Point would cause an error. Running the code again after the failure would result in a success. A timeout is needed to allow for the Distribution Point to fully initialize prior to adding to a group.

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #64   +/-   ##
=====================================
  Coverage      97%    97%           
=====================================
  Files          33     33           
  Lines        3552   3568   +16     
=====================================
+ Hits         3464   3480   +16     
  Misses         88     88