Skip to content

Commit

Permalink
Removing duplcated clusterExplorer
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinierCC committed Jan 23, 2025
1 parent 99c875c commit 5ad210b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/commands/devhub/aksAutomatedDeployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ export default async function aksAutomatedDeployments(_context: IActionContext,
return;
}

if (!cloudExplorer.available) {
vscode.window.showWarningMessage(`Cloud explorer is unavailable.`);
return;
}

if (!clusterExplorer.available) {
vscode.window.showWarningMessage(`Cluster explorer is unavailable.`);
return;
Expand Down

0 comments on commit 5ad210b

Please sign in to comment.