Open
Description
Due to limitations the enum on the optional parameter was reverted in the PR commit 51cab16. When the issue dsccommunity/DscResource.Common#150 has been resolved then I suggest we try to re add it. It allows us to use the optional parameter for Get-DscProperty
on the line in the method Modify()
:
SqlServerDsc/source/Classes/020.SqlRSSetup.ps1
Lines 433 to 434 in 92c6b95