mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 01:25:37 -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;
|
||||
id: string;
|
||||
azureTenantId?: string;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -1799,8 +1798,6 @@ declare module 'azdata' {
|
||||
deleteJobSchedule(ownerUri: string, scheduleInfo: AgentJobScheduleInfo): Thenable<ResultStatus>;
|
||||
|
||||
registerOnUpdated(handler: () => any): void;
|
||||
|
||||
|
||||
}
|
||||
// DacFx interfaces -----------------------------------------------------------------------
|
||||
|
||||
@@ -4701,7 +4698,7 @@ declare module 'azdata' {
|
||||
output_type: OutputTypeName;
|
||||
metadata?: {
|
||||
azdata_chartOptions?: any;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user