The format is based on and uses the types of changes according to Keep a Changelog, and this project adheres to Semantic Versioning.
- Adding LanguageMode and ExecutionPolicy to JeaSessionConfiguration.
- Adding herited classes that contains helper methods.
- Adding Reason class.
- Adding Reasons property in JeaSessionConfiguration and JeaRoleCapabilities resources. It's a requirement of Guest Configuration
- Adding pester tests to check Reasons property.
- Moved documentation from README.md to the GitHub repository Wiki.
- Moving the class based resources from nested modules to root module.
- Moving LocalizedData of class based resources in .strings.psd1 files. Based on style guidelines of DscCommunity.
- Updated the Required Modules and Build.Yaml with Sampler.GitHubTasks.
- Updated pipeline to current pattern and added Invoke-Build tasks.
- Removed the exported DSC resource from the module manifest under the source folder. They are automatically added to the module manifest in built module during the build process so that contributors don't have to add them manually.
- Rearranged the Azure Pipelines jobs in the file
azure-pipelines.yml
so it is easier to updated the file from the Sampler's Plaster template in the future. - The HQRM tests was run twice in the pipeline, now they are run just once.
- Updated the README.md with new section and updated the links.
- Renamed class files adding a prefix on each file so the task
Generate_Wiki_Content
works (reported issue dsccommunity/DscResource.DocGenerator#132). - Removed unnecessary entries in module manifest because of this bug in PowerShell.
- Removing dummy object
- Moving code from constructor to separate method.
- Renamed 'Test-DscParameterState' to 'Test-DscParameterState2' for a conflict with 'DscResource.Common'.
- Removing functions provided by 'DscResource.Common'
- Making property 'RoleDefinitions' non-mandatory
- Replacing 'New-PSRoleCapabilityFile' by writing the file directly
- Making 'ConvertTo-Expression' visible as it is required also from the outside
- Renamed variable '$parameters' into '$desiredState'
- Removing pre-release tag
- Migrated the resource to Sampler
- Fixed a lot of issues.
- None
- None
- None
- None