Skip to content

Commit da0cd60

Browse files
authored
IisMimeTypeMapping README documentation incomplete (#637)
1 parent 4f5866f commit da0cd60

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
3131
- WebSite
3232
- Added code to ensure certificate has private key. ([issue #578](https://github.com/dsccommunity/WebAdministrationDsc/issues/578))
3333
- Removed duplicated resource descriptions in README.md
34+
- Added documentation for ConfigurationPath attribute of IisMimeTypeMapping in README.md
3435
- WebVirtualDirectory
3536
- Fixed error when using UNC PhysicalPath. ([issue #94](https://github.com/dsccommunity/WebAdministrationDsc/issues/94))
37+
- Update build process to pin GitVersion to 5.* to resolve errors
38+
(https://github.com/gaelcolas/Sampler/issues/477).
3639

3740
## [4.1.0] - 2023-01-03
3841

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ This resource manages the IIS configuration section locking (overrideMode) to co
140140

141141
### IisMimeTypeMapping
142142

143+
* **ConfigurationPath**: This can be either an IIS configuration path in the format computername/webroot/apphost, or the IIS module path in this format IIS:\sites\Default Web Site.
143144
* **Extension**: The file extension to map such as **.html** or **.xml**
144145
* **MimeType**: The MIME type to map that extension to such as **text/html**
145146
* **Ensure**: Ensures that the MIME type mapping is **Present** or **Absent**.

0 commit comments

Comments
 (0)