File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if ($Request.query.CIPPID -in $Webhooks.RowKey) {
3030 Write-Host " Webhook TenantFilter: $TenantFilter "
3131 $ConfigTable = get-cipptable - TableName ' SchedulerConfig'
3232 $Alertconfig = Get-CIPPAzDataTableEntity @ConfigTable | Where-Object { $_.Tenant -eq $TenantFilter -or $_.Tenant -eq ' AllTenants' }
33- $Operations = ($AlertConfig.if | ConvertFrom-Json - ErrorAction SilentlyContinue).selection, ' UserLoggedIn'
33+ $Operations = ($AlertConfig.if | ConvertFrom-Json - ErrorAction SilentlyContinue).selection + ' UserLoggedIn'
3434 $Webhookinfo = $Webhooks | Where-Object - Property RowKey -EQ $Request.query.CIPPID
3535 # Increased download efficiency: only download the data we need for processing. Todo: Change this to load from table or dynamic source.
3636 $MappingTable = [pscustomobject ]@ {
Original file line number Diff line number Diff line change 1- 4.9.7
1+ 4.9.8
You can’t perform that action at this time.
0 commit comments