mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 18:48:33 -05:00
Junierch/db list migration (#20751)
* remove Last Backup colum on assessment db list. * column cleanup * using sqlutils * typo fixed * Typo fixed * use providerid from connection
This commit is contained in:
@@ -60,7 +60,8 @@ export enum TelemetryAction {
|
||||
GetDBSkuRecommendation = 'GetDBSkuRecommendation',
|
||||
GetInstanceRequirements = 'GetInstanceRequirements',
|
||||
StartDataCollection = 'StartDataCollection',
|
||||
StopDataCollection = 'StopDataCollection'
|
||||
StopDataCollection = 'StopDataCollection',
|
||||
GetDatabasesListFailed = 'GetDatabasesListFailed'
|
||||
}
|
||||
|
||||
export function logError(telemetryView: TelemetryViews, err: string, error: any): void {
|
||||
|
||||
Reference in New Issue
Block a user