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
Copy file name to clipboardExpand all lines: docs/azure-data-studio/release-notes-azure-data-studio.md
+24-48Lines changed: 24 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ description: This article has release notes for Azure Data Studio.
4
4
ms.prod: azure-data-studio
5
5
ms.technology: azure-data-studio
6
6
ms.topic: conceptual
7
-
author: tdoshin
8
-
ms.author: timioshin
7
+
author: yualan
8
+
ms.author: alayu
9
9
ms.reviewer: maghan
10
10
ms.custom: seodec18, contperf-fy21q4
11
-
ms.date: 02/23/2022
11
+
ms.date: 12/15/2021
12
12
---
13
13
14
14
# Release notes for Azure Data Studio
@@ -19,32 +19,38 @@ This article provides details about updates, improvements, and bug fixes for the
19
19
20
20
:::image type="icon" source="media/download-icon.png" border="false":::**[Download and install the latest release!](./download-azure-data-studio.md)**
21
21
22
-
### February 2022
22
+
### December 2021
23
23
24
-
Azure Data Studio 1.35.0 is the latest general availability (GA) release.
24
+
Azure Data Studio 1.34.0 is the latest general availability (GA) release.
25
25
26
-
- Release number: 1.35.0
27
-
- Release date: February 23, 2022
26
+
- Release number: 1.34.0
27
+
- Release date: December 15, 2021
28
28
29
-
#### What's new in 1.35.0
29
+
#### What's new in 1.34.0
30
30
31
31
| New item | Details |
32
32
|----------|---------|
33
-
| 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|
33
+
| SQL Migration extension | Added 'Currently restoring backup file' in the migration progress details page of Azure SQL Migration extension when backup files location is Azure Storage blob container |
34
+
| Notebooks | Added undo/redo support |
35
+
| SQL Database Projects extension | Support for project build with .NET 6 in SQL Database Projects extension |
36
+
| SQL Database Projects extension | Publish to container in SQL Database Projects extension |
| 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 |
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 |
44
50
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).
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).
46
52
47
-
#### Known issues in 1.35.0
53
+
#### Known issues in 1.34.0
48
54
49
55
For a list of the current known issues, visit the [issues list on GitHub](https://github.com/microsoft/azuredatastudio/issues?q=is%3Aissue).
50
56
@@ -55,8 +61,7 @@ You can reference [Azure Data Studio feedback](https://github.com/microsoft/azur
55
61
## Previous Azure Data Studio releases and updates
56
62
57
63
| 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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,9 @@ 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 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.
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.
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.
14
13
- A reliable Azure service powered by Azure Database Migration service that orchestrates data movement activities to deliver a seamless migration experience with minimal downtime.
15
14
- 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.
16
15
- 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