The was a 4 at the start of the file located on line 1 char 1:
4<#
This prevented Get-Help .\Get-Archive-Backlog.ps1 from executing correctly.
Fixed with:
<#
How Has This Been Tested?
Please describe in detail how you tested your changes.
Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code, etc.
Ran the script in the lab with Get-Help .\Get-Archive-Backlog.ps1
Screenshots (if appropriate):
Types of changes
What types of changes does your code introduce? Put an x in all the boxes that apply:
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
Go over all the following points, and put an x in all the boxes that apply. If you're unsure about any of these, don't hesitate to ask. We're here to help!
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
Fix for issue Reporting/Get-Archive-Backlog.ps1 prevents clean run with Params #59
Related Issue
This project only accepts pull requests related to open issues.
Issue #59
Motivation and Context
The was a 4 at the start of the file located on line 1 char 1:
This prevented
Get-Help .\Get-Archive-Backlog.ps1
from executing correctly.Fixed with:
How Has This Been Tested?
Ran the script in the lab with
Get-Help .\Get-Archive-Backlog.ps1
Screenshots (if appropriate):
Types of changes
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Checklist:
Go over all the following points, and put an
x
in all the boxes that apply. If you're unsure about any of these, don't hesitate to ask. We're here to help!