diff --git a/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 b/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 index 3589044ee..26b380a76 100644 --- a/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 +++ b/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 @@ -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) ) diff --git a/images/linux/scripts/tests/Tools.Tests.ps1 b/images/linux/scripts/tests/Tools.Tests.ps1 index 9ae92516d..dd92811fb 100644 --- a/images/linux/scripts/tests/Tools.Tests.ps1 +++ b/images/linux/scripts/tests/Tools.Tests.ps1 @@ -8,7 +8,7 @@ Describe "azcopy" { } } -Describe "Bicep" { +Describe "Bicep" -Skip:(Test-IsUbuntu16) { It "Bicep" { "bicep --version" | Should -ReturnZeroExitCode }