Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Integration_Test_Resources_ReportingServices_dbatools
- Update build script path in integration tests.
- Fix style formatting in all PowerShell script files.
- Update module description on GitHub, in the conceptual help, and in
the module manifest.
- SqlSetup
- Fixed issue with AddNode where cluster IP information was not being passed to
setup.exe ([issue #1171](https://github.com/dsccommunity/SqlServerDsc/issues/1171)).
Expand Down
4 changes: 2 additions & 2 deletions source/SqlServerDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Copyright = 'Copyright the DSC Community contributors. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Module with DSC resources for deployment and configuration of Microsoft SQL Server.'
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.'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.0'
Expand Down Expand Up @@ -50,7 +50,7 @@
Prerelease = ''

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

# A URL to the license for this module.
LicenseUri = 'https://github.com/dsccommunity/SqlServerDsc/blob/main/LICENSE'
Expand Down
6 changes: 3 additions & 3 deletions source/en-US/about_SqlServerDsc.help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ TOPIC
about_SqlServerDsc

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

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

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

KEYWORDS
DSC, DscResource, SqlServer
DSC, DscResource, SqlServer, PowerBI, ReportingServices, ReportServer