| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Travis Plunk (@TravisEz13) You reviewed the PR #11452, so can you please take a quick look at this change? |
Sorry, something went wrong.
|
This PR has 2 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience! Quantification details
Label : Extra Small Size : +1 -1 Percentile : 0.8% Total files changed: 1 Change summary by file extension: .cs : +1 -1 Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
Sorry, something went wrong.
|
The Update-Help test failures in the Ubuntu 22.04 container test run are not related to change in this PR. Describing Validate Update-Help from the Web for all PowerShell modules.
Remove-Item: /__w/1/s/test/powershell/engine/Help/UpdatableHelpSystem.Tests.ps1:218
Line |
218 | Remove-Item ($moduleHelpPath) -Recurse
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| You do not have sufficient access rights to perform this operation or
| the item is hidden, system, or read only.
Remove-Item: /__w/1/s/test/powershell/engine/Help/UpdatableHelpSystem.Tests.ps1:218
Line |
218 | Remove-Item ($moduleHelpPath) -Recurse
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Directory /__w/1/a/bins/publish/en-US cannot be removed because it is
| not empty.
Update-Help: /__w/1/s/test/powershell/engine/Help/UpdatableHelpSystem.Tests.ps1:222
|
Sorry, something went wrong.
|
🎉v7.4.0-preview.4 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
PR #11452 added the -Detailed parameter to provide detailed output for the TcpPortParameterSet. However, the parameter is defined as a member of all parameter sets.
This PR assigns the parameter to the TcpPortParameterSet.
PR Context
PR Checklist
(which runs in a different PS Host).