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 f4eded0 commit d70ac87Copy full SHA for d70ac87
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Settings/Invoke-ExecExcludeTenant.ps1
@@ -32,7 +32,7 @@ Function Invoke-ExecExcludeTenant {
32
}
33
try {
34
# Interact with query parameters or the body of the request.
35
- $Name = $Request.Query.TenantFilter
+ $Name = $Request.Query.tenantFilter
36
if ($Request.Query.AddExclusion) {
37
$Tenants = Get-Tenants -IncludeAll | Where-Object { $Request.body.value -contains $_.customerId }
38
0 commit comments