Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 021e1f4

Browse files
committed
TOC and ms.reviewer update
1 parent 3d18dda commit 021e1f4

34 files changed

Lines changed: 49 additions & 38 deletions

docs/azure-data-studio/azure-sql-managed-instance-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure SQL Database managed instance extension
33
description: Use Azure Data Studio with Azure SQL managed instance
44
ms.custom: "seodec18"
55
ms.date: "10/07/2019"
6-
ms.reviewer: "alayu; sstein"
6+
ms.reviewer: "alayu, maghan, sstein"
77
ms.prod: sql
88
ms.technology: azure-data-studio
99
ms.topic: conceptual

docs/azure-data-studio/code-snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.technology: azure-data-studio
66
ms.topic: conceptual
77
author: "markingmyname"
88
ms.author: "maghan"
9-
ms.reviewer: "alayu; sstein"
9+
ms.reviewer: "alayu, maghan, sstein"
1010
ms.custom: "seodec18"
1111
ms.date: "09/24/2018"
1212
---

docs/azure-data-studio/data-virtualization-extension.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Data Virtualization Extension
33
description: Data Virtualization extension for Azure Data Studio
4-
ms.reviewer: "alayu; sstein"
4+
ms.reviewer: "alayu, sstein, maghan"
55
ms.prod: sql
66
ms.technology: azure-data-studio
77
ms.topic: conceptual
@@ -20,23 +20,27 @@ The Data Virtualization extension for Azure Data Studio provides support for the
2020
To install the Data Virtualization extension, open Azure Data Studio and download it from the Extensions tab. Follow the instructions [here](extensions.md).
2121

2222
## Changes in release 1.0
23+
2324
* Extension renamed to Data Virtualization.
2425
* Create External Table wizard:
25-
* Included guided notebooks for virtualization MongoDB and Teradata sources.
26-
* Added dialog to fill out variables in MongoDB and Teradata virtualization notebooks.
26+
* Included guided notebooks for virtualization MongoDB and Teradata sources.
27+
* Added dialog to fill out variables in MongoDB and Teradata virtualization notebooks.
2728

2829
## Changes in release 0.16
30+
2931
* Create External Table wizard:
3032
* Improved error handling when loading tables and views on object mapping page.
3133

3234
## Changes in release 0.15
35+
3336
* Create External Table wizard:
3437
* Reduced time taken to load table and column information on the object mapping page.
3538
* Fixed a bug with loading existing database scoped credentials on the connection details page.
3639
* Create External Table from CSV Files Wizard:
3740
* Increased default sample size used for PROSE parsing.
3841

3942
## Changes in release 0.14.1
43+
4044
* Support for CTP 3.1 data source support
4145

4246
## Changes in release 0.12.1
@@ -61,15 +65,18 @@ To install the Data Virtualization extension, open Azure Data Studio and downloa
6165
* Fixed an issue where new schemas typed into the table mapping controls were being lost.
6266
* Fixed an issue where checking a Database node in the table mappings did not result in all tables and views being checked.
6367

64-
6568
## Release Notes (v0.10.2)
69+
6670
### SQL Server 2019 support
71+
6772
Support for SQL Server 2019 has been updated. After connecting to a SQL Server Big Data Cluster instance, a new _Data Services_ folder appears in the explorer tree. The folder has launch points for actions such as opening a new notebook against the connection, submitting Spark jobs, and working with HDFS. Some actions, such as _Create External Data_ over a HDFS file/folder, the _SQL Server 2019_ extension must be installed.
6873

6974
### Notebook support
75+
7076
We have made significant updates to the Notebook user interface in this release. Our focus was on making it easy to read Notebooks that are shared with you. This meant removing all outline boxes around cells unless selected or hovered, adding hover support for easy cell-level actions without need to select a cell, and clarifying execution state by adding execution count, an animated _stop running_ button and more. We also added keyboard shortcuts for _New Notebook_ (`Ctrl+Shift+N`), _Run Cell_ (`F5`), _New Code Cell_ (`Ctrl+Shift+C`), _New Text Cell_ (`Ctrl+Shift+T`). Moving forward we will aim to have all key actions launchable by shortcut so let us know what you're missing!
7177

7278
Other improvements and fixes include:
79+
7380
* The _SQL Server 2019_ extension now prompts users to pick an install directory for Python dependencies. It also no longer includes Python in the `.vsix file`, reducing overall extension size. The Python dependencies support Spark and Python3 kernels.
7481
* Support for launching a new notebook from the command-line has been added. Launch with the arguments `--command=notebook.command.new --server=myservername` should open a new notebook and connect to this server.
7582
* Performance fixes for notebooks with a large code length in cells. If code cells are over 250 lines, a scrollbar is added.
@@ -82,20 +89,23 @@ Other improvements and fixes include:
8289
Fixed #3959 Azure Data Studio tries to shutdown notebook server twice after closing notebook
8390

