We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534643d commit 55d8226Copy full SHA for 55d8226
Functions/AzureDevOps/Get-ADOPicklist.ps1
@@ -63,6 +63,10 @@
63
$q = [Collections.Queue]::new()
64
}
65
process {
66
+ if ($ApiVersion -like '5.*' -and $sr) {
67
+ Write-Warning "The API version '$ApiVersion' may not be compatible with field operations. Consider using '7.0' or later."
68
+ }
69
+
70
if ($Orphan) {
71
$allPicklists = @()
72
$allUsedPicklists = @()
0 commit comments