We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d30a26 commit f14789eCopy full SHA for f14789e
1 file changed
src/ALZ/Private/Deploy-Accelerator-Helpers/Get-StarterConfig.ps1
@@ -13,6 +13,7 @@ function Get-StarterConfig {
13
$starterConfigFullPath = Join-Path $starterPath $starterConfigPath
14
Write-Verbose "Starter config path $starterConfigFullPath"
15
$starterConfig = Get-ALZConfig -configFilePath $starterConfigFullPath
16
+ Write-Verbose "Starter configuration loaded."
17
18
return $starterConfig
19
}
0 commit comments