Conversation
Refactor to Remove Harness - Fixes #11
If file does not exist Test-TargetResouce will return $false Updated tests.
So Test-TargetResource return $false if file being managed doesn't exist
Issue#13 - Update all DSC resources Test-TargetResource to return $false when file being manged does not exist.
Correct Configuration Names in Example files - Fixes #15
Add pull request template and issue templates - Fixes #17
Updated PR Template
Change IniSettingsFile unit tests to be non-destructive - Fixes #22
Codecov Report
@@ Coverage Diff @@
## master #24 +/- ##
====================================
- Coverage 99% 91% -9%
====================================
Files 3 5 +2
Lines 177 246 +69
====================================
+ Hits 176 224 +48
- Misses 1 22 +21 |
|
The deploy step is not opt-in to. All is opt-out. |
|
Either change to |
|
@johlju - good catch! Doh! Fixed. |
|
That didn't work out as expected. 🙂 Is it the wrong key or something else? 🤔 |
|
Wrong key 😁 I created a key that could only publish FileContentDsc - I needed to make a general key that could be used. But all good now! https://ci.appveyor.com/project/PlagueHO/filecontentdsc#L1186 So they're all up on the PS Gallery now: Install-Script -Name IniSettingsFile_SetPlainTextEntry_Config Great work @johlju !!!! |
|
I'll begin to work on other resources soon 😁 |
|
@PlagueHO when is this going to make it to the PSGallery? I'm still seeing version 1.0.0.38. |
|
@jcwalker - that is my bad. I was focusing on the new auto example feature and forgot the actual module. I'm publish today. Sorry about that. |
|
@jcwalker - published to the PSGallery now. |
|
@PlagueHO No worries and thanks for all you do! |
|
@jcwalker - a pleasure to support the community and thanks for your help too! 😁 |
Pull Request (PR) description
Releasing 1.1.0.0
This change is