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

CMHeartbeatDiscovery- Updated Heartbeat Discovery Schedule #72

Closed NEllis280 closed 3 years ago

NEllis280 commented 4 years ago

Pull Request (PR) description

This PR adds warnings to the CMHeartbeatDiscovery resource warning when the maximum schedule interval has been exceeded and adds handling for test/set when the specified interval is greater than the maximum allowed.

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 4 years ago

Codecov Report

Merging #72 (b792c3d) into master (fc05d30) will increase coverage by 0%. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #72   +/-   ##
=====================================
  Coverage      97%    97%           
=====================================
  Files          34     34           
  Lines        3723   3737   +14     
=====================================
+ Hits         3632   3646   +14     
  Misses         91     91           
NEllis280 commented 3 years ago

These checks will be done in other resources. The plan is to do a helper resource later when we expand the types of schedules that can be used.