Skip to content
Prev Previous commit
Next Next commit
remove mandatory output message when GetValuesafelyFrom-Yaml doesn't …
…return a value. it's very spammy in use for a mostly null value
  • Loading branch information
scbedd authored and azure-sdk committed Oct 30, 2024
commit 1b323e1c1dfec89e4b2e70ccdc08fe14f4095ce7
1 change: 0 additions & 1 deletion eng/common/scripts/Helpers/Package-Helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ function GetValueSafelyFrom-Yaml {
$current = $current[$key]
}
else {
Write-Host "The '$key' part of the path $($Keys -join "/") doesn't exist or is null."
return $null
}
}
Expand Down