Skip to content

Commit e38e2a4

Browse files
authored
JeaDsc: Fix failing build task Generate_Wiki_Content (#56)
- JeaDsc - Renamed class files adding a prefix on each file so the task `Generate_Wiki_Content` works (reported issue dsccommunity/DscResource.DocGenerator#132).
1 parent 7608302 commit e38e2a4

7 files changed

+3
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Based on [style guidelines](https://dsccommunity.org/styleguidelines/localizatio
3131
in the future.
3232
- The HQRM tests was run twice in the pipeline, now they are run just once.
3333
- Updated the README.md with new section and updated the links.
34+
- Renamed class files adding a prefix on each file so the task `Generate_Wiki_Content`
35+
works (reported issue https://github.com/dsccommunity/DscResource.DocGenerator/issues/132).
3436

3537
### Removed
3638

File renamed without changes.

tests/Integration/JeaRoleCapabilities.Tests.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ InModuleScope JeaDsc {
2828
BeforeEach {
2929
$class = [JeaRoleCapabilities]::New()
3030
$class.Path = 'TestDrive:\ModuleFolder\RoleCapabilities\ExampleRole.psrc'
31+
$class.VisibleCmdlets = 'Get-Command'
3132
}
3233

3334
Context 'Testing Get method when Ensure is Present' {

0 commit comments

Comments
 (0)