Skip to content

Commit de7404b

Browse files
committed
Update Invoke-ExecApiClient.ps1
1 parent 365aa68 commit de7404b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Settings/Invoke-ExecApiClient.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ function Invoke-ExecApiClient {
101101
'GetAzureConfiguration' {
102102
$RGName = $env:WEBSITE_RESOURCE_GROUP
103103
$FunctionAppName = $env:WEBSITE_SITE_NAME
104+
Write-Information "All environment vars: "
105+
Write-Information ([System.Environment]::GetEnvironmentVariables() | ConvertTo-Json -Depth 10)
104106
try {
105107
$APIClients = Get-CippApiAuth -RGName $RGName -FunctionAppName $FunctionAppName
106108
$Results = $ApiClients

0 commit comments

Comments
 (0)