Skip to content

v3.0.0

Compare
Choose a tag to compare
@johlju johlju released this 25 Dec 13:01
a8975e7
  • Changes to xWebAdministration
    • Changes to PULL_REQUEST_TEMPLATE.md
      • Improving descriptive text around the CHANGELOG.md entry.
      • Adding note that entry in CHANGELOG.md is mandatory for all PRs.
    • Resolved custom Script Analyzer rules that was added to the test
      framework.
    • Moved change log from README.md to a separate CHANGELOG.md (issue #446).
    • Remove example 'Creating the default website using configuration
      data' from README.md (issue #488).
    • Removed examples README.md as it was obsolete (issue #482).
    • Updated Ensure property description for xIisHandler resource to
      match schema.mof
    • Moved examples from Readme.md to respective /Examples/Resources/
      folders (issue #486).
    • Created new folder structure for examples so that examples will be
      placed in /Examples/Resources/$resourceName (issue #483).
    • Added a table of contents for the resource list (issue #450).
    • Alphabetized the resource list in the README.md (issue #449).
    • Optimized exporting in the module manifest for best performance (issue #448).
    • Updated hashtables in the repo to adhere to the style guidelines
      described at https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md#correct-format-for-hashtables-or-objects
      (issue #524)
    • Moved example Sample_EndToEndxWebAdministration from readme.md to a
      separate .ps1 in /examples/ (issue #491)
    • Removed example 'Create and configure an application pool' from
      README.md (issue #489).
  • Changes to xIisHandler
    • Updated schema.mof to include descriptions for each property (issue #453).
    • Moved MSFT_xIisHandler localization strings to strings.psd1 (issue #463).
  • Changes to xWebSite
    • Fix Get-TargetResource so that LogFlags are returned as expected
      array of strings (one for each flag) rather than an array containing
      a single comma-separated string of flags' (issue #332).
    • Moved localization strings to strings.psd1 file (issue #475)
    • Updated schema.mof so that each property has an appropriate description (issue #456).
    • Updated schema.mof and README so that SourceType and SourceName
      properties for MSFT_xLogCustomFieldInformation are associated with
      the appropriate descriptions and valuemaps/values (issue #456).
    • Move examples from README.md to resource examples folder (issue #487).
    • Fix case of resource name from xWebsite to xWebSite (issue #535).
  • Changes to xIISLogging
    • Fix Get-TargetResource so that LogFlags are returned as expected
      array of strings (one for each flag) rather than an array containing
      a single comma-separated string of flags (issue #332).
    • Moved MSFT_xIisLogging localization strings to strings.psd1 (issue #464).
  • Changes to xSslSettings
    • Updated casing of xSslSettings in all file names, folder names,
      schema, and documentation (issue #461).
    • Updated casing of xSslSettings in all file names, folder names,
      schema, and documentation (issue #536).
    • Moved MSFT_xSslSettings localization strings to strings.psd1 (issue #467).
  • Changes to xWebConfigKeyValue
    • Updated schema.mof to include a description for the Ensure property (issue #455).
    • Move localization strings to strings.psd1 file (issue #472).
  • Changes to xWebAppPoolDefaults
    • Move localization strings to strings.psd1 file (issue #470).
    • BREAKING CHANGE: Changed ApplyTo key parameter to IsSingleInstance
      to bring the resource into compliance with published best practices (issue #462).
  • Changes to xWebApplication
    • Move localization strings to strings.psd1 file (issue #468)
    • Add description on class MSFT_xWebApplicationAuthenticationInformation (issue #454).
  • Changes to xIisModule entry
    • Moved xIisModule localization strings to strings.psd1 (issue #466).
  • Changes to xIisMimeTypeMapping
    • Moved MSFT_xIisMimeTypeMapping localization strings to strings.psd1 (issue #465).
  • Changes to xWebVirtualDirectory
    • Moved MSFT_xWebVirtualDirectory localization strings to strings.psd1 (issue #477).
  • Changes to xWebSiteDefaults
    • Move localization strings to strings.psd1 file (issue #475).
    • BREAKING CHANGE: Changed ApplyTo key parameter to IsSingleInstance
      to bring the resource into compliance with published best practices (issue #457).
    • Fix case of resource name from xWebsiteDefaults to xWebSiteDefaults (issue #535).
  • Changes to xWebConfigProperty
    • Move localization strings to strings.psd1 file (issue #473).
  • Changes to xWebConfigPropertyCollection
    • Move localization strings to strings.psd1 file (issue #474).
  • Changes to xIisFeatureDelegation
    • Moved MSFT_xIisFeatureDelegation localization strings to strings.psd1 (issue #459).
  • Changes to xWebAppPool
    • Moved MSFT_xWebAppPool localization strings to strings.psd1 (issue #469).