Releases: dsccommunity/WebAdministrationDsc
Releases · dsccommunity/WebAdministrationDsc
v2.8.0
- Fix multiple HTTPS bindings on one xWebsite receiving the first binding's certificate #332
- Added unit regression test
- Changes to xWebsite
- Changes to xWebAppPool
- Fix false
Test-TargetResource
failure forlogEventOnRecycle
if items in the Configuration property are specified in a different order than IIS natively stores them #434
- Fix false
- Changes to xIisModule
- Fixed the parameters specification for the internal Get-IISHandler and Remove-IISHandler function
v2.7.0
- Changes to xWebAdministration
- Opt-in to the following DSC Resource Common Meta Tests:
- Common Tests - Relative Path Length
- Common Tests - Validate Script Files
- Common Tests - Validate Module Files
- Common Tests - Validate Markdown Files
- Common Tests - Validate Markdown Links
- Common Tests - Custom Script Analyzer Rules
- Common Tests - Flagged Script Analyzer Rules
- Common Tests - Required Script Analyzer Rules
- Common Tests - Validate Example Files
- Add ConfigurationPath to xIisMimeTypeMapping examples since it is now a required field.
- Opt-in to the following DSC Resource Common Meta Tests:
v2.6.0
- Changed order of classes in schema.mof files to workaround #423
- Fix subject comparison multiple entries for helper function
Find-Certificate
that could not find the test
helper functionInstall-NewSelfSignedCertificateExScript
. - Updated unit test for helper function
Find-Certificate
to check for multiple
subject names in different orders.
v2.5.0
v2.4.0
v2.3.0
v2.2.0
- Added new parameter 'Location' to WebApplcationHandler extending functionality to address [392]
- Changes to xWebAdministration
- Update section header for WebApplicationHandler in README.
- Fix tests for helper function
Get-LocalizedData
in Helper.Tests.ps1
that referenced the wrong path.
- Remove duplication in MSFT_xWebsite.psm1. Krzysztof Morcinek (@kmorcinek)
- Updates xIISMimeTypeMapping to add MIME type mapping for nested paths
v2.1.0
- Added new resources xWebConfigProperty and xWebConfigPropertyCollection extending functionality provided by xWebConfigKeyValue, addresses #249.
- Fixed Get-DscConfiguration throw in xWebSite; addresses #372. Reggie Gibson (@regedit32)
- Added WebApplicationHandler resource for creating and modifying IIS Web Handlers. Fixes #337
- Added WebApplicationHandler integration tests
- Added WebApplicationHandler unit tests
- Deprecated xIISHandler resource. This resource will be removed in future release
v2.0.0
- Changes to xWebAdministration
- Moved file Codecov.yml that was added to the wrong path in previous release.
- Updated xWebSite to include ability to manage custom logging fields.
Reggie Gibson (@regedit32) - Updated xIISLogging to include ability to manage custom logging fields
(issue #267).
@ldillonel - BREAKING CHANGE: Updated xIisFeatureDelegation to be able to manage any
configuration section.
Reggie Gibson (@regedit32)
v1.20.0
- Fix Get-DscConfiguration failure with xWebApplication and xWebSite resources
(issue #302 and issue #314). - Add Codecov support.
- Added .vscode\settings.json so that code can be easily formatted in VSCode
closer according to the style guideline. - Updated README.md with a branches section, and added Codecov badges.
- Fix unit test for helper function
Find-Certificate
that could not find the test
helper functionInstall-NewSelfSignedCertificateExScript
. - Fix unit tests for xWebSite that failed because
Get-Command
and 'Stop-WebStie`
wasn't properly mocked.