You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a common resource helper module with helper functions for localization.
Added helper functions; Get-LocalizedData, New-InvalidResultException,
New-ObjectNotFoundException, New-InvalidOperationException and
New-InvalidArgumentException.
Fixed lint error MD034 and fixed typos in README.md.
Opt-in for module files common tests (issue #119).
Removed Byte Order Mark (BOM) from the files; CommonResourceHelper.psm1 and FailoverClusters.stubs.psm1.
Opt-in for script files common tests (issue #121).
Removed Byte Order Mark (BOM) from the files; CommonResourceHelper.Tests.ps1,
MSFT_xCluster.Tests.ps1, MSFT_xClusterDisk.Tests.ps1,
MSFT_xClusterPreferredOwner.Tests.ps1, MSFT_xWaitForCluster.Tests.ps1.
Added common test helper functions to help test the throwing of localized error strings.
Get-InvalidArgumentRecord
Get-InvalidOperationRecord
Get-ObjectNotFoundException
Get-InvalidResultException.
Updated year to 2017 in license file and module manifest (issue #131).
Fixed the OutputType data type that was not fully qualified.
Minor style changes.
Fixed Script Analyzer warnings for Write-Verbose.
Changes to xClusterNetwork
Replaced the URL for the parameter Role in README.md. The new URL is a more
generic description of the possible settings for the Role parameter. The
previous URL was still correct but focused on Hyper-V in particular.
Fixed typos in parameter descriptions in README.md, comment-based help and schema.mof.