From a6da614475b153e05a2c4e1353b21a5ef2015d44 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Tue, 8 Oct 2024 07:38:49 -0500 Subject: [PATCH] Add note about when parameter was added (#11448) --- reference/7.4/Microsoft.PowerShell.Utility/Start-Sleep.md | 4 +++- reference/7.5/Microsoft.PowerShell.Utility/Start-Sleep.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/reference/7.4/Microsoft.PowerShell.Utility/Start-Sleep.md b/reference/7.4/Microsoft.PowerShell.Utility/Start-Sleep.md index 5cf910e21a2a..d8686911bae0 100644 --- a/reference/7.4/Microsoft.PowerShell.Utility/Start-Sleep.md +++ b/reference/7.4/Microsoft.PowerShell.Utility/Start-Sleep.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 01/22/2023 +ms.date: 10/08/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/start-sleep?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: Start-Sleep @@ -77,6 +77,8 @@ Start-Sleep -Duration (New-TimeSpan -Seconds 30) Uses a **TimeSpan** object to specify how long the resource sleeps in milliseconds. The value must not be a negative **TimeSpan** and must not exceed `[int]::MaxValue` milliseconds. +This parameter was added in PowerShell 7.3. + ```yaml Type: System.TimeSpan Parameter Sets: FromTimeSpan diff --git a/reference/7.5/Microsoft.PowerShell.Utility/Start-Sleep.md b/reference/7.5/Microsoft.PowerShell.Utility/Start-Sleep.md index 3773e4b42c98..14e0ca8a4b8c 100644 --- a/reference/7.5/Microsoft.PowerShell.Utility/Start-Sleep.md +++ b/reference/7.5/Microsoft.PowerShell.Utility/Start-Sleep.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 01/22/2023 +ms.date: 10/08/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/start-sleep?view=powershell-7.5&WT.mc_id=ps-gethelp schema: 2.0.0 title: Start-Sleep @@ -77,6 +77,8 @@ Start-Sleep -Duration (New-TimeSpan -Seconds 30) Uses a **TimeSpan** object to specify how long the resource sleeps in milliseconds. The value must not be a negative **TimeSpan** and must not exceed `[int]::MaxValue` milliseconds. +This parameter was added in PowerShell 7.3. + ```yaml Type: System.TimeSpan Parameter Sets: FromTimeSpan