Remove infrastructure from resource-deployment (#16520)

This commit is contained in:
Charles Gagnon
2021-08-02 13:14:33 -07:00
committed by GitHub
parent 0a181a1ba8
commit 244e27c2de
4 changed files with 5 additions and 68 deletions

View File

@@ -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'