From b7ca4d793424d009324e2046e06d956d3f8a5728 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Mon, 9 Apr 2018 10:50:52 -0700 Subject: [PATCH] Fix New-TemporaryFile online help URI --- .../commands/utility/NewTemporaryFileCommand.cs | 2 +- test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/NewTemporaryFileCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/NewTemporaryFileCommand.cs index a271f185f85..6e2d941a1d5 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/NewTemporaryFileCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/NewTemporaryFileCommand.cs @@ -10,7 +10,7 @@ namespace Microsoft.PowerShell.Commands /// /// The implementation of the "New-TemporaryFile" cmdlet /// - [Cmdlet(VerbsCommon.New, "TemporaryFile", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=526726")] + [Cmdlet(VerbsCommon.New, "TemporaryFile", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=821836")] [OutputType(typeof(System.IO.FileInfo))] public class NewTemporaryFileCommand : Cmdlet { diff --git a/test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv b/test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv index 71f9f3e773b..d5fccebd2d9 100644 --- a/test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv +++ b/test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv @@ -63,7 +63,7 @@ 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 ConvertFrom-String,https://go.microsoft.com/fwlink/?LinkId=507579 -New-TemporaryFile,https://go.microsoft.com/fwlink/?LinkId=526726 +New-TemporaryFile,https://go.microsoft.com/fwlink/?LinkId=821836 New-Guid,https://go.microsoft.com/fwlink/?LinkId=526920 Format-Hex,https://go.microsoft.com/fwlink/?LinkId=526919 Convert-String,https://go.microsoft.com/fwlink/?LinkId=528577