From 4267ff4f2682f1c4cb85220b9a9999241e0fea33 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 28 Oct 2019 12:16:28 -0700 Subject: [PATCH 1/2] Updated FWLink Id for Clear-RecycleBin This is related to #10909 --- .../commands/management/ClearRecycleBinCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearRecycleBinCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearRecycleBinCommand.cs index a7ec8ddefaa..8460392ff5e 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearRecycleBinCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearRecycleBinCommand.cs @@ -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. /// - [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; From 13c591ff27ede21d114c7a9ed0d757602c5656cd Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Tue, 29 Oct 2019 07:30:19 -0700 Subject: [PATCH 2/2] New linkid for Clear-RecycleBin --- test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv b/test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv index 08519e6a4b0..4253a8c6e04 100644 --- a/test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv +++ b/test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv @@ -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