mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add ability to pass in initial variable values to deployment wizards (#14224)
This commit is contained in:
@@ -498,3 +498,8 @@ export interface Command {
|
||||
additionalEnvironmentVariables?: NodeJS.ProcessEnv;
|
||||
ignoreError?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
* Map of the set of variables and the values to assign to them upon initialization - overriding the base default.
|
||||
*/
|
||||
export type InitialVariableValues = { [key: string]: string | boolean };
|
||||
|
||||
Reference in New Issue
Block a user