Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xSslSettings: Resolve Casing in Name #537

Merged

Conversation

RandomNoun7
Copy link
Contributor

@RandomNoun7 RandomNoun7 commented Oct 16, 2019

Prior to this change there was inconsistency in the way files referring
to this resource were named. The proper naming convention is
*xSslSettings* rather than *xSSLSettings*.

  • Fixes xSslSettings: Resolve casing in name #536

  • Added an entry to the change log under the Unreleased section of the CHANGELOG.md.
    Entry should say what was changed and how that affects users (if applicable), and
    reference the issue being resolved (if applicable).

  • Resource documentation added/updated in README.md.

  • Resource parameter descriptions added/updated in README.md, schema.mof
    and comment-based help.

  • Comment-based help added/updated.

  • Localization strings added/updated in all localization files as appropriate.

  • Examples appropriately added/updated.

  • Unit tests added/updated. See DSC Resource Testing Guidelines.

  • Integration tests added/updated (where possible). See DSC Resource Testing Guidelines.

  • New/changed code adheres to DSC Resource Style Guidelines and Best Practices.


This change is Reviewable

Prior to this change there was inconsistency in the way files referring
to this resource were named. The proper naming convention is
`*xSslSettings*` rather than `*xSSLSettings*`.

- Fixes dsccommunity#536

- [x] Added an entry to the change log under the Unreleased section of the CHANGELOG.md.
      Entry should say what was changed and how that affects users (if applicable), and
      reference the issue being resolved (if applicable).
- [x] Resource documentation added/updated in README.md.
- [ ] Resource parameter descriptions added/updated in README.md, schema.mof
      and comment-based help.
- [ ] Comment-based help added/updated.
- [ ] Localization strings added/updated in all localization files as appropriate.
- [x] Examples appropriately added/updated.
- [x] Unit tests added/updated. See [DSC Resource Testing Guidelines](https://github.com/PowerShell/DscResources/blob/master/TestsGuidelines.md).
- [x] Integration tests added/updated (where possible). See [DSC Resource Testing Guidelines](https://github.com/PowerShell/DscResources/blob/master/TestsGuidelines.md).
- [x] New/changed code adheres to [DSC Resource Style Guidelines](https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md) and [Best Practices](https://github.com/PowerShell/DscResources/blob/master/BestPractices.md).
@codecov-io
Copy link

codecov-io commented Oct 16, 2019

Codecov Report

Merging #537 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #537   +/-   ##
=======================================
  Coverage   91.72%   91.72%           
=======================================
  Files          17       17           
  Lines        2766     2766           
=======================================
  Hits         2537     2537           
  Misses        229      229
Impacted Files Coverage Δ
...Resources/MSFT_xSslSettings/MSFT_xSslSettings.psm1 79.62% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cbfa67d...8d1c843. Read the comment docs.

@johlju johlju added the needs review The pull request needs a code review. label Oct 16, 2019
Copy link
Member

@johlju johlju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 10 of 10 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@johlju johlju merged commit 31fb926 into dsccommunity:dev Oct 20, 2019
@johlju johlju removed the needs review The pull request needs a code review. label Oct 20, 2019
@RandomNoun7 RandomNoun7 deleted the ghissues/536-fix-xssl-name-casing branch October 20, 2019 20:32
gstorme pushed a commit to gstorme/xWebAdministration that referenced this pull request Feb 14, 2020
- Changes to xSslSettings
  - Updated casing of `xSslSettings` in all file names, folder names, schema,
    and documentation (issue dsccommunity#536).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

xSslSettings: Resolve casing in name
3 participants