-
Notifications
You must be signed in to change notification settings - Fork 150
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
xWebSite: Resolve casing in name #535
Labels
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
hacktoberfest
See https://hacktoberfest.digitalocean.com/
Comments
RandomNoun7
added a commit
to RandomNoun7/xWebAdministration
that referenced
this issue
Oct 16, 2019
Prior to this change the case used in the resource name `xWebsite` was inconsistant and should have been `xWebSite` in all instances. - Fixes dsccommunity#535 - [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).
RandomNoun7
added a commit
to RandomNoun7/xWebAdministration
that referenced
this issue
Oct 16, 2019
Prior to this change the case used in the resource name `xWebsite` was inconsistant and should have been `xWebSite` in all instances. - Fixes dsccommunity#535 - [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).
9 tasks
RandomNoun7
added a commit
to RandomNoun7/xWebAdministration
that referenced
this issue
Oct 20, 2019
Prior to this change the case used in the resource name `xWebsite` was inconsistant and should have been `xWebSite` in all instances. - Fixes dsccommunity#535 - [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).
RandomNoun7
added a commit
to RandomNoun7/xWebAdministration
that referenced
this issue
Oct 20, 2019
Prior to this change the case used in the resource name `xWebsite` was inconsistant and should have been `xWebSite` in all instances. - Fixes dsccommunity#535 - [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).
RandomNoun7
added a commit
to RandomNoun7/xWebAdministration
that referenced
this issue
Oct 20, 2019
Prior to this change the case used in the resource name `xWebsite` was inconsistant and should have been `xWebSite` in all instances. - Fixes dsccommunity#535 - [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).
johlju
pushed a commit
that referenced
this issue
Oct 23, 2019
gstorme
pushed a commit
to gstorme/xWebAdministration
that referenced
this issue
Feb 14, 2020
) - Changes to xWebSite - Fix case of resource name from `xWebsite` to `xWebSite` (issue dsccommunity#535). - Changes to xWebSiteDefaults - Fix case of resource name from `xWebsiteDefaults` to `xWebSiteDefaults` (issue dsccommunity#535).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
hacktoberfest
See https://hacktoberfest.digitalocean.com/
There are files and folders that are named
Website
instead ofWebSite
(upper-case 'S'). Also code referencingWebsite
should be changed toWebSite
.Throughout the repository.
The text was updated successfully, but these errors were encountered: