Show user email address in account picker (#5015)

* Show user email address in account picker

* Fix build break and remove Azure account from sqlops namespace
This commit is contained in:
Karl Burtram
2019-04-12 17:23:48 -07:00
committed by GitHub
parent 34288435ec
commit c5a32d8373
18 changed files with 57 additions and 312 deletions

View File

@@ -2055,9 +2055,14 @@ declare module 'azdata' {
accountType: string;
/**
* A display name that identifies the account, such as "user@contoso.com".
* A display name that identifies the account, such as "User Name".
*/
displayName: string;
/**
* User id that identifies the account, such as "user@contoso.com".
*/
userId: string;
}
/**