File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
source/DSCResources/DSC_SqlRS Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,9 @@ function Get-TargetResource
151
151
. PARAMETER DatabaseInstanceName
152
152
Name of the SQL Server instance to host the Reporting Service database.
153
153
154
+ . PARAMETER DatabaseName
155
+ Name of the the Reporting Services database. Default is "ReportServer".
156
+
154
157
. PARAMETER ReportServerVirtualDirectory
155
158
Report Server Web Service virtual directory. Optional.
156
159
@@ -717,6 +720,9 @@ function Set-TargetResource
717
720
. PARAMETER DatabaseInstanceName
718
721
Name of the SQL Server instance to host the Reporting Service database.
719
722
723
+ . PARAMETER DatabaseName
724
+ Name of the the Reporting Services database. Default is "ReportServer".
725
+
720
726
. PARAMETER ReportServerVirtualDirectory
721
727
Report Server Web Service virtual directory. Optional.
722
728
You can’t perform that action at this time.
0 commit comments