Skip to content

Commit

Permalink
Issue-214: Add ActiveStartDate to compare property (#215)
Browse files Browse the repository at this point in the history
* Issue-214: Add ActiveStartDate to compare property

* Issue-214: Fix ActiveStartDate comparison for schedule

---------

Co-authored-by: Frank Henninger <[email protected]>
  • Loading branch information
OsirisDBA and frankhenninger authored Jan 29, 2024
1 parent a0e2122 commit 3fda6aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/214-fix-schedule-activestartdate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- Add ActiveStartDate to the compare properties so this item is marked accurately as changed.
2 changes: 1 addition & 1 deletion plugins/modules/agent_job_schedule.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ try {
$compareProperty = @(
"ActiveEndDate"
"ActiveEndTimeOfDay"
"ActiveEndTimeOfDay"
"ActiveStartDate"
"ActiveStartTimeOfDay"
"Description"
"FrequencyInterval"
Expand Down

0 comments on commit 3fda6aa

Please sign in to comment.