BREAKING CHANGE: SqlRSSecureConnectionLevel: Remove this resource #990
Labels
breaking change
When used on an issue, the issue has been determined to be a breaking change.
enhancement
The issue is an enhancement request.
Details of the scenario you tried and the problem that is occurring:
I suggest we move
SecureConnectionLevel
parameter to the SqlRS resource and remove SqlRSSecureConnectionLevel.This was initially suggested in issue #587, but that issue is more to add SSL functionality. We could start by adding the parameter
SecureConnectionLevel
to the SqlRS resource. This would improve the SqlRS resource, and remove a lot of technical debt.The resource SqlRSSecureConnectionLevel only changes value of property
SecureConnectionLevel
, so it's a bit unnecessary for it to be a separate resource.The DSC configuration that is using the resource (as detailed as possible):
n/a
Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:
n/a
What module (SqlServer or SQLPS) and which version of the module the DSC Target Node is running:
n/a
Version of the DSC module you're using, or 'dev' if you're using current dev branch:
Dev
The text was updated successfully, but these errors were encountered: