Change back to existing identity design (#20991)

This commit is contained in:
Cheena Malhotra
2022-10-26 16:44:29 -07:00
committed by GitHub
parent 88cc7b333e
commit 4b4c5d8ffe
2 changed files with 3 additions and 2 deletions

View File

@@ -215,7 +215,7 @@ export class ProviderConnectionInfo extends Disposable implements azdata.Connect
let idNames = [];
if (this.serverCapabilities) {
idNames = this.serverCapabilities.connectionOptions.map(o => {
if ((o.specialValueType || o.isIdentity || o.showOnConnectionDialog)
if ((o.specialValueType || o.isIdentity)
&& o.specialValueType !== ConnectionOptionSpecialType.password
&& o.specialValueType !== ConnectionOptionSpecialType.connectionName) {
return o.name;