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 b13b16b commit 83e8a79Copy full SHA for 83e8a79
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/New-CippCoreRequest.ps1
@@ -41,7 +41,6 @@ function New-CippCoreRequest {
41
if ($Access) {
42
$Response = & $FunctionName @HttpTrigger
43
# Filter to only return HttpResponseContext objects
44
- Write-Host $Response.PSObject.TypeNames
45
$HttpResponse = $Response | Where-Object { $_.PSObject.TypeNames -eq 'Microsoft.Azure.Functions.PowerShellWorker.HttpResponseContext' }
46
if ($HttpResponse) {
47
# Return the first valid HttpResponseContext found
0 commit comments