-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Update console startup and help url for PowerShell docs #9775
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -121,7 +121,7 @@ | |
| <value>PowerShell {0} | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @SteveL-MSFT, your last commit had 10 failures in TabCompletion.Should complete abbreviated cmdlet Expected exactly 'Import-PowerShellDataFile', but got $null.
at <ScriptBlock>, /Users/vsts/agent/2.153.2/work/1/s/test/powershell/Host/TabCompletion/TabCompletion.Tests.ps1: line 16
16: $res | Should -BeExactly 'Import-PowerShellDataFile'TabCompletion.Should complete abbreviated function Expected the actual value to be greater than or equal to 1, but got 0.
at <ScriptBlock>, /Users/vsts/agent/2.153.2/work/1/s/test/powershell/Host/TabCompletion/TabCompletion.Tests.ps1: line 21
21: $res.Count | Should -BeGreaterOrEqual 1Temp: drive.TEMP: drive exists Expected exactly 'Temp', but got $null.
at <ScriptBlock>, /Users/vsts/agent/2.153.2/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Management/Get-PSDrive.Tests.ps1: line 64
64: $res.Name | Should -BeExactly "Temp"Get-Command Feature tests.-UseAbbreviationExpansion tests.Can return multiple results relying on auto module loading Expected a collection with size 2, but got an empty collection.
at <ScriptBlock>, /Users/vsts/agent/2.153.2/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Utility/Get-Command.Tests.ps1: line 39
39: $results | Should -HaveCount 2Get-Command Feature tests.-UseAbbreviationExpansion tests.Can return multiple results for cmdlets matching abbreviation Expected 'Invoke-Command' to be found in collection @(), but it was not found.
at <ScriptBlock>, /Users/vsts/agent/2.153.2/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Utility/Get-Command.Tests.ps1: line 69
69: $results.Name | Should -Contain "Invoke-Command" |
||
| Copyright (c) Microsoft Corporation. All rights reserved. | ||
|
|
||
| https://aka.ms/pscore6-docs | ||
| https://aka.ms/powershell | ||
| Type 'help' to get help.</value> | ||
| </data> | ||
| <data name="UsageHelp" xml:space="preserve"> | ||
|
|
@@ -137,7 +137,7 @@ Type 'help' to get help.</value> | |
|
|
||
| pwsh[.exe] -h | -Help | -? | /? | ||
|
|
||
| PowerShell Online Help https://aka.ms/pscore6-docs | ||
| PowerShell Online Help https://aka.ms/powershell-docs | ||
|
|
||
| All parameters are case-insensitive.</value> | ||
| </data> | ||
|
|
||
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, your last commit had 10 failures in
PowerShell-CI-macos(These are 5 of the failures)
TabCompletion.Should complete abbreviated cmdlet
TabCompletion.Should complete abbreviated function
Temp: drive.TEMP: drive exists
Get-Command Feature tests.-UseAbbreviationExpansion tests.Can return multiple results relying on auto module loading
Get-Command Feature tests.-UseAbbreviationExpansion tests.Can return multiple results for cmdlets matching abbreviation