Skip to content

Commit 9177dbf

Browse files
committed
Updated help
1 parent 2c3b0da commit 9177dbf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/DSCResources/DSC_SqlRS/DSC_SqlRS.psm1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ function Get-TargetResource
151151
.PARAMETER DatabaseInstanceName
152152
Name of the SQL Server instance to host the Reporting Service database.
153153
154+
.PARAMETER DatabaseName
155+
Name of the the Reporting Services database. Default is "ReportServer".
156+
154157
.PARAMETER ReportServerVirtualDirectory
155158
Report Server Web Service virtual directory. Optional.
156159
@@ -717,6 +720,9 @@ function Set-TargetResource
717720
.PARAMETER DatabaseInstanceName
718721
Name of the SQL Server instance to host the Reporting Service database.
719722
723+
.PARAMETER DatabaseName
724+
Name of the the Reporting Services database. Default is "ReportServer".
725+
720726
.PARAMETER ReportServerVirtualDirectory
721727
Report Server Web Service virtual directory. Optional.
722728

0 commit comments

Comments
 (0)