From 5ad210b69d9e7a2031f6ff25ea514ae07f40c6f8 Mon Sep 17 00:00:00 2001 From: Reinier Cruz Date: Thu, 23 Jan 2025 17:11:13 -0500 Subject: [PATCH] Removing duplcated clusterExplorer --- src/commands/devhub/aksAutomatedDeployments.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/commands/devhub/aksAutomatedDeployments.ts b/src/commands/devhub/aksAutomatedDeployments.ts index 1754d97b..44928c48 100644 --- a/src/commands/devhub/aksAutomatedDeployments.ts +++ b/src/commands/devhub/aksAutomatedDeployments.ts @@ -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;