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.
1 parent acc1dba commit 52091efCopy full SHA for 52091ef
Modules/CIPPCore/Public/Entrypoints/Orchestrator Functions/Start-CIPPDBCacheOrchestrator.ps1
@@ -25,7 +25,7 @@ function Start-CIPPDBCacheOrchestrator {
25
$Queue = New-CippQueueEntry -Name 'Database Cache Collection' -TotalTasks $TenantList.Count
26
$Batch = foreach ($Tenant in $TenantList) {
27
[PSCustomObject]@{
28
- FunctionName = 'Push-CIPPDBCacheData'
+ FunctionName = 'CIPPDBCacheData'
29
TenantFilter = $Tenant.defaultDomainName
30
QueueId = $Queue.RowKey
31
QueueName = "DB Cache - $($Tenant.defaultDomainName)"
0 commit comments