dsccommunity / ComputerManagementDsc

DSC resources for for configuration of a Windows computer. These DSC resources allow you to perform computer management tasks, such as renaming the computer, joining a domain and scheduling tasks as well as configuring items such as virtual memory, event logs, time zones and power settings.
https://dsccommunity.org
MIT License
300 stars 83 forks source link

ScheduledTask: Remove comparison of StartTime if StartTime is not provided #357

Closed jensotto closed 3 years ago

jensotto commented 3 years ago

Pull Request (PR) description

Skip testing for StartTime when no StartTime is specified and ScheduleType is Once, Daily, or Weekly.

This Pull Request (PR) fixes the following issues

- Fixes #148

Task list


This change is Reviewable

PlagueHO commented 3 years ago

Hi @jensotto - thanks for submitting this. It looks like the HQRM tests are failing because an entry hasn't been added to the CHANGELOG.md: See the Update the Changelog section in: https://dsccommunity.org/guidelines/contributing/

jensotto commented 3 years ago

Sorry @PlagueHO, I forgot to push that commit.