We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c559602 commit 77fbd63Copy full SHA for 77fbd63
Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Push-ExecScheduledCommand.ps1
@@ -127,7 +127,7 @@ function Push-ExecScheduledCommand {
127
128
$nextRunUnixTime = [int64]$task.ScheduledTime + [int64]$secondsToAdd
129
if ($task.Recurrence -ne 0) { $State = 'Failed - Planned' } else { $State = 'Failed' }
130
- Write-Host "The job is recurring. It was scheduled for $($task.ScheduledTime). The next runtime should be $nextRunUnixTime"
+ Write-Host "The job is recurring, but failed. It was scheduled for $($task.ScheduledTime). The next runtime should be $nextRunUnixTime"
131
Update-AzDataTableEntity -Force @Table -Entity @{
132
PartitionKey = $task.PartitionKey
133
RowKey = $task.RowKey
0 commit comments