mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 01:25:38 -05:00
Remove infrastructure from resource-deployment (#16520)
This commit is contained in:
@@ -361,11 +361,6 @@ export interface AzureLocationsFieldInfo extends FieldInfo {
|
||||
locations?: string[]
|
||||
}
|
||||
|
||||
export interface InfrastructureFieldInfo extends FieldInfo {
|
||||
infrastructureName?: string;
|
||||
infrastructure?: string[]
|
||||
}
|
||||
|
||||
export interface FilePickerFieldInfo extends FieldInfo {
|
||||
filter: FilePickerFilter;
|
||||
}
|
||||
@@ -401,7 +396,6 @@ export enum FieldType {
|
||||
Checkbox = 'checkbox',
|
||||
AzureAccount = 'azure_account',
|
||||
AzureLocations = 'azure_locations',
|
||||
Infrastructure = 'infrastructure',
|
||||
FilePicker = 'file_picker',
|
||||
KubeClusterContextPicker = 'kube_cluster_context_picker',
|
||||
KubeStorageClass = 'kube_storage_class'
|
||||
|
||||
Reference in New Issue
Block a user