Skip to content

Releases: dsccommunity/WebAdministrationDsc

v2.8.0

25 Dec 13:00
bfe8171
Compare
Choose a tag to compare
  • Fix multiple HTTPS bindings on one xWebsite receiving the first binding's certificate #332
    • Added unit regression test
  • Changes to xWebsite
    • Added ServerAutoStart (controls website autostart) and changed documentation for ServiceAutoStartEnabled (controls application auto-initialization). Fixes #325.
    • Fix multiple HTTPS bindings on one xWebsite receiving the first binding's certificate #332
      • Added unit regression test
  • Changes to xWebAppPool
    • Fix false Test-TargetResource failure for logEventOnRecycle if items in the Configuration property are specified in a different order than IIS natively stores them #434
  • Changes to xIisModule
    • Fixed the parameters specification for the internal Get-IISHandler and Remove-IISHandler function

v2.7.0

25 Dec 13:00
3a0dc08
Compare
Choose a tag to compare
  • 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.

v2.6.0

25 Dec 13:00
91ef234
Compare
Choose a tag to compare
  • 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 function Install-NewSelfSignedCertificateExScript.
  • Updated unit test for helper function Find-Certificate to check for multiple
    subject names in different orders.

v2.5.0

25 Dec 12:59
9795b3a
Compare
Choose a tag to compare
  • Added SiteId to xWebSite to address [396]
  • xWebSite: Full path is used to get list of default documents
  • xIISLogging: Added support for LogTargetW3C
  • xWebsite: Added support for LogTargetW3C

v2.4.0

25 Dec 12:59
da3d390
Compare
Choose a tag to compare
  • Explicitly removed extra hidden files from release package

v2.3.0

25 Dec 12:59
fdefca3
Compare
Choose a tag to compare
  • Update appveyor.yml to use the default template.
  • Added default template file .gitattributes, and added default settings for
    Visual Studio Code.
  • Line endings was fixed in files that was committed with wrong line ending.

v2.2.0

25 Dec 12:59
e273b8b
Compare
Choose a tag to compare
  • 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

25 Dec 12:59
10f14a3
Compare
Choose a tag to compare
  • 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

25 Dec 12:58
10f14a3
Compare
Choose a tag to compare
  • 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

25 Dec 12:58
bc03ae5
Compare
Choose a tag to compare
  • 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 function Install-NewSelfSignedCertificateExScript.
  • Fix unit tests for xWebSite that failed because Get-Command and 'Stop-WebStie`
    wasn't properly mocked.