dsccommunity / WSManDsc

DSC resources for configuring WS-Management and PowerShell Remoting.
https://dsccommunity.org
MIT License
19 stars 8 forks source link

Ensure all MOF parameters are returned in WSManListener - Fixes #21 #22

Closed PlagueHO closed 6 years ago

PlagueHO commented 6 years ago

Pull Request (PR) description This PR ensures that Get-TargetResource in WSManListener resource returns all the parameters in the MOF file.

It also corrects some style issues.

This Pull Request (PR) fixes the following issues:

Task list:

@Johlju - would you mind reviewing this one for me?


This change is Reviewable

codecov[bot] commented 6 years ago

Codecov Report

Merging #22 into dev will increase coverage by <1%. The diff coverage is 77%.

Impacted file tree graph

@@        Coverage Diff         @@
##           dev   #22    +/-   ##
==================================
+ Coverage   88%   89%   +<1%     
==================================
  Files        2     2            
  Lines      239   258    +19     
==================================
+ Hits       212   230    +18     
- Misses      27    28     +1