Skip to content

Commit

Permalink
Merge pull request #4 from KelvinTegelaar/master
Browse files Browse the repository at this point in the history
[pull] master from KelvinTegelaar:master
  • Loading branch information
pull[bot] authored Jan 17, 2024
2 parents 1812c7d + 0996269 commit 6dc899b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PublicWebhooksProcess/run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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]@{
Expand Down
2 changes: 1 addition & 1 deletion version_latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.9.7
4.9.8

0 comments on commit 6dc899b

Please sign in to comment.