mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix DT linting errors (#11831)
This commit is contained in:
5
src/sql/azdata.d.ts
vendored
5
src/sql/azdata.d.ts
vendored
@@ -333,7 +333,6 @@ declare module 'azdata' {
|
|||||||
saveProfile: boolean;
|
saveProfile: boolean;
|
||||||
id: string;
|
id: string;
|
||||||
azureTenantId?: string;
|
azureTenantId?: string;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -1799,8 +1798,6 @@ declare module 'azdata' {
|
|||||||
deleteJobSchedule(ownerUri: string, scheduleInfo: AgentJobScheduleInfo): Thenable<ResultStatus>;
|
deleteJobSchedule(ownerUri: string, scheduleInfo: AgentJobScheduleInfo): Thenable<ResultStatus>;
|
||||||
|
|
||||||
registerOnUpdated(handler: () => any): void;
|
registerOnUpdated(handler: () => any): void;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
// DacFx interfaces -----------------------------------------------------------------------
|
// DacFx interfaces -----------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -4701,7 +4698,7 @@ declare module 'azdata' {
|
|||||||
output_type: OutputTypeName;
|
output_type: OutputTypeName;
|
||||||
metadata?: {
|
metadata?: {
|
||||||
azdata_chartOptions?: any;
|
azdata_chartOptions?: any;
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user