mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 17:24:01 -05:00
Add location to azure-account deploy field (#9019)
This commit is contained in:
@@ -175,6 +175,8 @@ export interface FieldInfo {
|
||||
export interface AzureAccountFieldInfo extends FieldInfo {
|
||||
subscriptionVariableName?: string;
|
||||
resourceGroupVariableName?: string;
|
||||
locationVariableName?: string;
|
||||
locations?: string[]
|
||||
}
|
||||
|
||||
export const enum LabelPosition {
|
||||
|
||||
Reference in New Issue
Block a user