We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e30c0e9 + 1e9a80c commit 8857f71Copy full SHA for 8857f71
Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Webhooks/Push-AuditLogBundleProcessing.ps1
@@ -1,8 +1,8 @@
1
function Push-AuditLogBundleProcessing {
2
Param($Item)
3
4
- return # Disabled for now, as it's not used
5
-
+ #return # Disabled for now, as it's not used
+ exit 0
6
try {
7
$AuditBundleTable = Get-CippTable -tablename 'AuditLogBundles'
8
$AuditLogBundle = Get-CIPPAzDataTableEntity @AuditBundleTable -Filter "PartitionKey eq '$($Item.TenantFilter)' and RowKey eq '$($Item.ContentId)'"
0 commit comments