Cheena Malhotra
7e401bfa1a
Azure Active Directory (Azure AD) is becoming Microsoft Entra ID ( #24385 )
2023-09-12 13:41:04 -07:00
Christopher Suh
5f45c000da
Fix copy on Linux ( #24341 )
...
* add return type for copy results from STS
* fix test error
* change Result type to CopyResultsRequestResult
* remove async
* bump data protocol client
* bump dataprotocol client version
* bump version in yarn.lock
* add async back
2023-09-09 07:16:05 -04:00
Ram Uday Kumar
339c4562c9
SQL-Migration Extension Version bump-up ( #24326 )
2023-09-07 21:13:51 +05:30
Ram Uday Kumar
519411cba0
Update IR Revalidation button to accurate name ( #24283 )
2023-09-04 17:19:14 +05:30
Ram Uday Kumar
6556eaa1ed
Revalidate failed IR Validation steps ( #24237 )
2023-09-01 10:34:36 +05:30
Steven Marturano
8161ad9c2f
Added info box to help user navigate the wizard ( #23868 )
...
* Added info box to help user navigate the wizard
* Addressed PR feedback
2023-07-17 15:38:02 -04:00
brian-harris
3050c57df3
fix migration summary details page for sqldb ( #23858 )
2023-07-14 10:16:39 -07:00
brian-harris
f7095f593b
SQL-Migration: fix get subscriptions failure, that prevents valid subscriptions from loading. ( #23848 )
...
* instrument subscription get calls
* remove console logging and vbump 1.4.9
2023-07-12 21:45:36 -07:00
Alexander Perfilyev
8b4b84e5c0
Parameter renaming and number of calls reduce ( #23760 )
...
Co-authored-by: Alexander Perfilyev <aperfilyev@microsoft.com >
2023-07-12 15:28:23 -07:00
Steven Marturano
b595115c8a
Smartura/sql migrate tde improvements ( #23631 )
...
* Automatically migrate certs on last page of wizard
* Updated TDE configuration dialog wording
* Added ConfigDialogSetting to track user selection
* Added numberOfDbsWithTde telemetry prop
* Migrate certs button moved back to target page
* Enable next button on cert migration success
* Reset TDE migration result if target changes
* Addressed PR feedback
* Added TDE navigation validator
* Fixed typo
2023-07-12 12:32:28 -07:00
dependabot[bot]
d96e3f97f9
Bump semver from 5.7.1 to 5.7.2 in /extensions/sql-migration ( #23761 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:28:01 -07:00
Charles Gagnon
cb32513f9e
Update dataprotocolclient to 1.3.6 ( #23690 )
2023-07-07 11:08:11 -07:00
brian-harris
00e2b9a71d
sql-migration: add custom User-Agent to rest API calls ( #23503 )
...
* add custom user-agent
* update all api calls w/useragent
2023-06-28 07:46:09 -07:00
brian-harris
6e014aff92
improve dropdown autopopulation behavior ( #23420 )
2023-06-20 07:45:00 -07:00
Charles Gagnon
cdece24123
Enable no-unsafe-assignments for MSSQL ( #23407 )
...
* Enable no-unsafe-assignments for MSSQL
* Remove toString
2023-06-18 10:01:41 -07:00
kavitham10
9419fe039c
Removing stringify and replacing with constructed string. ( #23403 )
...
* Removing stringify and replacing with constructed string.
* Addressing PR comments.
2023-06-16 14:33:20 -07:00
Alan Ren
58082402aa
enable provider/extension side copy to clipboard support ( #23363 )
...
* improve copy data experience
* add copy result handler
* refactoring
* updates
* add thirdparty notice for TextCopy nuget package
* add await
* comments
2023-06-09 14:24:45 -07:00
brian-harris
f9b4c52211
Tenant selction bug ( #23349 )
2023-06-08 12:39:32 -07:00
Raymond Truong
dd277e3f57
[SQL Migration] Remove noisy telemetry error event ( #23348 )
...
* Remove RefreshDataCollectionFailed
* Fix timer initialization
* Add refresh
2023-06-07 16:01:17 -07:00
Austin Bryan
9328c4ee9e
Fixing bug where if copy duration went over 24h it would reset to 00:00:00 ( #23290 )
...
* Fixing bug where if copy duration went over 24h it would reset to 00:00:00
2023-06-06 12:21:24 -07:00
Charles Gagnon
50e08e11df
Add back common extension linting rules ( #23271 )
...
* Add back common extension linting rules
* Fix lint issues
2023-05-31 14:31:00 -07:00
Raymond Truong
6684dbb78c
[SQL Migration] Add storage/VM connectivity validation ( #22982 )
...
* Implement storage account connectivity check for SQL VM targets
* Add missing break statement
* Address PR comments
2023-05-08 08:42:40 -07:00
AkshayMata
ced2f7938f
Bump sql-migration version ( #22946 )
...
Co-authored-by: Akshay Mata <akma@microsoft.com >
2023-05-03 13:43:43 -07:00
Raymond Truong
0d2ed6e517
[SQL Migration] Improve IR registration experience ( #22926 )
...
* Add registration instructions to IR page
* Clean up
* Typo
* Fix typo
* Replace link with aka.ms link
* Refactor + implement regenerate auth keys
* Update strings and clean up comments
* Fix sqlMigrationServiceDetailsDialog
* Fix sqlMigrationServiceDetailsDialog width
* Extract helpers to utils
* Add IR registration instructions to sqlMigrationServiceDetailsDialog
* Update SHIR description slightly
2023-05-03 16:43:00 -04:00
AkshayMata
a8a88ccbeb
[SQL-Migration] Improve log migrations telemetry ( #22927 )
...
- Bucketized errors to track top errors
- Created separate login migration specific error to improve monitoring
---------
Co-authored-by: Akshay Mata <akma@microsoft.com >
2023-05-03 10:35:44 -07:00
Raymond Truong
6de9c5e1ae
[SQL Migration] Add support for assessing XEvent session files ( #22210 )
...
* Template
* Refactor
* Update strings
* Clean up
* Add clear button
* Clean up
* Fix typo and use aka.ms link
* Refactor to use GroupContainer
* Remove dialog and clean up common strings
* Fix previous/forward behavior
* Make group container default to collapsed
* Clean up
* Slightly reword string
* Add https to aka.ms link
2023-05-02 10:45:13 -04:00
AkshayMata
af6f9089f7
[SQL-Migration] Improve error message for failed migration service download ( #22846 )
...
Add troubleshooting links to error message when SQL-Migration fails to download the MigrationService as seen in this issue: #22558
---------
Co-authored-by: Akshay Mata <akma@microsoft.com >
2023-05-01 13:24:35 -07:00
Cheena Malhotra
ea6bb41f45
Allow 'ApplicationName' to be specified for MSSQL connections ( #22890 )
2023-05-01 10:55:05 -07:00
brian-harris
fe32180c71
SQL-Migration: enable cross subscription service migration ( #22876 )
...
* x subscription migration support
* refresh after cutover
* fix service irregular status load behavior
* queue service status requests, fix typo
* add migationTargetServerName helper method
* save context before api call
2023-04-27 16:28:32 -07:00
Charles Gagnon
7f388dd420
Add azurecore HTTP typings ( #22828 )
...
* Add azurecore HTTP typings
* undo + spelling fix
2023-04-24 10:39:02 -07:00
Karl Burtram
e7d3d047ec
Merge from vscode merge-base ( #22780 )
...
* Revert "Revert "Merge from vscode merge-base (#22769 )" (#22779 )"
This reverts commit 47a1745180 .
* Fix notebook download task
* Remove done call from extensions-ci
2023-04-19 21:48:46 -07:00
Raymond Truong
34d092a7dd
vbump extension ( #22784 )
2023-04-19 13:56:49 -07:00
Karl Burtram
47a1745180
Revert "Merge from vscode merge-base ( #22769 )" ( #22779 )
...
This reverts commit 6bd0a17d3c .
2023-04-18 21:44:05 -07:00
Lewis Sanchez
6bd0a17d3c
Merge from vscode merge-base ( #22769 )
...
* Merge from vscode merge-base
* Turn off basic checks
* Enable compilation, unit, and integration tests
2023-04-18 18:28:58 -07:00
Cheena Malhotra
6186358001
Rename 'body' to 'data' to prevent breaking change ( #22761 )
2023-04-18 18:04:51 -07:00
Benjin Dubishar
b1c2cc1740
Converting remaining services to use runWithErrorHandling() ( #22720 )
...
* Converting remaining services to use `runWithErrorHandling()`
* Updating sqlops-dataprotocolclient to 1.3.3
* upgrading dataprotocol and swapping to that baseService
* Adding async to make thenable -> promise conversion happy
---------
Co-authored-by: Alan Ren <alanren@microsoft.com >
2023-04-14 16:08:07 -07:00
Raymond Truong
b6f1b949d7
[SQL Migration] Miscellaneous UI improvements from feedback ( #22592 )
...
* Hide more info for assessment issues without help links
* Add info box about blob container folders
* WIP - reuse create DMS dialog for IR registration
* Revert "Add info box about blob container folders"
This reverts commit 30b8892ea7918841a6466b59058181062d367ba5.
* Add help link to target platform selection page explaining Azure SQL offerings
* Revert "WIP - reuse create DMS dialog for IR registration"
This reverts commit 5fac6b5c7148b2520cc42ce9fad549cde28baba2.
* Don't show storage account warning banner for DB scenario
* Vbump extension and migration service
* Test - fix http request format from chsuh/fixFormat
* Add instructions for table mapping and schema migration
* Revert "Test - fix http request format from chsuh/fixFormat"
This reverts commit 4992603532e98dff3b7ba6f04ba9304d173fc5ad.
2023-04-10 10:20:39 -07:00
brian-harris
a60d6107b4
SQL-Migration: improve SQL DB table selection ux to include missing tables ( #22659 )
...
* add missing target tables ux
* fix number formatting
2023-04-07 16:00:12 -07:00
brian-harris
a30719c471
add tooltips to explain migrations list columns ( #22598 )
2023-04-05 08:16:49 -07:00
Christopher Suh
ccd5775093
Update remaining Axios calls ( #22525 )
...
* initial commit adding put and delete operations
* change response.data => response.body
* add client response interface
* add error to interface
* add reqHeaders
2023-03-31 12:22:31 -07:00
brian-harris
887053c604
SQL-Migration: add retry migration prompt ( #22555 )
...
* add retry migration prompt
* updating review comments
* update context menu postion to match toolbar
2023-03-31 10:25:39 -07:00
Raymond Truong
3ca583760f
[SQL Migration] Add additional checks for multiple database backups in same folder ( #22483 )
...
* Add info box about blob container folders
* Add warning banner if non-unique backup locations
* WIP - Add offline scenario
* Clean up
* Address PR comments
2023-03-30 17:19:59 -07:00
Charles Gagnon
3320bb55c2
Update privacy documentation ( #22520 )
...
* Update privacy documentation
* move
2023-03-29 15:40:01 -07:00
Austin Bryan
7ecbbdf398
Fixing setTargetServerName in SqlMigration extension. Previously if a case was entered it would run all code in the following cases as well ( #22477 )
2023-03-29 13:44:29 -07:00
Raymond Truong
4867a3747c
[SQL Migration] Add storage/MI connectivity validation ( #22410 )
...
* wip
* Add SQL VM POC
* Undo azurecore changes
* Add warning banner instead of blocking on next
* Fix warning banner behavior
* Add private endpoint support
* Fix navigation issue
* Add offline scenario
* Address PR comments
* Fix merge conflicts
2023-03-29 12:48:22 -07:00
brian-harris
ef02e2bfce
SQL-Migration: add new migration monitoring data to migration details ( #22460 )
...
* add new migration details
* move migraiton target type enum to utils
* address review feedback, refectore, text update
* fix variable name
* limit and filter migrations list to mi/vm/db
2023-03-29 07:48:30 -07:00
Alex Ma
fd8d8b0a27
[Loc] fix for webpack for sql-migration and update to XLFs two weeks prior to code complete. ( #22484 )
2023-03-27 17:07:14 -07:00
Cory Rivera
97eb69477e
Remove unused files in sql and extensions folders ( #22444 )
2023-03-27 16:40:32 -07:00
junierch
e741fa0bbd
telemetry for tde user actions ( #22474 )
...
* telemetry for user actions
* remove unused action
* try catch around admin function
2023-03-27 17:48:47 -04:00
Charles Gagnon
ca4722360a
More strict SSL proxy setting fixes ( #22404 )
2023-03-22 12:45:51 -07:00