mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-25 22:30:29 -04:00
Change azdata executions to point to kube config and cluster contexts (#13569)
This commit is contained in:
@@ -205,8 +205,9 @@ export class MiaaDashboardOverviewPage extends DashboardPage {
|
||||
title: loc.deletingInstance(this._miaaModel.info.name),
|
||||
cancellable: false
|
||||
},
|
||||
(_progress, _token) => {
|
||||
return this._azdataApi.azdata.arc.sql.mi.delete(this._miaaModel.info.name);
|
||||
async (_progress, _token) => {
|
||||
await this._controllerModel.azdataLogin();
|
||||
return await this._azdataApi.azdata.arc.sql.mi.delete(this._miaaModel.info.name);
|
||||
}
|
||||
);
|
||||
await this._controllerModel.refreshTreeNode();
|
||||
|
||||
Reference in New Issue
Block a user