You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Table Designer | Added functionality for creation and management of tables for SQL Servers. Built using DacFx framework |
34
+
| Query Plan Viewer | Added functionality for users to view a graphic view of estimated and actual query plans without need for an extension |
35
+
| Azure Arc Extension | Updated the Data Controller deployment wizard and the SQL Managed Instance - Azure Arc deployment wizard to reflect the deployment experience in Azure Portal |
36
+
| Dynamic Options | Added the option to use CategoryValue type objects when implementing Dynamic Options. For further explanation on how Dynamic Options work, refer to https://github.com/microsoft/azuredatastudio/blob/main/extensions/resource-deployment/DEVELOPER_GUIDE.md#options|
40
37
41
-
#### Bug fixes in 1.34.0
38
+
#### Bug fixes in 1.35.0
42
39
43
40
| New Item | Details |
44
41
|----------|---------|
45
-
| SQL Migration | Fix for multiple database migrations when using network share as backup files location in Azure SQL Migration extension |
46
-
| SQL Migration | Fix for multiple database migrations when using blob storage containers as backup files location in Azure SQL Migration extension |
47
-
| SQL Migration| Fix to pre-populate target database names in the migration wizard in Azure SQL Migration extension |
48
-
| Grid | Fix to column sorting in grids where the presence of null values could lead to unexpected results |
49
-
| Notebooks | Fix for Python upgrades when two or more notebooks were open |
42
+
| Azure Arc Extension | SQL Managed Instance-Azure Arc is now fixed for both indirect connectivity mode and direct connectivity mode |
43
+
| Notebooks | Support for keyboard navigation between cells to minimize mouse clicking |
50
44
51
-
For a full list of bug fixes addressed for the August 2021 release, visit the [bugs and issues list on GitHub](https://github.com/microsoft/azuredatastudio/issues?q=is%3Aissue+is%3Aclosed+milestone%3A%22December+2021+Release%22).
45
+
For a full list of bug fixes addressed for the February 2022 release, visit the [bugs and issues list on GitHub](https://github.com/microsoft/azuredatastudio/issues?q=is%3Aissue+milestone%3A%22February+2022+Release%22+is%3Aclosed).
52
46
53
-
#### Known issues in 1.34.0
47
+
#### Known issues in 1.35.0
54
48
55
49
For a list of the current known issues, visit the [issues list on GitHub](https://github.com/microsoft/azuredatastudio/issues?q=is%3Aissue).
56
50
@@ -61,7 +55,8 @@ You can reference [Azure Data Studio feedback](https://github.com/microsoft/azur
61
55
## Previous Azure Data Studio releases and updates
62
56
63
57
| Azure Data Studio release | Build number | Release date | Hotfix |
Copy file name to clipboardExpand all lines: docs/includes/database-migration-services-sql-mi-sql-vm.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,10 @@ ms.date: 07/30/2021
7
7
---
8
8
9
9
You can use the Azure SQL Migration extension in Azure Data Studio to migrate SQL Server databases to either Azure SQL Managed Instance (Platform-as-a-Service) or to SQL Server on Azure Virtual Machines (Infrastructure-as-a-Service).<br/><br/>
10
-
The new Azure SQL Migration extension in Azure Data Studio brings together a simplified assessment and migration experience that delivers the following capabilities:<br/>
11
-
- A responsive user interface that provides an easy-to-navigate step-by-step wizard to deliver an integrated assessment and migration experience.
10
+
The Azure SQL Migration extension in Azure Data Studio brings together a simplified assessment, Azure recommendation and migration experience that delivers the following capabilities:<br/>
11
+
- A responsive user interface that provides an easy-to-navigate step-by-step wizard to deliver an integrated assessment, Azure recommendation and migration experience.
12
12
- An enhanced assessment engine that can assess SQL Server instances and identify databases that are ready for migration to Azure SQL Managed Instance or SQL Server on Azure Virtual Machines.
13
+
- An Azure recommender to generate right-sized recommendation for Azure SQL Managed Instance SKU or SQL Server on Azure Virtual Machines SKU to meet your database(s)' performance requirements with minimal cost.
13
14
- A reliable Azure service powered by Azure Database Migration service that orchestrates data movement activities to deliver a seamless migration experience with minimal downtime.
14
15
- The ability to run migrations in either online (for migrations that require minimal downtime) or offline (for migrations where downtime persists through the duration of the migration) modes to suit your business requirements.
15
16
- The flexibility to install self hosted integration runtime to provide your own compute for access to source SQL Server and backups in your on-premises environment.<br/>
0 commit comments