make the azdata install url configurable (#7989)

* make the azdata install url configurable

* use settings without reloading

* comments
This commit is contained in:
Alan Ren
2019-10-24 14:57:17 -07:00
committed by Karl Burtram
parent 910dc32623
commit 10a7b47604
8 changed files with 73 additions and 28 deletions

View File

@@ -53,7 +53,7 @@ export class KubeCtlTool extends ToolBase {
return true;
}
readonly allInstallationCommands: Map<OsType, Command[]> = new Map<OsType, Command[]>([
protected readonly allInstallationCommands: Map<OsType, Command[]> = new Map<OsType, Command[]>([
[OsType.linux, linuxInstallationCommands],
[OsType.win32, win32InstallationCommands],
[OsType.darwin, macOsInstallationCommands],