Skip to content

Commit 96bf853

Browse files
authored
Merge branch 'main' into f/refactor-SqlRSSetup
2 parents a11d796 + a6c1159 commit 96bf853

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7676
- Integration_Test_Resources_ReportingServices_dbatools
7777
- Update build script path in integration tests.
7878
- Fix style formatting in all PowerShell script files.
79+
- Update module description on GitHub, in the conceptual help, and in
80+
the module manifest.
7981
- SqlSetup
8082
- Fixed issue with AddNode where cluster IP information was not being passed to
8183
setup.exe ([issue #1171](https://github.com/dsccommunity/SqlServerDsc/issues/1171)).

source/SqlServerDsc.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Copyright = 'Copyright the DSC Community contributors. All rights reserved.'
1919

2020
# Description of the functionality provided by this module
21-
Description = 'Module with DSC resources for deployment and configuration of Microsoft SQL Server.'
21+
Description = 'This module contains commands and DSC resources for deployment and configuration of Microsoft SQL Server, SQL Server Reporting Services and Power BI Report Server.'
2222

2323
# Minimum version of the Windows PowerShell engine required by this module
2424
PowerShellVersion = '5.0'
@@ -50,7 +50,7 @@
5050
Prerelease = ''
5151

5252
# Tags applied to this module. These help with module discovery in online galleries.
53-
Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource')
53+
Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource', 'SqlServer', 'PowerBI', 'ReportingServices', 'ReportServer')
5454

5555
# A URL to the license for this module.
5656
LicenseUri = 'https://github.com/dsccommunity/SqlServerDsc/blob/main/LICENSE'

source/en-US/about_SqlServerDsc.help.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ TOPIC
22
about_SqlServerDsc
33

44
SHORT DESCRIPTION
5-
DSC resources for deployment and configuration of Microsoft SQL Server.
5+
Commands and DSC resources for deployment and configuration of Microsoft SQL Server, SQL Server Reporting Services and Power BI Report Server.
66

77
LONG DESCRIPTION
8-
This module contains DSC resources for deployment and configuration of Microsoft SQL Server.
8+
This module contains commands and DSC resources for deployment and configuration of Microsoft SQL Server, SQL Server Reporting Services and Power BI Report Server.
99

1010
EXAMPLES
1111
PS C:\> Get-DscResource -Module SqlServerDsc
@@ -22,4 +22,4 @@ SEE ALSO
2222
- https://github.com/dsccommunity/SqlServerDsc
2323

2424
KEYWORDS
25-
DSC, DscResource, SqlServer
25+
DSC, DscResource, SqlServer, PowerBI, ReportingServices, ReportServer

0 commit comments

Comments
 (0)