Skip to content

Commit

Permalink
remove mandatory output message when GetValuesafelyFrom-Yaml doesn't …
Browse files Browse the repository at this point in the history
…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
1 parent b6574ab commit fc5cf16
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit fc5cf16

Please sign in to comment.