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 @@ -19,7 +19,7 @@ namespace Microsoft.PowerShell.Commands
/// This cmdlet clear all files in the RecycleBin for the given DriveLetter.
/// If not DriveLetter is specified, then the RecycleBin for all drives are cleared.
/// </summary>
[Cmdlet(VerbsCommon.Clear, "RecycleBin", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=524082", ConfirmImpact = ConfirmImpact.High)]
[Cmdlet(VerbsCommon.Clear, "RecycleBin", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=2109377", ConfirmImpact = ConfirmImpact.High)]
public class ClearRecycleBinCommand : PSCmdlet
{
private string[] _drivesList;
Expand Down
2 changes: 1 addition & 1 deletion test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Get-RunspaceDebug,https://go.microsoft.com/fwlink/?LinkId=403734
Wait-Debugger,https://go.microsoft.com/fwlink/?LinkId=403735
Enter-PSHostProcess,https://go.microsoft.com/fwlink/?LinkId=403736
Exit-PSHostProcess,https://go.microsoft.com/fwlink/?LinkId=403737
Clear-RecycleBin,https://go.microsoft.com/fwlink/?LinkId=524082
Clear-RecycleBin,https://go.microsoft.com/fwlink/?LinkId=2109377
ConvertFrom-String,https://go.microsoft.com/fwlink/?LinkId=507579
New-TemporaryFile,https://go.microsoft.com/fwlink/?LinkId=821836
New-Guid,https://go.microsoft.com/fwlink/?LinkId=526920
Expand Down