File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Modules/CIPPCore/Public/Entrypoints Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ function Push-SchedulerCIPPNotifications {
77 $Filter = " RowKey eq 'CippNotifications' and PartitionKey eq 'CippNotifications'"
88 $Config = [pscustomobject ](Get-CIPPAzDataTableEntity @Table - Filter $Filter )
99
10- $Settings = [System.Collections.ArrayList ]@ (' Alert ' )
10+ $Settings = [System.Collections.ArrayList ]@ (' Alerts ' )
1111 $Config.psobject.properties.name | ForEach-Object { $settings.add ($_ ) }
1212 $severity = $Config.Severity -split ' ,'
1313 Write-Host " Our Severity table is: $severity "
Original file line number Diff line number Diff line change 22 "bindings" : [
33 {
44 "name" : " Timer" ,
5- "schedule" : " 0 */15 * * * *" ,
5+ "schedule" : " 0 0 * * * *" ,
66 "direction" : " in" ,
77 "type" : " timerTrigger"
88 },
You can’t perform that action at this time.
0 commit comments