Skip to content

Commit 47482f5

Browse files
authored
add Ubuntu 20 to the list of deprecated iamges (#5148)
1 parent 493c993 commit 47482f5

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', 'VS2017', 'vs2017 win2016', 'vs2017-win2016', 'windows-2016-vs2017'
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'
2121

2222
try
2323
{

0 commit comments

Comments
 (0)