dsccommunity / SqlServerDsc

This module contains DSC resources for deployment and configuration of Microsoft SQL Server.
MIT License
360 stars 225 forks source link

Set-SqlDscReportServerVirtualDirectory: New command proposal #2015

Open johlju opened 6 months ago

johlju commented 6 months ago

Command proposal

Command for configuring Reportings Services virtual directory.

Could use the code here:

https://github.com/dsccommunity/SqlServerDsc/blob/026647ca36ce154a86facf195d00c27c2668281a/source/DSCResources/DSC_SqlRS/DSC_SqlRS.psm1#L352-L364

https://github.com/dsccommunity/SqlServerDsc/blob/026647ca36ce154a86facf195d00c27c2668281a/source/DSCResources/DSC_SqlRS/DSC_SqlRS.psm1#L385-L397

Proposed parameters

Parameter Mandatory Data type Description Default value Allowed values
ParameterName Yes String Detailed description None None

Special considerations or limitations

None.