From 254f16b31a5f4a9068f9d4bd1c05c777568ff43d Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Tue, 24 May 2022 11:19:34 -0700 Subject: [PATCH] hide account when using connection string (#19506) --- .../services/connection/browser/media/connectionDialog.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sql/workbench/services/connection/browser/media/connectionDialog.css b/src/sql/workbench/services/connection/browser/media/connectionDialog.css index 352569b633..1ac9fa466c 100644 --- a/src/sql/workbench/services/connection/browser/media/connectionDialog.css +++ b/src/sql/workbench/services/connection/browser/media/connectionDialog.css @@ -154,6 +154,7 @@ .connection-dialog .use-connection-string .auth-type-row, .connection-dialog .use-connection-string .database-row, .connection-dialog .use-connection-string .advanced-button, +.connection-dialog .use-connection-string .azure-account-row, .connection-dialog .connection-string-row { display: none; }