[Ubuntu] Adding Bicep CLI (#3639)

* Add Bicep CLI to Ubuntu images

* Use helper download_with_retries

* remove bicep from deprecated 16.04 image

* formatting

Co-authored-by: Marcus Felling <MarcusFelling@microsoft.com>
This commit is contained in:
Marcus Felling
2021-06-24 03:13:00 -05:00
committed by GitHub
parent 9e21ab0f00
commit dd399bcab4
6 changed files with 31 additions and 0 deletions

View File

@@ -8,6 +8,12 @@ Describe "azcopy" {
}
}
Describe "Bicep" {
It "Bicep" {
"bicep --version" | Should -ReturnZeroExitCode
}
}
Describe "Rust" {
It "Rustup is installed" {
"rustup --version" | Should -ReturnZeroExitCode