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 d176322 commit 7aca312Copy full SHA for 7aca312
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Security/Invoke-ExecIncidentsList.ps1
@@ -41,7 +41,7 @@ Function Invoke-ExecIncidentsList {
41
}
42
} else {
43
$Table = Get-CIPPTable -TableName cachealertsandincidents
44
- $PartitionKey = 'incident'
+ $PartitionKey = 'Incident'
45
$Filter = "PartitionKey eq '$PartitionKey'"
46
$Rows = Get-CIPPAzDataTableEntity @Table -filter $Filter | Where-Object -Property Timestamp -GT (Get-Date).AddMinutes(-30)
47
$QueueReference = '{0}-{1}' -f $TenantFilter, $PartitionKey
0 commit comments