File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 165165 "category" : " Azure" ,
166166 "icon" : " $(zoom-in)"
167167 },
168- {
169- "command" : " azureResourceGroups.testFocusResourceGroup" ,
170- "title" : " Test: Focus Resource Group by ID" ,
171- "category" : " Azure"
172- },
173168 {
174169 "command" : " azureResourceGroups.loadAllSubscriptionRoleAssignments" ,
175170 "title" : " %azureResourceGroups.loadAllSubscriptionRoleAssignments%" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import { deleteResourceGroupV2 } from './deleteResourceGroup/v2/deleteResourceGr
2626import { buildGroupByCommand } from './explorer/groupBy' ;
2727import { showGroupOptions } from './explorer/showGroupOptions' ;
2828import { focusGroup } from './focus/focusGroup' ;
29- import { testFocusResourceGroup } from './focus/testFocusResourceGroup' ;
3029import { unfocusGroup } from './focus/unfocusGroup' ;
3130import { getStarted } from './helpAndFeedback/getStarted' ;
3231import { reportIssue } from './helpAndFeedback/reportIssue' ;
@@ -84,7 +83,6 @@ export function registerCommands(): void {
8483 } ) ;
8584
8685 registerCommand ( 'azureResourceGroups.focusGroup' , focusGroup ) ;
87- registerCommand ( 'azureResourceGroups.testFocusResourceGroup' , testFocusResourceGroup ) ;
8886 registerCommand ( 'azureResourceGroups.unfocusGroup' , unfocusGroup ) ;
8987
9088 registerCommand ( 'azureResourceGroups.logIn' , ( context : IActionContext ) => logIn ( context ) ) ;
You can’t perform that action at this time.
0 commit comments