mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 17:23:15 -05:00
Use a unique key for the accounts (#11380)
* Use a unique key for the accounts * Fix some tests * Simplify display name * Change to a random UUID
This commit is contained in:
2
src/sql/azdata.d.ts
vendored
2
src/sql/azdata.d.ts
vendored
@@ -2160,7 +2160,7 @@ declare module 'azdata' {
|
||||
displayName: string;
|
||||
|
||||
/**
|
||||
* User id that identifies the account, such as "user@contoso.com".
|
||||
* Unique user id that identifies the account.
|
||||
*/
|
||||
userId: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user