Change azdata executions to point to kube config and cluster contexts (#13569)

This commit is contained in:
Arvind Ranasaria
2020-12-23 23:45:00 -08:00
committed by GitHub
parent cf7c506d75
commit f314a9e1e6
24 changed files with 180 additions and 114 deletions

View File

@@ -18,9 +18,7 @@ export class AzdataToolService {
}
/**
* Sets the localAzdata that was last saved
*
* @param memento The memento that stores the localAzdata object
* Sets the localAzdata object to be used for azdata operations
*/
set localAzdata(azdata: IAzdataTool | undefined) {
this._localAzdata = azdata;