Skip to content

Commit c12b7fb

Browse files
add a raw json print from the return
1 parent 899597c commit c12b7fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/CippEntrypoints/CippEntrypoints.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ function Receive-CIPPTimerTrigger {
409409
$UtcNow = (Get-Date).ToUniversalTime()
410410
$Functions = Get-CIPPTimerFunctions
411411
Write-Host "CIPP Timer Trigger executed at $UtcNow. Found $($Functions.Count) functions to evaluate. The names are as follows: $($Functions.Command -join ', ')"
412+
Write-Host "CIPPTIMER: $($Functions | ConvertTo-Json -Depth 10 -Compress)"
412413
$Table = Get-CIPPTable -tablename CIPPTimers
413414
$Statuses = Get-CIPPAzDataTableEntity @Table
414415
$FunctionName = $env:WEBSITE_SITE_NAME

0 commit comments

Comments
 (0)