Closed jeffotterpohl closed 3 years ago
Merging #93 (f48b489) into master (b81fa04) will increase coverage by
0%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #93 +/- ##
=====================================
Coverage 98% 98%
=====================================
Files 38 38
Lines 5246 5250 +4
=====================================
+ Hits 5155 5159 +4
Misses 91 91
Pull Request (PR) description
When running Invoke-DscResource -Module ConfigMgrCBDsc -Name CMAccounts -Method Get -Properties @{SiteCode = 'TST';Account = 'TestUser} and only 1 account exists in CMAccounts you receive a CIMInstance error as originally it was expected and Array return vs a string. Updated module to fix this issue.
This Pull Request (PR) fixes the following issues
Task list
This change is