Skip to content

v2.0.0-preview0003

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 21 Jan 05:44
· 2 commits to main since this release
f0d2cdb

[v2.0.0-preview0003]

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.
  • Fixed build failures caused by changes in ModuleBuilder module v1.7.0
    by changing CopyDirectories to CopyPaths - Fixes Issue #58.
  • Updated to use the common module DscResource.Common - Fixes Issue #53.
  • Pin Pester module to 4.10.1 because Pester 5.0 is missing code
    coverage - Fixes Issue #60.
  • Automatically publish documentation to GitHub Wiki - Fixes Issue #61.
  • Renamed master branch to main - Fixes Issue #63.