Convert xComputer to HQRM and move strings to Localization File - Fixes #101#102
Convert xComputer to HQRM and move strings to Localization File - Fixes #101#102PlagueHO merged 5 commits intodsccommunity:devfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #102 +/- ##
==================================
+ Coverage 80% 83% +2%
==================================
Files 6 6
Lines 688 693 +5
==================================
+ Hits 555 576 +21
+ Misses 133 117 -16 |
|
Reviewed 9 of 9 files at r1. DSCResources/MSFT_xComputer/MSFT_xComputer.psm1, line 1 at r1 (raw file):
Single quotes DSCResources/MSFT_xComputer/MSFT_xComputer.psm1, line 442 at r1 (raw file):
This row seems unnecessary, because the text is almost identical to the row below. DSCResources/MSFT_xComputer/MSFT_xComputer.psm1, line 493 at r1 (raw file):
This localized string does not take any arguments. DSCResources/MSFT_xComputer/MSFT_xComputer.psm1, line 548 at r1 (raw file):
NetBIOS Tests/Unit/MSFT_xComputer.Tests.ps1, line 157 at r1 (raw file):
$env:COMPUTERNAME Throughout. Tests/Unit/MSFT_xComputer.Tests.ps1, line 866 at r1 (raw file):
Single quotes. Throughout. (but only seen it here and below) Comments from Reviewable |
|
All done! Thanks @johlju Review status: 6 of 9 files reviewed at latest revision, 6 unresolved discussions. DSCResources/MSFT_xComputer/MSFT_xComputer.psm1, line 1 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. DSCResources/MSFT_xComputer/MSFT_xComputer.psm1, line 442 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. DSCResources/MSFT_xComputer/MSFT_xComputer.psm1, line 493 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Good catch! Done. DSCResources/MSFT_xComputer/MSFT_xComputer.psm1, line 548 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. Tests/Unit/MSFT_xComputer.Tests.ps1, line 157 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. Tests/Unit/MSFT_xComputer.Tests.ps1, line 866 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. Comments from Reviewable |
|
Reviewed 3 of 3 files at r2. Comments from Reviewable |
Pull Request (PR) description
Convert xComputer resource to HQRM standards and move strings to Localization file.
This Pull Request (PR) fixes the following issues:
Task list:
@johlju - would you mind reviewing if you get time?
This change is