Skip to content

Commit 8378d55

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/sql-docs-pr into release-remove-sscurrent-tag
2 parents 8fdc15b + f3a3e46 commit 8378d55

29 files changed

Lines changed: 1227 additions & 216 deletions
Lines changed: 94 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,95 @@
1-
{
2-
"build_entry_point": "docs",
3-
"docsets_to_publish": [
4-
{
5-
"docset_name": "sql-content",
6-
"build_source_folder": "docs",
7-
"build_output_subfolder": "sql",
8-
"locale": "en-us",
9-
"monikers": [],
10-
"moniker_ranges": [
11-
"azuresqldb-current || azuresqldb-mi-current || azure-sqldw-latest || >= aps-pdw-2016 || >= sql-server-2016 || >= sql-server-linux-2017"
12-
],
13-
"xref_query_tags": [
14-
"/uwp/api",
15-
"/dotnet"
16-
],
17-
"open_to_public_contributors": true,
18-
"type_mapping": {
19-
"ZonePivotGroups": "Toc",
20-
"Conceptual": "Content",
21-
"ManagedReference": "Content",
22-
"RestApi": "Content",
23-
"LandingData": "Content"
24-
},
25-
"build_entry_point": "docs",
26-
"template_folder": "_themes",
27-
"version": 0
28-
}
29-
],
30-
"notification_subscribers": [],
31-
"branches_to_filter": [],
32-
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/sql-docs",
33-
"git_repository_branch_open_to_public_contributors": "live",
34-
"skip_source_output_uploading": false,
35-
"need_preview_pull_request": true,
36-
"dependent_repositories": [
37-
{
38-
"path_to_root": "_themes",
39-
"url": "https://github.com/Microsoft/templates.docs.msft",
40-
"branch": "master",
41-
"branch_mapping": {}
42-
},
43-
{
44-
"path_to_root": "samples",
45-
"url": "https://github.com/dotnet/samples",
46-
"branch": "master",
47-
"branch_mapping": {
48-
"live": "live"
49-
}
50-
},
51-
{
52-
"path_to_root": "sqlclient",
53-
"url": "https://github.com/dotnet/sqlclient",
54-
"branch": "master",
55-
"branch_mapping": {}
56-
},
57-
{
58-
"path_to_root": "_themes.pdf",
59-
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
60-
"branch": "master",
61-
"branch_mapping": {}
62-
},
63-
{
64-
"path_to_root": "sql-server-samples",
65-
"url": "https://github.com/Microsoft/sql-server-samples",
66-
"branch": "master",
67-
"branch_mapping": {}
68-
}
69-
],
70-
"branch_target_mapping": {
71-
"live": [
72-
"Publish",
73-
"PDF"
74-
],
75-
"master": [
76-
"Publish",
77-
"PDF"
78-
],
79-
"build-pdf": [
80-
"Publish",
81-
"PDF"
82-
]
83-
},
84-
"need_generate_pdf_url_template": true,
85-
"targets": {
86-
"Pdf": {
87-
"template_folder": "_themes.pdf"
88-
}
89-
},
90-
"docs_build_engine": {
91-
"name": "docfx_v3"
92-
},
93-
"need_generate_pdf": false,
94-
"need_generate_intellisense": false,
95-
"enable_branch_build_custom_validation": true,
96-
"enable_pull_request_custom_validation": true
1+
{
2+
"build_entry_point": "docs",
3+
"docsets_to_publish": [
4+
{
5+
"docset_name": "sql-content",
6+
"build_source_folder": "docs",
7+
"build_output_subfolder": "sql",
8+
"locale": "en-us",
9+
"monikers": [],
10+
"moniker_ranges": [],
11+
"xref_query_tags": [
12+
"/uwp/api",
13+
"/dotnet"
14+
],
15+
"open_to_public_contributors": true,
16+
"type_mapping": {
17+
"ZonePivotGroups": "Toc",
18+
"Conceptual": "Content",
19+
"ManagedReference": "Content",
20+
"RestApi": "Content",
21+
"LandingData": "Content"
22+
},
23+
"build_entry_point": "docs",
24+
"template_folder": "_themes",
25+
"version": 0
26+
}
27+
],
28+
"notification_subscribers": [],
29+
"branches_to_filter": [],
30+
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/sql-docs",
31+
"git_repository_branch_open_to_public_contributors": "live",
32+
"skip_source_output_uploading": false,
33+
"need_preview_pull_request": true,
34+
"dependent_repositories": [
35+
{
36+
"path_to_root": "_themes",
37+
"url": "https://github.com/Microsoft/templates.docs.msft",
38+
"branch": "master",
39+
"branch_mapping": {}
40+
},
41+
{
42+
"path_to_root": "samples",
43+
"url": "https://github.com/dotnet/samples",
44+
"branch": "master",
45+
"branch_mapping": {
46+
"live": "live"
47+
}
48+
},
49+
{
50+
"path_to_root": "sqlclient",
51+
"url": "https://github.com/dotnet/sqlclient",
52+
"branch": "master",
53+
"branch_mapping": {}
54+
},
55+
{
56+
"path_to_root": "_themes.pdf",
57+
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
58+
"branch": "master",
59+
"branch_mapping": {}
60+
},
61+
{
62+
"path_to_root": "sql-server-samples",
63+
"url": "https://github.com/Microsoft/sql-server-samples",
64+
"branch": "master",
65+
"branch_mapping": {}
66+
}
67+
],
68+
"branch_target_mapping": {
69+
"live": [
70+
"Publish",
71+
"PDF"
72+
],
73+
"master": [
74+
"Publish",
75+
"PDF"
76+
],
77+
"build-pdf": [
78+
"Publish",
79+
"PDF"
80+
]
81+
},
82+
"need_generate_pdf_url_template": true,
83+
"targets": {
84+
"Pdf": {
85+
"template_folder": "_themes.pdf"
86+
}
87+
},
88+
"docs_build_engine": {
89+
"name": "docfx_v3"
90+
},
91+
"need_generate_pdf": false,
92+
"need_generate_intellisense": false,
93+
"enable_branch_build_custom_validation": true,
94+
"enable_pull_request_custom_validation": true
9795
}

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41185,6 +41185,11 @@
4118541185
"redirect_url": "/sql/big-data-cluster/view-cluster-status#big-data-clusters-troubleshooting-resources",
4118641186
"redirect_document_id": true
4118741187
},
41188+
{
41189+
"source_path": "docs/big-data-cluster/configure-cluster.md",
41190+
"redirect_url": "/sql/big-data-cluster/configure-bdc-overview",
41191+
"redirect_document_id": true
41192+
},
4118841193
{
4118941194
"source_path": "docs/relational-databases/polybase/data-virtualization-csv.md",
4119041195
"redirect_url": "/sql/big-data-cluster/data-virtualization-csv",
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: azdata arc sql endpoint reference
3+
titleSuffix: SQL Server big data clusters
4+
description: Reference article for azdata arc sql endpoint commands.
5+
ms.prod: sql
6+
ms.technology: big-data-cluster
7+
---
8+
9+
# azdata arc sql endpoint
10+
11+
Applies to [!INCLUDE [azure-data-cli-azdata](../../includes/azure-data-cli-azdata.md)]
12+
13+
The following article provides reference for the **sql** commands in the **azdata** tool. For more information about other **azdata** commands, see [azdata reference](reference-azdata.md)
14+
15+
## Commands
16+
|Command|Description|
17+
| --- | --- |
18+
[azdata arc sql endpoint list](#azdata-arc-sql-endpoint-list) | List the SQL endpoints.
19+
## azdata arc sql endpoint list
20+
List the SQL endpoints.
21+
```bash
22+
azdata arc sql endpoint list [--name -n]
23+
24+
```
25+
### Examples
26+
List the endpoints for a SQL managed instance.
27+
```bash
28+
azdata arc sql endpoint list -n sqlmi1
29+
```
30+
### Optional Parameters
31+
#### `--name -n`
32+
The name of the SQL instance to be shown. If omitted, all endpoints for all instances will be shown.
33+
### Global Arguments
34+
#### `--debug`
35+
Increase logging verbosity to show all debug logs.
36+
#### `--help -h`
37+
Show this help message and exit.
38+
#### `--output -o`
39+
Output format. Allowed values: json, jsonc, table, tsv. Default: json.
40+
#### `--query -q`
41+
JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples.
42+
#### `--verbose`
43+
Increase logging verbosity. Use --debug for full debug logs.
44+
45+
## Next steps
46+
47+
For more information about other **azdata** commands, see [azdata reference](reference-azdata.md).
48+
49+
For more information about how to install the **azdata** tool, see [Install azdata](..\install\deploy-install-azdata.md).

0 commit comments

Comments
 (0)