update the strings (#5904)

* update the strings

* PR comments and remove the workaround
This commit is contained in:
Alan Ren
2019-06-06 13:03:03 -07:00
committed by GitHub
parent 76a84a2cf4
commit 1150433c0a
15 changed files with 45 additions and 73 deletions

View File

@@ -20,8 +20,7 @@ suite('Tools Service Tests', function (): void {
{ name: 'azcli', type: ToolType.AzCli },
{ name: 'docker', type: ToolType.Docker },
{ name: 'kubectl', type: ToolType.KubeCtl },
{ name: 'mssqlctl', type: ToolType.MSSQLCtl },
{ name: 'python', type: ToolType.Python }];
{ name: 'mssqlctl', type: ToolType.MSSQLCtl }];
const missingTypes: string[] = [];