Skip to content

Commit b8df1c8

Browse files
committed
Update Invoke-ExecApiClient.ps1
1 parent db13452 commit b8df1c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ function Invoke-ExecApiClient {
100100
}
101101
'GetAzureConfiguration' {
102102
$Owner = $env:WEBSITE_OWNER_NAME
103+
Write-Information "Owner: $Owner"
103104
if ($Owner -match '^(?<SubscriptionId>[^+]+)\+(?<RGName>[^-]+(?:-[^-]+)*?)(?:-[^-]+webspace(?:-Linux)?)?$') {
104105
$RGName = $Matches.RGName
105106
} else {

0 commit comments

Comments
 (0)