Skip to content

Commit 8cf2bec

Browse files
norschelCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c13f994 commit 8cf2bec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Functions/AzureDevOps/Get-ADOPicklist.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
$q = [Collections.Queue]::new()
6464
}
6565
process {
66-
if ($ApiVersion -like '5.*' -and $sr) {
66+
if ($ApiVersion -like '5.*') {
6767
Write-Warning "The API version '$ApiVersion' may not be compatible with field operations. Consider using '7.0' or later."
6868
}
6969

0 commit comments

Comments
 (0)