Skip to content

Commit

Permalink
change to plus and change name
Browse files Browse the repository at this point in the history
  • Loading branch information
motm32 committed Dec 6, 2024
1 parent 3f8080c commit 38671a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@
"category": "Azure"
},
{
"command": "azureResourceGroups.logInButton",
"title": "%azureResourceGroups.logInButton%",
"command": "azureTenantsView.logInButton",
"title": "%azureTenantsView.logInButton%",
"category": "Azure",
"icon": "$(sign-in)"
"icon": "$(add)"
},
{
"command": "azureResourceGroups.selectSubscriptions",
Expand Down Expand Up @@ -524,7 +524,7 @@
"when": "never"
},
{
"command": "azureResourceGroups.logInButton",
"command": "azureTenantsView.logInButton",
"when": "never"
}
],
Expand Down
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"azureResourceGroups.cloudShellPowerShell": "Azure Cloud Shell (PowerShell)",
"azureResourceGroups.uploadToCloudShell": "Upload to Cloud Shell",
"azureResourceGroups.logIn": "Sign In",
"azureResourceGroups.logInButton": "Sign In",
"azureTenantsView.logInButton": "Sign In",
"azureResourceGroups.signInToTenant": "Sign in to Tenant (Directory)...",
"azureResourceGroups.selectSubscriptions": "Select Subscriptions...",
"azureResourceGroups.createResourceGroup": "Create Resource Group...",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/registerCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function registerCommands(): void {
registerCommand('azureResourceGroups.unfocusGroup', unfocusGroup);

registerCommand('azureResourceGroups.logIn', (context: IActionContext) => logIn(context));
registerCommand('azureResourceGroups.logInButton', (context: IActionContext) => logIn(context));
registerCommand('azureTenantsView.logInButton', (context: IActionContext) => logIn(context));
registerCommand('azureResourceGroups.selectSubscriptions', (context: IActionContext, options: SelectSubscriptionOptions) => selectSubscriptions(context, options));
registerCommand('azureResourceGroups.signInToTenant', async () => signInToTenant(await ext.subscriptionProviderFactory()));

Expand Down

0 comments on commit 38671a8

Please sign in to comment.