Skip to content

Commit

Permalink
Removing support of Azure Dev Spaces now that it's retired (actions#3413
Browse files Browse the repository at this point in the history
)
  • Loading branch information
daniv-msft authored May 19, 2021
1 parent 85e107c commit 729b562
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 24 deletions.
10 changes: 0 additions & 10 deletions images/win/scripts/Installers/Install-AzureDevSpacesCli.ps1

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ $markdown += New-MDList -Style Unordered -Lines (@(
(Get-AWSSAMVersion),
(Get-AWSSessionManagerVersion),
(Get-AzureCLIVersion),
(Get-AZDSVersion),
(Get-AzureDevopsExtVersion),
(Get-CloudFoundryVersion),
(Get-GHVersion),
Expand Down
5 changes: 0 additions & 5 deletions images/win/scripts/SoftwareReport/SoftwareReport.Tools.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,6 @@ function Get-VisualCPPComponents {
}
}

function Get-AZDSVersion {
$azdsVersion = $(azds --version) | Select-String "(\d+\.\d+\.\d+.\d+)"
return "Azure Dev Spaces CLI $azdsVersion"
}

function Get-DacFxVersion {
cd "C:\Program Files\Microsoft SQL Server\150\DAC\bin\"
$dacfxversion = (./sqlpackage.exe /version)
Expand Down
6 changes: 0 additions & 6 deletions images/win/scripts/Tests/CLI.Tools.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
1 change: 0 additions & 1 deletion images/win/windows2016.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@
"{{ template_dir }}/scripts/Installers/Install-AzureCli.ps1",
"{{ template_dir }}/scripts/Installers/Install-AzureDevOpsCli.ps1",
"{{ template_dir }}/scripts/Installers/Install-AzCopy.ps1",
"{{ template_dir }}/scripts/Installers/Install-AzureDevSpacesCli.ps1",
"{{ template_dir }}/scripts/Installers/Install-NodeLts.ps1",
"{{ template_dir }}/scripts/Installers/Install-Bazel.ps1",
"{{ template_dir }}/scripts/Installers/Install-7zip.ps1",
Expand Down
1 change: 0 additions & 1 deletion images/win/windows2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@
"{{ template_dir }}/scripts/Installers/Install-AzureCli.ps1",
"{{ template_dir }}/scripts/Installers/Install-AzureDevOpsCli.ps1",
"{{ template_dir }}/scripts/Installers/Install-AzCopy.ps1",
"{{ template_dir }}/scripts/Installers/Install-AzureDevSpacesCli.ps1",
"{{ template_dir }}/scripts/Installers/Install-NodeLts.ps1",
"{{ template_dir }}/scripts/Installers/Install-7zip.ps1",
"{{ template_dir }}/scripts/Installers/Install-Packer.ps1",
Expand Down

0 comments on commit 729b562

Please sign in to comment.