Fix DT linting errors (#11831)

This commit is contained in:
Charles Gagnon
2020-08-17 13:48:48 -07:00
committed by GitHub
parent 92db8df000
commit fc9d08a62b

5
src/sql/azdata.d.ts vendored
View File

@@ -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;
}
};
}
/**