Skip to content

1.11.0.0

Compare
Choose a tag to compare
@johlju johlju released this 16 Dec 11:43
f453c99
  • Changes to xFailOverCluster
    • Update appveyor.yml to use the default template.
    • Added default template files .codecov.yml, .gitattributes, and .gitignore,
      and .vscode folder.
    • Added FailoverClusters2012.stubs.psm1 from Windows Server 2012 and
      renamed existing test stub file to FailoverClusters2016.stubs.psm1.
    • Modified Pester Describe blocks to include which version of the
      FailoverClusters module is being tested.
    • Modified Pester tests to run against 2012 and 2016 stubs in sequence.
  • Changes to xCluster
    • Fixed cluster creation on Windows Server 2012 by checking if the New-Cluster command
      supports -Force before using it (issue #188).
  • Changes to xClusterQuorum
    • Changed some internal parameter names from the Windows Server 2016 version aliases
      which are compatible with Windows Server 2012.
  • Changes to xClusterNetwork
    • Fixed Set-TargetResource for Windows Server 2012 by removing call to Update method
      as it doesn't exist on this version and updates automatically.