diff --git a/PublicWebhooksProcess/run.ps1 b/PublicWebhooksProcess/run.ps1 index 0af2531d9b6f..50bbde87cfb2 100644 --- a/PublicWebhooksProcess/run.ps1 +++ b/PublicWebhooksProcess/run.ps1 @@ -30,7 +30,7 @@ if ($Request.query.CIPPID -in $Webhooks.RowKey) { Write-Host "Webhook TenantFilter: $TenantFilter" $ConfigTable = get-cipptable -TableName 'SchedulerConfig' $Alertconfig = Get-CIPPAzDataTableEntity @ConfigTable | Where-Object { $_.Tenant -eq $TenantFilter -or $_.Tenant -eq 'AllTenants' } - $Operations = ($AlertConfig.if | ConvertFrom-Json -ErrorAction SilentlyContinue).selection, 'UserLoggedIn' + $Operations = ($AlertConfig.if | ConvertFrom-Json -ErrorAction SilentlyContinue).selection + 'UserLoggedIn' $Webhookinfo = $Webhooks | Where-Object -Property RowKey -EQ $Request.query.CIPPID #Increased download efficiency: only download the data we need for processing. Todo: Change this to load from table or dynamic source. $MappingTable = [pscustomobject]@{ diff --git a/version_latest.txt b/version_latest.txt index 0bd140765c01..ec4595317e77 100644 --- a/version_latest.txt +++ b/version_latest.txt @@ -1 +1 @@ -4.9.7 \ No newline at end of file +4.9.8 \ No newline at end of file