v3.0.0-preview0004
Pre-release
Pre-release
[v3.0.0-preview0004]
Added
- SecurityPolicyDsc:
- Added automatic release with a new CI pipeline.
Issue #143.
- Added automatic release with a new CI pipeline.
Changed
- Updated pipeline with
Sampler.GitHubTasks
tasks. - SecurityPolicyDsc:
- AccountPolicy/SecurityOption:
- BREAKING: Introduced support for PowerShell v7 (Invoke-DscResource).
With this change, we start using Import-PowerShellDataFile, which is only available from PowerShell v5.
This means Windows PowerShell 4 (WMF 4) is no longer supported.
- BREAKING: Introduced support for PowerShell v7 (Invoke-DscResource).
- Resolved custom Script Analyzer rules that was added to the test framework.
- Moved change log to CHANGELOG.md.
- Added support for more SDDL SID constants
Issue #126.- Added functions to convert identity to and from SDDL SID constants.
- Changed Format-RestrictedRemoteSAM to use new function to create strings with additional SDDL SID constants.
- Changed ConvertTo-CimRestrictedRemoteSam to use new function to accept more possible SDDL SID constants.
- Changed ConvertTo-CimRestrictedRemoteSam to skip CimInstance creation if no valid Identity was found.
- Added schema descriptions for all properties and update README.
- Added PowerShell Dsc Resource Help Files.
- AccountPolicy/SecurityOption:
- AccountPolicy:
- Improved and updated unit tests to Pester v4 format.
Fixed
- AccountPolicy:
- Ensure
Get
method returns the specifiedName
property. - Fix applying Account_lockout_duration to zero
Issue #140.
- Ensure