mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 09:35:39 -05:00
Fetch arc dc config profile list from azdata (#12678)
This commit is contained in:
@@ -219,9 +219,9 @@ export type ComponentCSSStyles = {
|
||||
};
|
||||
|
||||
export interface IOptionsSource {
|
||||
readonly type: OptionsSourceType,
|
||||
readonly variableNames: { [index: string]: string; },
|
||||
getOptions(): Promise<string[] | azdata.CategoryValue[]>,
|
||||
readonly type: OptionsSourceType;
|
||||
readonly variableNames: { [index: string]: string; };
|
||||
getOptions(): Promise<string[] | azdata.CategoryValue[]>;
|
||||
getVariableValue(variableName: string, input: string): Promise<string>;
|
||||
getIsPassword(variableName: string): boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user