From f16335f3d98d974abd71e4b82de542daa75aef53 Mon Sep 17 00:00:00 2001 From: Frank Henninger Date: Tue, 21 Nov 2023 10:40:14 -0600 Subject: [PATCH] Issue-214: Add ActiveStartDate to compare property --- plugins/modules/agent_job_schedule.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/agent_job_schedule.ps1 b/plugins/modules/agent_job_schedule.ps1 index b73c6b44..62b22591 100644 --- a/plugins/modules/agent_job_schedule.ps1 +++ b/plugins/modules/agent_job_schedule.ps1 @@ -113,7 +113,7 @@ try { $compareProperty = @( "ActiveEndDate" "ActiveEndTimeOfDay" - "ActiveEndTimeOfDay" + "ActiveStartDate" "ActiveStartTimeOfDay" "Description" "FrequencyInterval"