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 39dde3c commit d6e7e75Copy full SHA for d6e7e75
1 file changed
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.Query.tenantFilter.value : $Request.Body.tenantfilter
+ $TenantFilter = $Request.Query.tenantFilter ? $Request.Query.tenantFilter.value : $Request.Body.tenantfilter.value
15
16
if ($Config -and $Config.state -eq $true) {
17
if ($env:CIPP_PROCESSOR -ne 'true') {
0 commit comments