Skip to content

Commit dc14cb4

Browse files
committed
(MODULES-4257) Update README with SQL Server 2016 features
This commit updates the README with new features available for SQL Server 2016, and adds notes about the deprecation of the super features.
1 parent 165fa9c commit dc14cb4

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ This example creates the same MS SQL instance as shown above with additional opt
8080

8181
### Install SQL Server tools and features not specific to a SQL Server instance
8282

83-
```puppet
84-
sqlserver_features { 'Generic Features':
85-
source => 'E:/',
86-
features => ['Tools'],
87-
}
88-
```
89-
9083
```puppet
9184
sqlserver_features { 'Generic Features':
9285
source => 'E:/',
@@ -203,8 +196,10 @@ Default: 'present'.
203196
##### `features`
204197

205198
*Required.*
206-
207-
Specifies one or more features to manage. Valid options: 'BC', 'Conn', 'SSMS', 'ADV_SSMS', 'SDK', 'IS', 'MDS', and 'Tools' (the Tools feature includes SSMS, ADV_SSMS, and Conn).
199+
200+
Specifies one or more features to manage. Valid options: 'BC', 'Conn', 'SSMS', 'ADV_SSMS', 'SDK', 'IS', 'MDS', 'BOL', 'DREPLAY_CTLR', 'DREPLAY_CLT'.
201+
202+
The 'Tools' feature is deprecated. Instead specify 'BC', 'SSMS', 'ADV_SSMS', 'Conn', and 'SDK' explicitly.
208203

209204
##### `install_switches`
210205

@@ -294,7 +289,9 @@ Default: 'present'.
294289

295290
##### `features`
296291

297-
*Required.* Specifies one or more features to manage. The list of top-level features includes 'SQL', 'AS', and 'RS'. The 'SQL' feature includes the Database Engine, Replication, Full-Text, and Data Quality Services (DQS) server. Valid options: an array containing one or more of the strings 'SQL', 'SQLEngine', 'Replication', 'FullText', 'DQ', 'AS', and 'RS'.
292+
*Required.* Specifies one or more features to manage. The list of top-level features includes 'AS' and 'RS'. Valid options: an array containing one or more of the strings 'SQL', 'SQLEngine', 'Replication', 'FullText', 'DQ', 'AS', 'RS', 'POLYBASE', and 'ADVANCEDANALYTICS'.
293+
294+
The 'SQL' feature is deprecated. Instead specify 'DQ', 'FullText', 'Replication', and 'SQLEngine' explicitly.
298295

299296
##### `install_switches`
300297

0 commit comments

Comments
 (0)