Skip to content

Commit 54863af

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 49ca7ff commit 54863af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)