Skip to content

v2.0.0-preview0001

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 09 May 08:00
ca2f88c

[v2.0.0-preview0001]

Changed

  • Transferred ownership to DSCCommunity.org - Fixes Issue #50.
  • Fix hash table style guideline violations.
  • Added .gitattributes file to fix bug publishing examples - Fixes Issue #40.
  • Opted into Common Tests 'Common Tests - Validate Localization' - Fixes Issue #44.
  • Renamed iSCSIDsc.ResourceHelpers module to iSCSIDsc.Common
    to align to other modules.
  • Renamed all localization strings so that they are detected by
    'Common Tests - Validate Localization'.
  • Fixed issues with mismatched localization strings.
  • Replaced iSCSIDsc.Common module with the latest version from
    DSCResource.Template.
  • Fix minor style issues in statement case.
  • Fix minor style issues in hashtable layout.
  • Correct other minor style issues.
  • Enabled PSSA rule violations to fail build - Fixes Issue #27.
  • Updated tests to meet Pester v4 standard.
  • Added Open Code of Conduct.
  • Refactored module folder structure to move resource
    to root folder of repository and remove test harness - Fixes Issue #36.
  • Converted Examples to support format for publishing to PowerShell
    Gallery.
  • Opted into common tests:
    • Common Tests - Validate Example Files To Be Published
    • Common Tests - Validate Markdown Links
    • Common Tests - Relative Path Length
    • Common Tests - Relative Path Length
  • Update to new format LICENSE.
  • Added .VSCode settings for applying DSC PSSA rules - fixes Issue #37.
  • BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
  • Updated to use continuous delivery pattern using Azure DevOps - fixes
    Issue #52.
  • Update build badges in README.md with correct build IDs.
  • Removed unused test helper function New-VDisk.
  • Added test helper function Assert-CanRunIntegrationTest to validate if
    integration tests can be successfully run on a machine.