Skip to content

Commit acbfba2

Browse files
authored
Merge pull request #17968 from dphansen/davidph-custom-runtimes
Update Python custom runtime - fix doc bugs and general update
2 parents ae1eaaf + 6134b84 commit acbfba2

9 files changed

Lines changed: 186 additions & 167 deletions

docs/docfx.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
"dma/**/*.md": ">= sql-server-2016 || >= sql-server-linux-2017 || = azuresqldb-current || = azuresqldb-mi-current || = azure-sqldw-latest || >= aps-pdw-2016",
200200
"dmx/**/*.md": ">= sql-server-2016",
201201
"integration-services/**/*.md": ">=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-current||=azuresqldb-mi-current",
202+
"language-extensions/**/*.md": ">= sql-server-ver15 || >= sql-server-linux-ver15",
202203
"linux/**/*.md": ">= sql-server-2017 || >= sql-server-linux-2017",
203204
"machine-learning/**/*.md": ">= sql-server-2016",
204205
"master-data-services/**/*.md": ">= sql-server-2016",
@@ -220,6 +221,10 @@
220221
"tools/**/*.md": ">= sql-server-2016 || >= sql-server-linux-2017",
221222
"t-sql/**/*.md": "= azuresqldb-current || = azuresqldb-mi-current || >= sql-server-2016 || >= sql-server-linux-2017",
222223
"xquery/**/*.md": ">= sql-server-2016 || >= sql-server-linux-2017"
224+
},
225+
226+
"zone_pivot_group_filename": {
227+
"machine-learning/**/*.md": "machine-learning/machine-learning-zone-pivot-groups.json"
223228
}
224229
},
225230

docs/machine-learning/install/custom-runtime-python.md

Lines changed: 160 additions & 165 deletions
Large diffs are not rendered by default.

docs/machine-learning/install/custom-runtime-r.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Language Extensions use the extensibility framework for executing external code.
5656

5757
- **Machine Learning Services and Language Extensions**
5858

59-
Select **Machine Learning Services and Language Extensions**. There's no need to select R.
59+
Select **Machine Learning Services and Language Extensions**. There's no need to select R.
6060

61-
![SQL Server 2019 CU3 or later installation features](../install/media/sql-feature-selection.png)
61+
:::image type="content" source="media/2019-setup-language-extensions.png" alt-text="SQL Server 2019 Language Extensions setup.":::
6262

6363
1. On the **Ready to Install** page, verify that these selections are included, and select **Install**.
6464

48.1 KB
Loading
-291 KB
Binary file not shown.
5.17 KB
Loading
-390 KB
Binary file not shown.
-14.1 KB
Binary file not shown.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# YamlMime:ZonePivotGroups
2+
# GitHub repository = 'MicrosoftDocs/sql-docs-pr/docs/machine-learning'
3+
groups:
4+
- id: python-custom-runtime-platform
5+
title: Platform
6+
prompt: Choose your platform
7+
pivots:
8+
- id: python-custom-runtime-windows
9+
title: Windows
10+
- id: python-custom-runtime-linux
11+
title: Linux
12+
- id: r-custom-runtime-platform
13+
title: Platform
14+
prompt: Choose your platform
15+
pivots:
16+
- id: r-custom-runtime-windows
17+
title: Windows
18+
- id: r-custom-runtime-linux
19+
title: Linux

0 commit comments

Comments
 (0)