From 70e4f7ba42ef1ed0ed4f48cacc7726bdddbb2301 Mon Sep 17 00:00:00 2001 From: alexweininger Date: Mon, 9 Dec 2024 13:18:56 -0800 Subject: [PATCH] Add "View Accounts & Tenants" button to welcome view --- 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" } ],