Skip to content

Commit bd7e177

Browse files
authored
Update QueryJobHistoryForRetiredImages.ps1 (#5196)
Adding windows-2019-vs2019 image to the list of deprecated images
1 parent ec992c8 commit bd7e177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/FindPipelinesUsingRetiredImages/QueryJobHistoryForRetiredImages.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $vstsAuthHeader = @{"Authorization"="Basic $base64authinfo"}
1717
$allHeaders = $vstsAuthHeader + @{"Content-Type"="application/json"; "Accept"="application/json"}
1818

1919
# List of deprecated images
20-
[string[]] $deprecatedImages = 'macOS-10.15', 'macOS 10.15', 'MacOS 1015', 'MacOS-1015', 'Ubuntu18', 'ubuntu-18.04', 'Ubuntu20', 'ubuntu-20.04', 'ubuntu 20.04', 'VS2017', 'vs2017 win2016', 'vs2017-win2016', 'windows-2016-vs2017', 'windows-2019'
20+
[string[]] $deprecatedImages = 'macOS-10.15', 'macOS 10.15', 'MacOS 1015', 'MacOS-1015', 'Ubuntu18', 'ubuntu-18.04', 'Ubuntu20', 'ubuntu-20.04', 'ubuntu 20.04', 'VS2017', 'vs2017 win2016', 'vs2017-win2016', 'windows-2016-vs2017', 'windows-2019', 'windows-2019-vs2019'
2121

2222
try
2323
{

0 commit comments

Comments
 (0)