Skip to content

Commit 66d1f1d

Browse files
committed
remove delta link from scheduler table
1 parent 883b360 commit 66d1f1d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Push-ExecScheduledCommand.ps1

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,8 @@ function Push-ExecScheduledCommand {
5858
RowKey = $task.RowKey
5959
TaskState = 'Planned'
6060
ScheduledTime = [string]$nextRunUnixTime
61-
DeltaLink = [string]($Query.'@odata.deltaLink')
6261
}
6362
return
64-
} else {
65-
$null = Update-AzDataTableEntity -Force @Table -Entity @{
66-
PartitionKey = $task.PartitionKey
67-
RowKey = $task.RowKey
68-
DeltaLink = [string]($Query.'@odata.deltaLink')
69-
}
7063
}
7164
}
7265
} else {

0 commit comments

Comments
 (0)