Skip to content

Commit

Permalink
Update Push-AuditLogTenant.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Oct 3, 2024
1 parent d22144b commit bfd1ab1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Push-AuditLogTenant {
}
# remove legacy webhooks
foreach ($Task in $LegacyWebhookTasks) {
Remove-CIPPAzDataTableEntity @SchedulerConfig -Entity $Task
Remove-AzDataTableEntity @SchedulerConfig -Entity $Task
}
$CIPPURL = $LegacyUrl
} else {
Expand Down

0 comments on commit bfd1ab1

Please sign in to comment.