Fixed two small bugs I found in nxFile and nxFileLine. For nxFile, the Test function was always returning False because we were comparing against an array rather than a count. For nxFileLine, a customer was trying to create a custom package based on nxFileLine and, when using the GuestConfiguration module to evaluate their package, they saw an error: "unknown propertyName:LinePattern". This was fixed by adding [DscProperty()] to the $AddLineMode and $LinePattern properties.
This Pull Request (PR) fixes the following issues
None
Task list
[x ] Added an entry to the change log under the Unreleased section of the file CHANGELOG.md.
Entry should say what was changed and how that affects users (if applicable), and
reference the issue being resolved (if applicable).
[ ] Resource documentation added/updated in README.md.
[ ] Comment-based help added/updated.
[ ] Localization strings added/updated in all localization files as appropriate.
Pull Request (PR) description
Fixed two small bugs I found in nxFile and nxFileLine. For nxFile, the Test function was always returning False because we were comparing against an array rather than a count. For nxFileLine, a customer was trying to create a custom package based on nxFileLine and, when using the GuestConfiguration module to evaluate their package, they saw an error: "unknown propertyName:LinePattern". This was fixed by adding [DscProperty()] to the $AddLineMode and $LinePattern properties.
This Pull Request (PR) fixes the following issues
None
Task list