Skip to content

Commit

Permalink
Add "View Accounts & Tenants" button to welcome view
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger committed Dec 9, 2024
1 parent 58a8671 commit 70e4f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
},
{
"view": "azureResourceGroups",
"contents": "Please sign in to a specific tenant (directory) to continue. \n [Sign in to Tenant (Directory)...](command:azureResourceGroups.signInToTenant)",
"contents": "Please sign in to a specific tenant (directory) to continue. \n [Sign in to Tenant (Directory)...](command:azureResourceGroups.signInToTenant)\n[View Accounts & Tenants](command:azureTenantsView.focus)",
"when": "azureResourceGroups.needsTenantAuth == true"
}
],
Expand Down

0 comments on commit 70e4f7b

Please sign in to comment.