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.
2 parents 95c2e55 + afda81b commit 7191e1dCopy full SHA for 7191e1d
Modules/CIPPCore/Public/Entrypoints/Orchestrator Functions/Start-BPAOrchestrator.ps1
@@ -46,7 +46,7 @@ function Start-BPAOrchestrator {
46
PartitionKey = 'BPATemplate'
47
GUID = "$($_.name)"
48
}
49
- Add-CIPPAzDataTableEntity @Table -Entity $Entity -Force
+ Add-CIPPAzDataTableEntity @BPATemplateTable -Entity $Entity -Force
50
51
$TemplateRows = Get-CIPPAzDataTableEntity @BPATemplateTable -Filter $Filter
52
0 commit comments