Skip to content

Commit c9af0ef

Browse files
tenantfilter
1 parent f901470 commit c9af0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function Invoke-ExecBPA {
1111
$ConfigTable = Get-CIPPTable -tablename Config
1212
$Config = Get-CIPPAzDataTableEntity @ConfigTable -Filter "PartitionKey eq 'OffloadFunctions' and RowKey eq 'OffloadFunctions'"
1313

14-
$TenantFilter = $Request.Query.tenantFilter ?? $Request.Body.tenantFilter
14+
$TenantFilter = $Request.Query.tenantFilter ? $Request.Query.tenantFilter : $Request.Body.tenantfilter
1515

1616
if ($Config -and $Config.state -eq $true) {
1717
if ($env:CIPP_PROCESSOR -ne 'true') {

0 commit comments

Comments
 (0)