From 45b75ede5c335c3976452342abc5adcb5d2e4984 Mon Sep 17 00:00:00 2001 From: Alex Weininger Date: Mon, 9 Dec 2024 16:04:31 -0800 Subject: [PATCH] Add "View Accounts & Tenants" button to welcome view (#984) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4f47188..4ed0c0ac 100644 --- a/package.json +++ b/package.json @@ -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" } ],