Skip to content

Commit 6874629

Browse files
revert change
1 parent 2055b30 commit 6874629

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modules/CIPPCore/Public/Entrypoints/Push-SchedulerCIPPNotifications.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

Scheduler_GetQueue/function.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"bindings": [
33
{
44
"name": "Timer",
5-
"schedule": "0 */15 * * * *",
5+
"schedule": "0 0 * * * *",
66
"direction": "in",
77
"type": "timerTrigger"
88
},

0 commit comments

Comments
 (0)