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 b49d9ce996bca133b058089019dcd1a1ea9ad9e8
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