Skip to content

Commit

Permalink
BREAKING CHANGE: xWebAdministration renamed to WebAdministrationDsc: …
Browse files Browse the repository at this point in the history
…Renamed all DSCResources, Examples, Modules and Tests where applicable (#601)
  • Loading branch information
nickgw authored Jun 8, 2022
1 parent f6211b9 commit e479b30
Show file tree
Hide file tree
Showing 166 changed files with 1,412 additions and 4,605 deletions.
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/Problem_with_resource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,13 @@ body:
- type: textarea
id: moduleVersion
attributes:
label: xWebAdministration version
label: WebAdministrationDsc version
description: |
Please provide the version of the xWebAdministration module that was used. _Will be automatically formatted as plain text._
Please provide the version of the WebAdministrationDsc module that was used. _Will be automatically formatted as plain text._
To help with this information, please run this command: `Get-Module -Name 'xWebAdministration' -ListAvailable | ft Name,Version,Path`
To help with this information, please run this command: `Get-Module -Name 'WebAdministrationDsc' -ListAvailable | ft Name,Version,Path`
placeholder: |
Add module information here
render: text
validations:
required: true

35 changes: 23 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Changelog for xWebAdministration
# Changelog for WebAdministrationDsc

The format is based on and uses the types of changes according to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Expand All @@ -7,12 +7,23 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)

## [Unreleased]

### Changed

- xWebAdministration
- BREAKING CHANGE
- Renamed _xWebAdministration_ to _WebAdministrationDSC_ - fixes [Issue #69](https://github.com/dsccommunity/WebAdministrationDsc/issues/213).
- Changed all MSFT_xResourceName to DSC_ResourceName.
- Updated DSCResources, Examples, Modules and Tests for new naming.
- Updated README.md from _xWebAdministration_ to _WebAdministrationDSC_
- Removed deprecated resource `xIISHandler`
- Removed deprecated resource `xWebConfigKeyValue`

## [3.3.0] - 2022-06-03

### Deprecated

- **The module _xWebAdministration_ will be renamed to _WebAdministrationDsc_
([issue #213](https://github.com/dsccommunity/xWebAdministration/issues/213)).
([issue #213](https://github.com/dsccommunity/WebAdministrationDsc/issues/213)).
The version `v3.3.0` will be the the last release of _xWebAdministration_.
Version `v4.0.0` will be released as _WebAdministrationDsc_, it will be
released shortly after the `v3.3.0` release to be able to start transition
Expand All @@ -22,7 +33,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
### Changed

- xWebAdministration
- Renamed `master` branch to `main` ([issue #591](https://github.com/PowerShell/xWebAdministration/issues/591)).
- Renamed `master` branch to `main` ([issue #591](https://github.com/dsccommunity/WebAdministrationDsc/issues/591)).
- The pipeline will now update the module manifest property `DscResourcesToExport`
automatically.
- Only run the CI/CD pipeline on branch _main_ when there are changes to files
Expand Down Expand Up @@ -50,11 +61,11 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)

### Added

- xWebAdminstration
- xWebAdministration
- Integration tests are running on more Microsoft-hosted agents to
test all possible operating systems ([issue #550](https://github.com/PowerShell/xWebAdministration/issues/550)).
- Fix a few lingering bugs in CICD ([issue #567](https://github.com/PowerShell/xWebAdministration/issues/567))
- Remove an image from testing that MS will be deprecating soon ([issue #565](https://github.com/PowerShell/xWebAdministration/issues/567))
test all possible operating systems ([issue #550](https://github.com/dsccommunity/WebAdministrationDsc/issues/550)).
- Fix a few lingering bugs in CICD ([issue #567](https://github.com/dsccommunity/WebAdministrationDsc/issues/567))
- Remove an image from testing that MS will be deprecating soon ([issue #565](https://github.com/dsccommunity/WebAdministrationDsc/issues/567))

### Changed

Expand All @@ -76,16 +87,16 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
- Updated build.yaml to use the correct values.
- xWebSite
- Ensure that Test-TargetResource in xWebSite tests all properties before
returning true or false, and that it uses a consistent style ([issue #221](https://github.com/PowerShell/xWebAdministration/issues/550)).
returning true or false, and that it uses a consistent style ([issue #221](https://github.com/dsccommunity/WebAdministrationDsc/issues/550)).
- xIisMimeTypeMapping
- Update misleading localization strings
- xIisLogging
- Add Ensure to LogCustomFields. ([issue #571](https://github.com/dsccommunity/xWebAdministration/issues/571))
- Add Ensure to LogCustomFields. ([issue #571](https://github.com/dsccommunity/WebAdministrationDsc/issues/571))

### Fixed

- WebApplicationHandler
- Integration test should no longer fail intermittent ([issue #558](https://github.com/PowerShell/xWebAdministration/issues/558)).
- Integration test should no longer fail intermittent ([issue #558](https://github.com/dsccommunity/WebAdministrationDsc/issues/558)).

## [3.1.1] - 2020-01-10

Expand Down Expand Up @@ -114,7 +125,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)

- xWebAdministration
- Added continuous delivery with a new CI pipeline
([issue #547](https://github.com/PowerShell/xWebAdministration/issues/547)).
([issue #547](https://github.com/dsccommunity/WebAdministrationDsc/issues/547)).
- Added CONTRIBUTION.md.

### Changed
Expand All @@ -135,7 +146,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)

- WebApplicationHandler
- Fix Test-TargetResource to compare only properties that are specified
in the configuration ([issue #544](https://github.com/PowerShell/xWebAdministration/issues/544)).
in the configuration ([issue #544](https://github.com/dsccommunity/WebAdministrationDsc/issues/544)).
- xWebConfigProperty
- In some cases a verbose message was not outputted with any text, now
all verbose messages are correctly shown.
Expand Down
Loading

0 comments on commit e479b30

Please sign in to comment.