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

Commit 212041e

Browse files
Merge branch 'master' into issue-6427
2 parents dfdd54b + b62c23e commit 212041e

1,289 files changed

Lines changed: 11287 additions & 6675 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.
Lines changed: 108 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -1,123 +1,109 @@
1-
{
2-
"build_entry_point": "docs",
3-
"docsets_to_publish": [
4-
{
5-
"docset_name": "data-migration",
6-
"build_source_folder": "data-migration",
7-
"build_output_subfolder": "data-migration",
8-
"locale": "en-us",
9-
"monikers": [],
10-
"moniker_ranges": [],
11-
"open_to_public_contributors": true,
12-
"type_mapping": {
13-
"Conceptual": "Content"
14-
},
15-
"build_entry_point": "docs",
16-
"template_folder": "_themes"
17-
},
18-
{
19-
"docset_name": "azure-data-studio",
20-
"build_source_folder": "azure-data-studio",
21-
"build_output_subfolder": "azure-data-studio",
22-
"locale": "en-us",
23-
"monikers": [],
24-
"moniker_ranges": [],
25-
"open_to_public_contributors": true,
26-
"type_mapping": {
27-
"Conceptual": "Content"
28-
},
29-
"build_entry_point": "docs",
30-
"template_folder": "_themes"
31-
},
32-
{
33-
"docset_name": "sql-content",
34-
"build_source_folder": "docs",
35-
"build_output_subfolder": "sql",
36-
"locale": "en-us",
37-
"monikers": [],
38-
"moniker_ranges": [],
39-
"xref_query_tags": [
40-
"/uwp/api",
41-
"/dotnet"
42-
],
43-
"open_to_public_contributors": true,
44-
"type_mapping": {
45-
"ZonePivotGroups": "Toc",
46-
"Conceptual": "Content",
47-
"ManagedReference": "Content",
48-
"RestApi": "Content",
49-
"LandingData": "Content"
50-
},
51-
"build_entry_point": "docs",
52-
"template_folder": "_themes",
53-
"version": 0
54-
}
55-
],
56-
"notification_subscribers": [],
57-
"branches_to_filter": [],
58-
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/sql-docs",
59-
"git_repository_branch_open_to_public_contributors": "live",
60-
"skip_source_output_uploading": false,
61-
"need_preview_pull_request": true,
62-
"dependent_repositories": [
63-
{
64-
"path_to_root": "_themes",
65-
"url": "https://github.com/Microsoft/templates.docs.msft",
66-
"branch": "master",
67-
"branch_mapping": {}
68-
},
69-
{
70-
"path_to_root": "samples",
71-
"url": "https://github.com/dotnet/samples",
72-
"branch": "master",
73-
"branch_mapping": {
74-
"live": "live"
75-
}
76-
},
77-
{
78-
"path_to_root": "sqlclient",
79-
"url": "https://github.com/dotnet/sqlclient",
80-
"branch": "master",
81-
"branch_mapping": {}
82-
},
83-
{
84-
"path_to_root": "_themes.pdf",
85-
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
86-
"branch": "master",
87-
"branch_mapping": {}
88-
},
89-
{
90-
"path_to_root": "sql-server-samples",
91-
"url": "https://github.com/Microsoft/sql-server-samples",
92-
"branch": "master",
93-
"branch_mapping": {}
94-
}
95-
],
96-
"branch_target_mapping": {
97-
"live": [
98-
"Publish",
99-
"PDF"
100-
],
101-
"master": [
102-
"Publish",
103-
"PDF"
104-
],
105-
"build-pdf": [
106-
"Publish",
107-
"PDF"
108-
]
109-
},
110-
"need_generate_pdf_url_template": true,
111-
"targets": {
112-
"Pdf": {
113-
"template_folder": "_themes.pdf"
114-
}
115-
},
116-
"docs_build_engine": {
117-
"name": "docfx_v3"
118-
},
119-
"need_generate_pdf": false,
120-
"need_generate_intellisense": false,
121-
"enable_branch_build_custom_validation": true,
122-
"enable_pull_request_custom_validation": true
1+
{
2+
"build_entry_point": "docs",
3+
"docsets_to_publish": [
4+
{
5+
"docset_name": "data-migration",
6+
"build_source_folder": "data-migration",
7+
"build_output_subfolder": "data-migration",
8+
"locale": "en-us",
9+
"monikers": [],
10+
"moniker_ranges": [],
11+
"open_to_public_contributors": true,
12+
"type_mapping": {
13+
"Conceptual": "Content"
14+
},
15+
"build_entry_point": "docs",
16+
"template_folder": "_themes"
17+
},
18+
{
19+
"docset_name": "sql-content",
20+
"build_source_folder": "docs",
21+
"build_output_subfolder": "sql",
22+
"locale": "en-us",
23+
"monikers": [],
24+
"moniker_ranges": [],
25+
"xref_query_tags": [
26+
"/uwp/api",
27+
"/dotnet"
28+
],
29+
"open_to_public_contributors": true,
30+
"type_mapping": {
31+
"ZonePivotGroups": "Toc",
32+
"Conceptual": "Content",
33+
"ManagedReference": "Content",
34+
"RestApi": "Content",
35+
"LandingData": "Content"
36+
},
37+
"build_entry_point": "docs",
38+
"template_folder": "_themes",
39+
"version": 0
40+
}
41+
],
42+
"notification_subscribers": [],
43+
"branches_to_filter": [],
44+
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/sql-docs",
45+
"git_repository_branch_open_to_public_contributors": "live",
46+
"skip_source_output_uploading": false,
47+
"need_preview_pull_request": true,
48+
"dependent_repositories": [
49+
{
50+
"path_to_root": "_themes",
51+
"url": "https://github.com/Microsoft/templates.docs.msft",
52+
"branch": "master",
53+
"branch_mapping": {}
54+
},
55+
{
56+
"path_to_root": "samples",
57+
"url": "https://github.com/dotnet/samples",
58+
"branch": "main",
59+
"branch_mapping": {
60+
"live": "live"
61+
}
62+
},
63+
{
64+
"path_to_root": "sqlclient",
65+
"url": "https://github.com/dotnet/sqlclient",
66+
"branch": "main",
67+
"branch_mapping": {}
68+
},
69+
{
70+
"path_to_root": "_themes.pdf",
71+
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
72+
"branch": "master",
73+
"branch_mapping": {}
74+
},
75+
{
76+
"path_to_root": "sql-server-samples",
77+
"url": "https://github.com/Microsoft/sql-server-samples",
78+
"branch": "master",
79+
"branch_mapping": {}
80+
}
81+
],
82+
"branch_target_mapping": {
83+
"live": [
84+
"Publish",
85+
"PDF"
86+
],
87+
"master": [
88+
"Publish",
89+
"PDF"
90+
],
91+
"build-pdf": [
92+
"Publish",
93+
"PDF"
94+
]
95+
},
96+
"need_generate_pdf_url_template": true,
97+
"targets": {
98+
"Pdf": {
99+
"template_folder": "_themes.pdf"
100+
}
101+
},
102+
"docs_build_engine": {
103+
"name": "docfx_v3"
104+
},
105+
"need_generate_pdf": false,
106+
"need_generate_intellisense": false,
107+
"enable_branch_build_custom_validation": true,
108+
"enable_pull_request_custom_validation": true
123109
}

.openpublishing.redirection.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42945,6 +42945,21 @@
4294542945
"redirect_url": "/sql/machine-learning/tutorials/python-ski-rental-linear-regression-deploy-model",
4294642946
"redirect_document_id": false
4294742947
},
42948+
{
42949+
"source_path": "docs/machine-learning/r/save-and-load-r-objects-from-sql-server-using-odbc.md",
42950+
"redirect_url": "/sql/machine-learning/data-exploration/save-and-load-r-objects-from-sql-server-using-odbc",
42951+
"redirect_document_id": true
42952+
},
42953+
{
42954+
"source_path": "docs/machine-learning/r/creating-multiple-models-using-rxexecby.md",
42955+
"redirect_url": "/sql/machine-learning/data-exploration/creating-multiple-models-using-rxexecby",
42956+
"redirect_document_id": true
42957+
},
42958+
{
42959+
"source_path": "docs/machine-learning/r/data-exploration-and-predictive-modeling-with-r.md",
42960+
"redirect_url": "/sql/machine-learning/tutorials/r-tutorials",
42961+
"redirect_document_id": false
42962+
},
4294842963
{
4294942964
"source_path": "docs/linux/sql-server-linux-develop-use-ssms.md",
4295042965
"redirect_url": "/sql/linux/sql-server-linux-manage-ssms",
@@ -59125,6 +59140,11 @@
5912559140
"redirect_url": "/sql/azure-data-studio/notebooks/notebooks-sql-kernel",
5912659141
"redirect_document_id": true
5912759142
},
59143+
{
59144+
"source_path": "docs/azure-data-studio/notebooks/notebooks-parameterization.md",
59145+
"redirect_url": "/sql/azure-data-studio/notebooks/parameterize-papermill",
59146+
"redirect_document_id": true
59147+
},
5912859148
{
5912959149
"source_path": "docs/ssms/tutorials/connect-query-sql-server.md",
5913059150
"redirect_url": "/sql/ssms/quickstarts/ssms-connect-query-sql-server",

data-migration/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ conceptualContent:
7575
- title: "MySQL to"
7676
links:
7777
- text: Azure Database for MySQL
78-
url: /azure/mysql/concepts-migrate-import-export
78+
url: /azure/mysql/migrate/mysql-on-premises-azure-db/01-mysql-migration-guide-intro
7979
itemType: how-to-guide
8080
- text: SQL Server
8181
url: /sql/sql-server/migrate/guides/mysql-to-sql-server

docs/ado/guide/data/hellodata-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author: rothja
1515
ms.author: jroth
1616
---
1717
# HelloData Code
18-
```
18+
```vb
1919
'BeginHelloData
2020
Option Explicit
2121

docs/analytics-platform-system/acquire-and-configure-backup-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Acquire & configure backup server
33
description: This article describes how to configure a non-appliance Windows system as a backup server for use with the backup and restore features in Analytics Platform System (APS) and Parallel Data Warehouse (PDW).
4-
author: mzaman1
4+
author: charlesfeddersen
55
ms.prod: sql
66
ms.technology: data-warehouse
77
ms.topic: conceptual
88
ms.date: 04/17/2018
9-
ms.author: murshedz
9+
ms.author: charlesf
1010
ms.reviewer: martinle
1111
ms.custom: seo-dt-2019
1212
---

docs/analytics-platform-system/acquire-and-configure-loading-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Acquire & configure loading server
33
description: This article describes how to acquire and configure a loading server as a non-appliance Windows system for submitting data loads to Parallel Data Warehouse (PDW).
4-
author: mzaman1
4+
author: charlesfeddersen
55
ms.prod: sql
66
ms.technology: data-warehouse
77
ms.topic: conceptual
88
ms.date: 04/17/2018
9-
ms.author: murshedz
9+
ms.author: charlesf
1010
ms.reviewer: martinle
1111
ms.custom: seo-dt-2019
1212
---

docs/analytics-platform-system/antivirus-software.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Antivirus software
33
description: If your data center requires antivirus software, use these guidelines to install antivirus software on Analytics Platform System (APS). We recommend not installing antivirus software unless it is a firm requirement of your data center.
4-
author: mzaman1
4+
author: charlesfeddersen
55
ms.prod: sql
66
ms.technology: data-warehouse
77
ms.topic: conceptual
88
ms.date: 04/24/2018
9-
ms.author: murshedz
9+
ms.author: charlesf
1010
ms.reviewer: martinle
1111
ms.custom: seo-dt-2019
1212
---

docs/analytics-platform-system/appliance-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Configuration checklists
33
description: Provides checklists for the tasks required to configure Analytics Platform System for your own environment. These configuration tasks are necessary before you can use the appliance.
4-
author: mzaman1
4+
author: charlesfeddersen
55
ms.prod: sql
66
ms.technology: data-warehouse
77
ms.topic: conceptual
88
ms.date: 04/17/2018
9-
ms.author: murshedz
9+
ms.author: charlesf
1010
ms.reviewer: martinle
1111
ms.custom: seo-dt-2019
1212
---

docs/analytics-platform-system/appliance-feature-switch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "Feature Switch"
33
description: "Displays information about the two feature switches that are introduced in Analytics Platform System AU7."
4-
author: "mzaman1"
4+
author: charlesfeddersen
55
ms.prod: "sql"
66
ms.technology: data-warehouse
77
ms.topic: "conceptual"
88
ms.date: "06/27/2018"
9-
ms.author: "murshedz"
9+
ms.author: charlesf
1010
ms.reviewer: "martinle"
1111
monikerRange: ">= aps-pdw-2016-au7"
1212
---

docs/analytics-platform-system/appliance-installation-and-configuration-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Appliance install and configure
33
description: Walks Analytics Platform System (APS) appliance administrators through the initial steps to set up and get started using your new appliance.
4-
author: mzaman1
4+
author: charlesfeddersen
55
ms.prod: sql
66
ms.technology: data-warehouse
77
ms.topic: conceptual
88
ms.date: 04/17/2018
9-
ms.author: murshedz
9+
ms.author: charlesf
1010
ms.reviewer: martinle
1111
ms.custom: seo-dt-2019
1212
---

0 commit comments

Comments
 (0)