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 f901470 commit c9af0efCopy full SHA for c9af0ef
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Standards/Invoke-ExecBPA.ps1
@@ -11,7 +11,7 @@ function Invoke-ExecBPA {
11
$ConfigTable = Get-CIPPTable -tablename Config
12
$Config = Get-CIPPAzDataTableEntity @ConfigTable -Filter "PartitionKey eq 'OffloadFunctions' and RowKey eq 'OffloadFunctions'"
13
14
- $TenantFilter = $Request.Query.tenantFilter ?? $Request.Body.tenantFilter
+ $TenantFilter = $Request.Query.tenantFilter ? $Request.Query.tenantFilter : $Request.Body.tenantfilter
15
16
if ($Config -and $Config.state -eq $true) {
17
if ($env:CIPP_PROCESSOR -ne 'true') {
0 commit comments