Skip to content

Commit

Permalink
Merge pull request #101 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
[pull] dev from KelvinTegelaar:dev
  • Loading branch information
pull[bot] authored Mar 1, 2025
2 parents e30c0e9 + 1e9a80c commit 8857f71
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
function Push-AuditLogBundleProcessing {
Param($Item)

return # Disabled for now, as it's not used

#return # Disabled for now, as it's not used
exit 0
try {
$AuditBundleTable = Get-CippTable -tablename 'AuditLogBundles'
$AuditLogBundle = Get-CIPPAzDataTableEntity @AuditBundleTable -Filter "PartitionKey eq '$($Item.TenantFilter)' and RowKey eq '$($Item.ContentId)'"
Expand Down

0 comments on commit 8857f71

Please sign in to comment.