Skip to content

Commit 490d1b2

Browse files
Merge branch 'main' into 20220126-statistics-compilation
2 parents eef4db1 + d4edb04 commit 490d1b2

685 files changed

Lines changed: 6435 additions & 3182 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ Tools/NuGet/
1212
.openpublishing.buildcore.ps1
1313
packages.config
1414

15-
**/.vscode/settings.json
15+
16+
**/.vscode/settings.json

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59314,6 +59314,11 @@
5931459314
"source_path": "docs/relational-databases/system-stored-procedures/sp-batch-params-transact-sql.md",
5931559315
"redirect_url": "/sql/relational-databases/system-stored-procedures/sp-describe-undeclared-parameters-transact-sql",
5931659316
"redirect_document_id": false
59317+
},
59318+
{
59319+
"source_path": "docs/tools/synapse-pathway/data-type-mappings-teradata-vantage.md",
59320+
"redirect_url": "/tools/synapse-pathway/azure-synapse-pathway-overview",
59321+
"redirect_document_id": false
5931759322
}
5931859323
]
5931959324
}

docs/azdata/reference/reference-azdata-bdc-spark-session.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ azdata bdc spark session create [--session-kind -k]
6060
### Examples
6161
Create a session.
6262
```bash
63-
azdata spark session create --session-kind pyspark
63+
azdata bdc spark session create --session-kind pyspark
6464
```
6565
### Optional Parameters
6666
#### `--session-kind -k`
@@ -228,4 +228,4 @@ Increase logging verbosity. Use --debug for full debug logs.
228228

229229
For more information about other **azdata** commands, see [azdata reference](reference-azdata.md).
230230

231-
For more information about how to install the **azdata** tool, see [Install azdata](..\install\deploy-install-azdata.md).
231+
For more information about how to install the **azdata** tool, see [Install azdata](..\install\deploy-install-azdata.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can define your own snippets. To open up the SQL snippet file for editing:
5656

5757
3. Paste the following code into *sql.json*:
5858

59-
```sql
59+
```json
6060
{
6161
"Select top 5": {
6262
"prefix": "sqlSelectTop5",

docs/azure-data-studio/download-azure-data-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom:
1111
- seodec18
1212
- contperf-fy21q4
1313
- intro-overview
14-
ms.date: 12/15/2021
14+
ms.date: 02/02/2022
1515
---
1616

1717
# Download and install Azure Data Studio
@@ -42,7 +42,7 @@ Azure Data Studio 1.34.0 is the latest general availability (GA) version.
4242
4343
If you have comments or suggestions or want to report a problem with downloading Azure Data Studio, submit an issue to our team on the [Azure Data Studio feedback page](https://github.com/microsoft/azuredatastudio/issues/).
4444

45-
## Install Azure Data Studio
45+
## Install Azure Data Studio
4646

4747
### Windows installation
4848

docs/azure-data-studio/extensions/azure-arc-extension.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Arc extension (preview)
2+
title: Azure Arc extension
33
description: Learn how to install and use the Azure Arc extension to try out Azure Arc data services.
44
ms.prod: azure-data-studio
55
ms.technology: azure-data-studio
@@ -11,9 +11,9 @@ ms.custom:
1111
ms.date: 08/02/2021
1212
---
1313

14-
# Azure Arc extension for Azure Data Studio (Preview)
14+
# Azure Arc extension for Azure Data Studio
1515

16-
The [Azure Arc extension (preview)](/azure/azure-arc/data/) is an extension for creating and managing Azure Arc data services resources.
16+
The [Azure Arc extension](/azure/azure-arc/data/) is an extension for creating and managing Azure Arc data services resources.
1717

1818
**Key actions include:**
1919
- Create a resource

docs/big-data-cluster/active-directory-deployment-aks-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Before deploying a SQL Server big data cluster, you need to:
3939

4040
1. Create the AKS subnet
4141

42-
```console
42+
```azurecli
4343
SUBNET_ID=$(az network vnet subnet show \
4444
--resource-group $RESOURCE_GROUP \
4545
--vnet-name $VNet_NAME \

docs/big-data-cluster/cluster-troubleshooting-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ You can launch the Kubernetes dashboard for additional information about the clu
201201

202202
To launch the Kubernetes dashboard run:
203203

204-
```bash
204+
```azurecli
205205
az aks browse --resource-group <azure_resource_group> --name <aks_cluster_name>
206206
```
207207

docs/big-data-cluster/private-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This section shows you deploy a big data cluster in Azure Kubernetes Service (AK
3333

3434
## Create a private AKS cluster with advanced networking
3535

36-
```bash
36+
```azurecli
3737
3838
export REGION_NAME=<your Azure region >
3939
export RESOURCE_GROUP=< your resource group name >
@@ -67,7 +67,7 @@ echo $SUBNET_ID
6767

6868
To be able to get to next step, you need to provision an AKS cluster with Standard Load Balancer with private cluster feature enabled. Your command will look like as follows:
6969

70-
```bash
70+
```azurecli
7171
az aks create \
7272
--resource-group $RESOURCE_GROUP \
7373
--name $AKS_NAME \

docs/big-data-cluster/private-restrict-egress-traffic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The following steps provide details.
9090

9191
1. Define a set of environment variables for creating resources.
9292

93-
```console
93+
```azurecli
9494
export FWNAME=bdcaksazfw
9595
export FWPUBIP=$FWNAME-ip
9696
export FWIPCONFIG_NAME=$FWNAME-config

0 commit comments

Comments
 (0)