Skip to content

Commit 980ec51

Browse files
scbeddazure-sdk
authored andcommitted
remove mandatory output message when GetValuesafelyFrom-Yaml doesn't return a value. it's very spammy in use for a mostly null value
1 parent 7d41617 commit 980ec51

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

eng/common/scripts/Helpers/Package-Helpers.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ function GetValueSafelyFrom-Yaml {
170170
$current = $current[$key]
171171
}
172172
else {
173-
Write-Host "The '$key' part of the path $($Keys -join "/") doesn't exist or is null."
174173
return $null
175174
}
176175
}

0 commit comments

Comments
 (0)