-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Added more helpful message for AmbiguousParameterSet exception #5505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
52c9c53
Updated the error message as suggested .
kvprasoon 59a78d5
Change synopsis of install-powershell.ps1 to reflect that it works cr…
bergmeister 3483d6d
update version regex for nanoserver docker (#5494)
TravisEz13 0aeec3c
Fix mac packaging (#5496)
TravisEz13 368163e
[Feature] Fix AppVeyor Fails (#5520)
markekraus f824384
Update target tag for master CI to 6.1.0-preview.1 (#5513)
TravisEz13 ea86a7d
Fix docker tests (#5508)
TravisEz13 c74232c
Replace strlen with strnlen in native code (#5510)
TravisEz13 ef859b1
Revert "Change synopsis of install-powershell.ps1 to reflect that it …
kvprasoon 95ad1bf
Revert "Fix mac packaging (#5496)"
kvprasoon 74f4323
Revert "Update target tag for master CI to 6.1.0-preview.1 (#5513)"
kvprasoon e10e45a
Revert "Fix docker tests (#5508)"
kvprasoon 9bc4961
Change synopsis of install-powershell.ps1 to reflect that it works cr…
bergmeister c261bba
Fix mac packaging (#5496)
TravisEz13 6861c31
Update target tag for master CI to 6.1.0-preview.1 (#5513)
TravisEz13 cf384ac
Fix docker tests (#5508)
TravisEz13 2deb06e
Fix Import-CliXml Tests (#5521)
markekraus 5cac314
Disambiguate icon for daily builds on Windows (#5467)
bergmeister File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| { | ||
| "ReleaseTag": "v6.0.0-beta.9" | ||
| "ReleaseTag": "v6.0.0-rc", | ||
| "NextReleaseTag": "v6.1.0-preview.1" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a grammar expert, but the last part of this sentence reads weird to me. I know that
wereis used with plural nouns, so you would think that becauseparametersis used, it should bewere, but I think the noun here is actuallyan insufficient number of parameterswhich is singular (theangives it away) sort of like...or an error was provided.. So it seems that it would be...parameters was provided..This is not blocking feedback.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SteveL-MSFT This is one of those weird English rules.
a number of X-esare plural whilethe number of X-esis singular. In this case we are usingan insufficient number of parametersand is the plural form of the phrase. https://en.oxforddictionaries.com/explore/number-of-people-is-or-areThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:-) Now I know who to ask to approve error messages.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@markekraus Could you please look test failures? It seems HttpListener can not start on 8082 port in
Describing Web cmdlets tests using the cmdlet's aliases. Also these tests is "alias" tests - I think we should remove its (we have separate test set for aliases).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iSazonov There is an open issue for tracking the HttpListener issue #5464.