mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-28 07:40:30 -04:00
User Management - Support new object types: Server Role, Application Role and Database Role (#22889)
* server role dialogs * dialogs for other types * refactor * find object dialog * script button * refactoring * fix issues * fix title * vbump sts * remove language from links
This commit is contained in:
@@ -1612,6 +1612,17 @@ export namespace DropObjectRequest {
|
||||
export const type = new RequestType<DropObjectRequestParams, void, void, void>('objectManagement/drop');
|
||||
}
|
||||
|
||||
export interface SearchObjectRequestParams {
|
||||
contextId: string;
|
||||
searchText: string | undefined;
|
||||
schema: string | undefined;
|
||||
objectTypes: mssql.ObjectManagement.NodeType[];
|
||||
}
|
||||
|
||||
export namespace SearchObjectRequest {
|
||||
export const type = new RequestType<SearchObjectRequestParams, mssql.ObjectManagement.SearchResultItem[], void, void>('objectManagement/search');
|
||||
}
|
||||
|
||||
// ------------------------------- < Object Management > ------------------------------------
|
||||
|
||||
// ------------------------------- < Encryption IV/KEY updation Event > ------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user