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 db13452 commit b8df1c8Copy full SHA for b8df1c8
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Settings/Invoke-ExecApiClient.ps1
@@ -100,6 +100,7 @@ function Invoke-ExecApiClient {
100
}
101
'GetAzureConfiguration' {
102
$Owner = $env:WEBSITE_OWNER_NAME
103
+ Write-Information "Owner: $Owner"
104
if ($Owner -match '^(?<SubscriptionId>[^+]+)\+(?<RGName>[^-]+(?:-[^-]+)*?)(?:-[^-]+webspace(?:-Linux)?)?$') {
105
$RGName = $Matches.RGName
106
} else {
0 commit comments