Skip to content

Commit ce87617

Browse files
test
1 parent 0d3b12e commit ce87617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Webhooks/Test-CIPPAuditLogRules.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function Test-CIPPAuditLogRules {
139139
}
140140
}
141141
Write-Warning "Processed Data: $(($ProcessedData | Measure-Object).Count) - This should be higher than 0 in many cases, because the where object has not run yet."
142-
Write-Warning "Creating filters - $($ProcessedData.operation -join ',') - $($TenantFilter)"
142+
Write-Warning "Creating filters - $(($ProcessedData.operation | Sort-Object -Unique) -join ',') - $($TenantFilter)"
143143

144144
$Where = $Configuration | ForEach-Object {
145145
$conditions = $_.Conditions | ConvertFrom-Json | Where-Object { $_.Input.value -ne '' }

0 commit comments

Comments
 (0)