mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 09:42:34 -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:
6
src/sql/azdata.proposed.d.ts
vendored
6
src/sql/azdata.proposed.d.ts
vendored
@@ -484,4 +484,10 @@ declare module 'azdata' {
|
||||
childProvider?: string;
|
||||
type?: ExtensionNodeType;
|
||||
}
|
||||
|
||||
export interface AccountDisplayInfo {
|
||||
email?: string;
|
||||
name?: string;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user