xWebSiteDefaults: Move localization strings to strings.psd1 - #515
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #515 +/- ##
=======================================
Coverage 91.39% 91.39%
=======================================
Files 17 17
Lines 2661 2661
=======================================
Hits 2432 2432
Misses 229 229
Continue to review full report at Codecov.
|
|
Please update this PR similar to #514. |
johlju
left a comment
There was a problem hiding this comment.
Reviewed 1 of 2 files at r1, 1 of 2 files at r2, 1 of 1 files at r3.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @omiossec)
DSCResources/MSFT_xWebSiteDefaults/MSFT_xWebSiteDefaults.psm1, line 29 at r3 (raw file):
$script:LocalizedData
Please make it $script:localizedData (lower-case 'l'). Throughout.
|
$script:localizedData (lower-case 'l') done |
johlju
left a comment
There was a problem hiding this comment.
Reviewed 1 of 1 files at r4.
Reviewable status:complete! all files reviewed, all discussions resolved
johlju
left a comment
There was a problem hiding this comment.
Reviewed 1 of 1 files at r5.
Reviewable status:complete! all files reviewed, all discussions resolved
…nity#515) - Changes to xWebSiteDefaults - Move localization strings to strings.psd1 file (issue dsccommunity#475).
Pull Request (PR) description
MSFT_xWebSiteDefaults: move localization strings to psd1
This Pull Request (PR) fixes the following issues
Task list
Entry should say what was changed, and how that affects users (if applicable).
and comment-based help.
This change is