Releases: dsccommunity/JeaDsc
Releases · dsccommunity/JeaDsc
v4.0.0-preview0005
[v4.0.0-preview0005]
Added
- 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.
Changed
- 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.
Removed
- Removing dummy object
v4.0.0-preview0004
[v4.0.0-preview0004]
Added
- 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.
Changed
- 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
- Removing dummy object
v4.0.0-preview0003
[v4.0.0-preview0003]
Added
- 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.
Changed
- 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.
Removed
- Removing dummy object
v4.0.0-preview0002
[v4.0.0-preview0002]
Added
- 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.
Changed
- Moving the class based resources from nested modules to root module.
- Moving LocalizedData of class based resources in .strings.psd1 files.
Based on stylesguidelines of DscCommunity. - Updated the Required Modules and Build.Yaml with Sampler.GitHubTasks.
- Updated pipeline to current pattern and added Invoke0-Build tasks.
Removed
- Removing dummy object
v4.0.0-preview0001
[v4.0.0-preview0001]
Added
- 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.
Changed
- Moving the class based resources from nested modules to root module.
- Moving LocalizedData of class based resources in .strings.psd1 files.
Based on stylesguidelines of DscCommunity. - Updated the Required Modules and Build.Yaml with Sampler.GitHubTasks.
- Updated pipeline to current pattern and added Invoke0-Build tasks.
Removed
- Removing dummy object
v0.8.0-preview0002
[v0.8.0-preview0002]
Added
- 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.
Changed
- Moving the class based resources from nested modules to root module.
- Moving LocalizedData of class based resources in .strings.psd1 files.
Based on stylesguidelines of DscCommunity.
Removed
- Removing dummy object
v0.8.0-preview0001
[v0.8.0-preview0001]
Added
- Adding herited classes that contains helper methods.
Changed
- Moving the class based resources from nested modules to root module.
- Moving LocalizedData of class based resources in .strings.psd1 files.
Based on stylesguidelines of DscCommunity.
Removed
- Removing dummy object
v0.7.2
v0.7.1
[v0.7.1]
- 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
Added
- Migrated the resource to Sampler
Changed
- Fixed a lot of issues.
Deprecated
- None
Removed
- None
Fixed
- None
Security
- None
v0.7.1-preview0001
[v0.7.1-preview0001]
- 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
Added
- Migrated the resource to Sampler
Changed
- Fixed a lot of issues.
Deprecated
- None
Removed
- None
Fixed
- None
Security
- None