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

@@ -114,7 +114,6 @@ $markdown += New-MDList -Style Unordered -Lines (@(
(Get-AWSSAMVersion),
(Get-AWSSessionManagerVersion),
(Get-AzureCLIVersion),
(Get-AZDSVersion),
(Get-AzureDevopsExtVersion),
(Get-CloudFoundryVersion),
(Get-GHVersion),

View File

@@ -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)