Skip to content

Commit 5ade4e1

Browse files
committed
fix issue with multiple templates run at the same time
1 parent 489a32a commit 5ade4e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Standards/Invoke-ExecStandardsRun.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using namespace System.Net
22

3-
Function Invoke-ExecStandardsRun {
3+
function Invoke-ExecStandardsRun {
44
<#
55
.FUNCTIONALITY
66
Entrypoint
@@ -38,7 +38,7 @@ Function Invoke-ExecStandardsRun {
3838

3939
$ProcessorFunction = [PSCustomObject]@{
4040
PartitionKey = 'Function'
41-
RowKey = "Invoke-CIPPStandardsRun-$TenantFilter"
41+
RowKey = "Invoke-CIPPStandardsRun-$TenantFilter-$TemplateId"
4242
FunctionName = 'Invoke-CIPPStandardsRun'
4343
Parameters = [string](ConvertTo-Json -Compress -InputObject @{
4444
TenantFilter = $TenantFilter

0 commit comments

Comments
 (0)