Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.PowerShell.Commands
/// <summary>
/// Implements Get-ExperimentalFeature cmdlet.
/// </summary>
[Cmdlet(VerbsCommon.Get, "ExperimentalFeature", HelpUri = "")]
[Cmdlet(VerbsCommon.Get, "ExperimentalFeature", HelpUri = "https://go.microsoft.com/fwlink/?linkid=2007351")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will that test work when the URI currently points to nowhere?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. csv file updated.

public class GetExperimentalFeatureCommand : PSCmdlet
{
/// <summary>
Expand Down
1 change: 1 addition & 0 deletions test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@ ConvertFrom-Markdown,https://go.microsoft.com/fwlink/?linkid=2006503
Get-MarkdownOption,https://go.microsoft.com/fwlink/?linkid=2006371
Set-MarkdownOption,https://go.microsoft.com/fwlink/?linkid=2006265
Show-Markdown,https://go.microsoft.com/fwlink/?linkid=2006266
Get-ExperimentalFeature,https://go.microsoft.com/fwlink/?linkid=2007351