Removing support of Azure Dev Spaces now that it's retired (#3413)

This commit is contained in:
daniv-msft
2021-05-19 00:14:16 -07:00
committed by GitHub
parent 85e107cdc3
commit 729b5626f0
6 changed files with 0 additions and 24 deletions

View File

@@ -53,10 +53,4 @@ Describe "Hub CLI" {
It "hub is installed" {
"hub --version" | Should -ReturnZeroExitCode
}
}
Describe "Azure Dev Spaces CLI" {
It "Azure Dev Spaces CLI" {
"azds --version" | Should -ReturnZeroExitCode
}
}