Skip to content

Commit 0996269

Browse files
Merge pull request #574 from KelvinTegelaar/dev
exchange ficx
2 parents 67369c0 + e889585 commit 0996269

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PublicWebhooksProcess/run.ps1

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

version_latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.9.7
1+
4.9.8

0 commit comments

Comments
 (0)