Merge branch 'main' into install-codeql-bundle

This commit is contained in:
Maxim Lobanov
2020-09-25 15:09:27 +03:00
committed by GitHub
15 changed files with 877 additions and 1291 deletions
@@ -255,3 +255,8 @@ function Get-VisualCPPComponents {
}
}
}
function Get-AZDSVersion {
$azdsVersion = $(azds --version) | Select-String "(\d+\.\d+\.\d+.\d+)"
return "Azure Dev Spaces CLI $azdsVersion"
}