Skip to content

Releases: dsccommunity/WebAdministrationDsc

v1.19.0

25 Dec 12:58
a603968
Compare
Choose a tag to compare
  • xWebAppPoolDefaults now returns values. Fixes #311.
  • Added unit tests for xWebAppPoolDefaults. Fixes #183.

v1.18.0

25 Dec 12:57
Compare
Choose a tag to compare
  • Added sample for xWebVirtualDirectory for creating a new virtual directory. Bugfix for #195.
  • Added integration tests for xWebVirtualDirectory. Fixes #188.
  • xWebsite:
    • Fixed bugs when setting log properties, fixes #299.

v1.17.0

25 Dec 12:57
Compare
Choose a tag to compare
  • Added removal of self signed certificate to the integration tests of xWebsite, fixes #276.
  • Added EnabledProtocols to xWebApplication.
  • Changed SSLFlags for xWebApplication to comma seperate multiple SSL flags, fixes #232.

v1.16.0

25 Dec 12:57
Compare
Choose a tag to compare
  • Log directory configuration on xWebsite used the logPath attribute instead of the directory attribute. Bugfix for #256.
  • Changed xWebConfigKeyValue to use the key for changing existing values. Bugfix for #107.
  • Changed validation of LogTruncateSize for xIisLogging and xWebsite to UInt64 validation.
  • Make PhysicalPath optional in xWebsite. Bugfix for #264.

v1.15.0

25 Dec 12:57
Compare
Choose a tag to compare
  • Corrected name of AuthenticationInfo parameter in Readme.md.
  • Added sample for xWebApplication for adding new web application.
  • Corrected description for AuthenticationInfo for xWebApplication and xWebsite.
  • Added samples for xWebConfigKeyValue for adding and removing appSettings.
  • Added sample for xWebAppPoolDefaults for configuring the application pool defaults.
  • Added sample for xWebSiteDefaults for configuring the site defaults.
  • Updated Readme.md for xWebConfigKeyValue. Added xIISHandler and xWebSiteDefaults.

v1.14.0

25 Dec 12:56
Compare
Choose a tag to compare
  • xWebApplication:
    • Fixed bug when setting PhysicalPath and WebAppPool
    • Changes to the application pool property are now applied correctly

1.13.0

25 Dec 12:56
Compare
Choose a tag to compare
  • Added unit tests for xWebConfigKeyValue and cleaned up style formatting.
  • Added a stubs file for the WebAdministration functions so that the unit tests do not require a server to run
  • Converted appveyor.yml to install Pester from PSGallery instead of from Chocolatey.
  • Updated appveyor.yml to use the default image.

v1.12.0

25 Dec 12:56
Compare
Choose a tag to compare
  • xWebAppPool updates:
    -Replaced 3 calls to Invoke-Expression with a call to a new helper function - Get-Property
  • xWebsite updates:
    • Bugfix for #131 The site name should be passed in as argument for Test-AuthenticationInfo
    • Improved BindingInfo validation: the HostName property is required for use with Server Name Indication (i.e., when the SslFlags property is set to 1 or 3).
  • Adding conditional logic to install the test helper module from the gallery if the user downloaded the module from the gallery.
  • Added xSslSettings integration tests
  • Added fixes to xSslSettings. Corrected spelling and formatting in base resource and tests. Added misc comments. Added ValidateSet to bindings param.
  • Added xIISLogging resource which supports for the following options:
    • LogPath
    • LogFlags
    • LogPeriod
    • LogTruncateSize
    • LoglocalTimeRollover
    • LogFormat
  • Added IIS Logging to xWebsite which support for the following options:
    • LogPath
    • LogFlags
    • LogPeriod
    • LogTruncateSize
    • LoglocalTimeRollover
    • LogFormat
  • xWebApplication updates:
    • xWebApplication integration tests updated
    • Added fixes to xWebApplication. Formatted resources to DSC StyleGuideLines, fixed logging statements, fixed incorrect Get-TargetResource param block, fixed Test-SslFlags validation, fixed unit test mocking of Test-SslFlags, added Ssl128 option to SslFlags
    • Added EnabledProtocols
    • Fixed:
      • Formatted resources to DSC StyleGuideLines
        • Logging statements
        • Incorrect Get-TargetResource param block
        • Test-SslFlags validation
        • Unit test mocking of Test-SslFlags

v1.11.0

25 Dec 12:55
Compare
Choose a tag to compare
  • xWebAppPool updates:
    • Bug fixes, error handling and input validation improvements.
    • The following properties were added: idleTimeoutAction, logEventOnProcessModel, setProfileEnvironment.
    • The resource was updated to ensure a specific state only for the explicitly specified properties.
    • The type of the following properties was changed to Boolean: autoStart, enable32BitAppOnWin64, enableConfigurationOverride,
      passAnonymousToken, cpuSmpAffinitized, loadUserProfile, manualGroupMembership, pingingEnabled, setProfileEnvironment,
      orphanWorkerProcess, rapidFailProtection, disallowOverlappingRotation, disallowRotationOnConfigChange.
    • Unit and integration tests updated.
  • xWebsite updated to remove invisible Unicode "LEFT-TO-RIGHT MARK" character from the *CertificateThumbprint- property value.
  • Added Preload and ServiceAutoStart functionality to xWebsite and xWebApplication
  • Added AuthenticationInformation to xWebsite and xWebApplication
  • Added SslFlags to xWebApplication

v1.10.0

25 Dec 12:55
Compare
Choose a tag to compare
  • Fixed script analyzer failures in examples
  • xWebsite: Fixed an issue in BindingInfo validation that caused multiple bindings with the same port and protocol treated as invalid.
  • Changed PhysicalPath in xWebsite to be optional
  • Changed WebApplication in xWebVirtualDirectory to accept empty strings for referring to the top-level IIS site