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

CMDistributionGroups adding SecurityScopes #54

Closed jeffotterpohl closed 4 years ago

jeffotterpohl commented 4 years ago

Pull Request (PR) description

Adding the capability to CMDistributionGroup to allow assigning SecurityScopes via SecurityScopes (match), SecurityScopesToInclude (add), SecurityScopesToExclude (remove). Pester tests and readme have been updated.

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #54   +/-   ##
=====================================
  Coverage      96%    96%           
=====================================
  Files          27     27           
  Lines        2774   2823   +49     
=====================================
+ Hits         2686   2735   +49     
  Misses         88     88           
NEllis280 commented 4 years ago

Tested and everything seems to function as expected. Will review code shortly.

NEllis280 commented 4 years ago

Reviewed the code and all looks good.