SqlSetup: Should not skip cluster validation tests #335
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 try and problem that is occurring:
When installing a clustered SQL Server instance, the undocumented parameter
/SkipRules='Cluster_VerifyForErrors'
is automatically added to the setup arguments. This can introduce supportability issues when contacting Microsoft for support. See this article for more information. This option should be converted to a parameter to support all use cases.The DSC configuration that is using the resource (as detailed as possible):
Any configuration which specifies 'InstallFailoverCluster' or 'CompleteFailoverCluster' for the parameter 'Action'.
Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:
Windows Server 2008R2+
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: