Skip to content

Commit fbd4655

Browse files
Remove unused /azure related code (#1127)
1 parent 8e27c0c commit fbd4655

File tree

3 files changed

+0
-164
lines changed

3 files changed

+0
-164
lines changed

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,6 @@
131131
"title": "%azureResourceGroups.uploadToCloudShell%",
132132
"category": "Azure"
133133
},
134-
{
135-
"command": "azureResourceGroups.maintainCloudShellConnection",
136-
"title": "Maintain Cloud Shell connection",
137-
"category": "Azure"
138-
},
139134
{
140135
"command": "azureResourceGroups.signInToTenant",
141136
"title": "%azureResourceGroups.signInToTenant%",
@@ -598,10 +593,6 @@
598593
"command": "azureResourceGroups.uploadFileCloudConsole",
599594
"when": "isWorkspaceTrusted"
600595
},
601-
{
602-
"command": "azureResourceGroups.maintainCloudShellConnection",
603-
"when": "never"
604-
},
605596
{
606597
"command": "azureResourceGroups.showGroupOptions",
607598
"when": "never"

src/commands/cloudShell.ts

Lines changed: 0 additions & 152 deletions
This file was deleted.

src/commands/registerCommands.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { TenantTreeItem } from '../tree/tenants/TenantTreeItem';
1818
import { logIn } from './accounts/logIn';
1919
import { SelectSubscriptionOptions, selectSubscriptions } from './accounts/selectSubscriptions';
2020
import { clearActivities } from './activities/clearActivities';
21-
import { maintainCloudShellConnection } from './cloudShell';
2221
import { createResource } from './createResource';
2322
import { createResourceGroup } from './createResourceGroup';
2423
import { deleteResourceGroupV2 } from './deleteResourceGroup/v2/deleteResourceGroupV2';
@@ -39,8 +38,6 @@ import { viewProperties } from './viewProperties';
3938
export function registerCommands(): void {
4039
registerCommand('azureResourceGroups.uploadFileCloudConsole', uploadFileToCloudShell);
4140

42-
registerCommand('azureResourceGroups.maintainCloudShellConnection', maintainCloudShellConnection);
43-
4441
// Special-case refresh that ignores the selected/focused node and always refreshes the entire tree. Used by the refresh button in the tree title.
4542
registerCommand('azureResourceGroups.refreshTree', () => ext.actions.refreshAzureTree());
4643
registerCommand('azureWorkspace.refreshTree', () => ext.actions.refreshWorkspaceTree());

0 commit comments

Comments
 (0)