mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 17:23:40 -05:00
Add SQL DB offline migration wizard experience (#20403)
* sql db wizard with target selection * add database table selection * add sqldb to service and IR page * Code complete * navigation bug fixes * fix target db selection * improve sqldb error and status reporting * fix error count bug * remove table status inference * address review feedback * update resource strings and content * fix migraton status string, use localized value * fix ux navigation issues * fix back/fwd w/o changes from changing data
This commit is contained in:
@@ -57,6 +57,7 @@ export enum TelemetryAction {
|
||||
OnPageLeave = 'OnPageLeave',
|
||||
GetMISkuRecommendation = 'GetMISkuRecommendation',
|
||||
GetVMSkuRecommendation = 'GetVMSkuRecommendation',
|
||||
GetSqlDbSkuRecommendation = 'GetSqlDbSkuRecommendation',
|
||||
GetInstanceRequirements = 'GetInstanceRequirements',
|
||||
StartDataCollection = 'StartDataCollection',
|
||||
StopDataCollection = 'StopDataCollection'
|
||||
|
||||
Reference in New Issue
Block a user