Skip to content

Commit 7191e1d

Browse files
authored
Merge pull request #303 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents 95c2e55 + afda81b commit 7191e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/Orchestrator Functions/Start-BPAOrchestrator.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function Start-BPAOrchestrator {
4646
PartitionKey = 'BPATemplate'
4747
GUID = "$($_.name)"
4848
}
49-
Add-CIPPAzDataTableEntity @Table -Entity $Entity -Force
49+
Add-CIPPAzDataTableEntity @BPATemplateTable -Entity $Entity -Force
5050
}
5151
$TemplateRows = Get-CIPPAzDataTableEntity @BPATemplateTable -Filter $Filter
5252
}

0 commit comments

Comments
 (0)