8491
#### Known issues
92+
8593
* On opening a Notebook the install python dialog will appear. Canceling this install will result in the Kernels and Attach To dropdowns not showing expected values. The workaround is to complete the Python installation.
8694
* When a notebook is opened with a kernel that is not supported, the kernels and _attach to_ dropdowns will cause Azure Data Studio to stop responding. You will need to close Azure Data Studio and ensure you use a kernel that is supported (Python3, Spark | R, Spark | Scala, PySpark, PySpark3)
8795
* Spark UI link fails when using PySpark3 or other Spark kernels against the SQL Server endpoint. As a workaround please click on Spark UI from the Dashboard, or connect using the SQL Server big data cluster connection type as this will have the correct Spark UI hyperlink
8896

8997
### Extensibility improvements
98+
9099
A number of improvements that help extenders were added in this release
91100
* A new `ObjectExplorerNodeProvider` API allows extensions to contribute folders under SQL Server or other Connection nodes. This is how the `Data Services` node is added under SQL Server 2019 instances but could be used to add Monitoring or other folders easily to the UI.
92101
* Two new context key values are available to help show/hide contributions to the dashboard.
93102
* `mssql:iscluster` indicates if this is a SQL Server 2019 Big Data Cluster
94103
* `mssql:servermajorversion` has the server version (15 for SQL Server 2019, 14 for SQL Server 2017 and so on). This can help if features should only be shown for SQL Server 2017 or greater, for example.
95104

96-
97105
## Release Notes (v0.8.0)
106+
98107
*Notebooks*:
108+
99109
* Adding cells before / after existing cells is now supported by clicking the "More Actions" cell button
100110
* **Add New Connection** option has been added to the connections in the "Attach To" dropdown
101111
* A **Reinstall Notebook Dependencies** command has been added to assist with Python package updates, and solve cases where install was halted partway through by closing the application. This can be run from the command palette (use `Ctrl/Cmd+Shift+P` and type `Reinstall Notebook Dependencies`)
@@ -116,6 +126,7 @@ A number of improvements that help extenders were added in this release
116126
* Tables with invalid column mappings are shown as disabled and a warning explains the error
117127

118128
## Release Notes (v0.7.2)
129+
119130
* Azure Resource Explorer is now built into Azure Data Studio and has been removed from this extension. Thank you for your feedback on this!
120131
* Improved performance of notebooks with many Markdown cells.
121132
* Auto-size code cells in Notebook. This still has a minimum size based on the cell toolbar.

docs/azure-data-studio/enable-kerberos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Active Directory Authentication (Kerberos)
33
description: Learn how to enable Kerberos to use Active Directory Authentication for Azure Data Studio
44
ms.prod: sql
55
ms.technology: azure-data-studio
6-
ms.reviewer: "alayu; sstein"
6+
ms.reviewer: "alayu, maghan, sstein"
77
ms.topic: conceptual
88
author: "meet-bhagdev"
99
ms.author: "meetb"

docs/azure-data-studio/extensibility-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.technology: azure-data-studio
66
ms.topic: conceptual
77
author: "markingmyname"
88
ms.author: "maghan"
9-
ms.reviewer: "alayu; sstein"
9+
ms.reviewer: "alayu, maghan, sstein"
1010
ms.custom: "seodec18"
1111
ms.date: "09/24/2018"
1212
---

docs/azure-data-studio/extensibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.technology: azure-data-studio
66
ms.topic: conceptual
77
author: "markingmyname"
88
ms.author: "maghan"
9-
ms.reviewer: "alayu; sstein"
9+
ms.reviewer: "alayu, maghan, sstein"
1010
ms.custom: "seodec18"
1111
ms.date: "09/24/2018"
1212
---

docs/azure-data-studio/extension-authoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.technology: azure-data-studio
66
ms.topic: conceptual
77
author: "markingmyname"
88
ms.author: "maghan"
9-
ms.reviewer: "alayu; sstein"
9+
ms.reviewer: "alayu, maghan, sstein"
1010
ms.custom: "seodec18"
1111
ms.date: "09/24/2018"
1212
---

docs/azure-data-studio/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.technology: azure-data-studio
66
ms.topic: conceptual
77
author: "markingmyname"
88
ms.author: "maghan"
9-
ms.reviewer: "alayu; sstein"
9+
ms.reviewer: "alayu, maghan, sstein"
1010
ms.custom: "seodec18"
1111
ms.date: "10/03/2019"
1212
---

docs/azure-data-studio/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.technology: azure-data-studio
66
ms.topic: conceptual
77
author: "markingmyname"
88
ms.author: "maghan"
9-
ms.reviewer: "alayu; sstein"
9+
ms.reviewer: "alayu, maghan, sstein"
1010
ms.custom: "seodec18"
1111
ms.date: "09/24/2018"
1212
---

docs/azure-data-studio/insight-widgets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.custom: seodec18, sqlfreshmay19, seo-lt-2019
55
ms.date: "05/14/2019"
66
ms.prod: sql
77
ms.technology: azure-data-studio
8-
ms.reviewer: "alayu; sstein"
8+
ms.reviewer: "alayu, maghan, sstein"
99
ms.topic: conceptual
1010
author: stevestein
1111
ms.author: sstein

0 commit comments

Comments
 (0)