lowlydba / lowlydba.sqlserver

:spoon: A cross-platform Ansible collection using PowerShell to configure and maintain SQL Server.
https://galaxy.ansible.com/ui/repo/published/lowlydba/sqlserver
GNU General Public License v3.0
19 stars 12 forks source link

[Bug] Changing an agent schedules start time does not cause an update #214

Closed OsirisDBA closed 6 months ago

OsirisDBA commented 9 months ago

On file: plugins/modules/agent_job_schedule.ps1:116

The value ActiveEndTimeOfDay is repeated twice and ActiveStartTime is missing. This causes changes to be skipped if the only value updated was ActiveStartTime ( ie on a daily job )

OsirisDBA commented 9 months ago

PR: https://github.com/lowlydba/lowlydba.sqlserver/pull/215

lowlydba commented 9 months ago

Thanks for the issue and PR! Will try to get this released soon after merged.