mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fix couple build issue due to merge issue (#4324)
* fix the build error on linux and mac * one more fix
This commit is contained in:
@@ -58,8 +58,8 @@ export class CreateClusterModel implements Scriptable {
|
|||||||
type: TargetClusterType.NewAksCluster,
|
type: TargetClusterType.NewAksCluster,
|
||||||
name: localize('bdc-create.AKSClusterCardText', 'New AKS Cluster'),
|
name: localize('bdc-create.AKSClusterCardText', 'New AKS Cluster'),
|
||||||
fullName: localize('bdc-create.AKSClusterFullName', 'New Azure Kubernetes Service cluster'),
|
fullName: localize('bdc-create.AKSClusterFullName', 'New Azure Kubernetes Service cluster'),
|
||||||
description: localize('bdc-create.AKSClusterDescription', 'This option configures new Azure Kubernetes Service (AKS) for SQL Server big data cluster deployments. '
|
description: localize('bdc-create.AKSClusterDescription',
|
||||||
+ 'AKS makes it simple to create, configure and manage a cluster of virutal machines that are preconfigured with a Kubernetes cluster to run containerized applications.'),
|
'This option configures new Azure Kubernetes Service (AKS) for SQL Server big data cluster deployments. AKS makes it simple to create, configure and manage a cluster of virutal machines that are preconfigured with a Kubernetes cluster to run containerized applications.'),
|
||||||
iconPath: {
|
iconPath: {
|
||||||
dark: 'images/cluster_inverse.svg',
|
dark: 'images/cluster_inverse.svg',
|
||||||
light: 'images/cluster.svg'
|
light: 'images/cluster.svg'
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import { DacFxDataModel } from './models';
|
|||||||
|
|
||||||
export abstract class BasePage {
|
export abstract class BasePage {
|
||||||
|
|
||||||
protected readonly wizardPage: azdata.window.modelviewdialog.WizardPage;
|
protected readonly wizardPage: azdata.window.WizardPage;
|
||||||
protected readonly model: DacFxDataModel;
|
protected readonly model: DacFxDataModel;
|
||||||
protected readonly view: azdata.ModelView;
|
protected readonly view: azdata.ModelView;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user