mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 10:12:34 -05:00
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:
7
src/sql/azdata.proposed.d.ts
vendored
7
src/sql/azdata.proposed.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user