dsccommunity / FailoverClusterDsc

This module contains DSC resources for deployment and configuration of Windows Server Failover Cluster.
MIT License
60 stars 54 forks source link

xClusterPreferredOwner: Script Analyzer warnings that need to be fixed #50

Closed johlju closed 7 years ago

johlju commented 7 years ago

MSFT_xClusterPreferredOwner.psm1 (Line 8): The 'Key' parameter 'ClusterName' is not present in 'Get-TargetResource' DSC resource function(s). MSFT_xClusterPreferredOwner.psm1 (Line 65): The 'Key' parameter 'ClusterName' is not present in 'Set-TargetResource' DSC resource function(s). MSFT_xClusterPreferredOwner.psm1 (Line 153): The 'Key' parameter 'ClusterName' is not present in 'Test-TargetResource' DSC resource function(s).

johlju commented 7 years ago

This is failing tests, so this need to be resolved.

https://ci.appveyor.com/project/johlju/xfailovercluster/build/1.6.1.0#L170