Remove bicep from software docs and tests for ub16 (#3656)

This commit is contained in:
Mikhail Timofeev
2021-06-28 10:58:28 +03:00
committed by GitHub
parent c3f3d8325f
commit 20804bc30f
2 changed files with 3 additions and 3 deletions

View File

@@ -109,7 +109,6 @@ $toolsList = @(
(Get-AzCopyVersion),
(Get-BazelVersion),
(Get-BazeliskVersion),
(Get-BicepVersion),
(Get-CodeQLBundleVersion),
(Get-CMakeVersion),
(Get-DockerMobyClientVersion),
@@ -145,8 +144,9 @@ $toolsList = @(
if (-not (Test-IsUbuntu16)) {
$toolsList += @(
(Get-PodManVersion),
(Get-BicepVersion),
(Get-BuildahVersion),
(Get-PodManVersion),
(Get-SkopeoVersion),
(Get-YamllintVersion)
)