Skip to content

Commit a6da614

Browse files
authored
Add note about when parameter was added (#11448)
1 parent 0e61c9e commit a6da614

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

reference/7.4/Microsoft.PowerShell.Utility/Start-Sleep.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 01/22/2023
5+
ms.date: 10/08/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/start-sleep?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Start-Sleep
@@ -77,6 +77,8 @@ Start-Sleep -Duration (New-TimeSpan -Seconds 30)
7777
Uses a **TimeSpan** object to specify how long the resource sleeps in milliseconds. The value must
7878
not be a negative **TimeSpan** and must not exceed `[int]::MaxValue` milliseconds.
7979

80+
This parameter was added in PowerShell 7.3.
81+
8082
```yaml
8183
Type: System.TimeSpan
8284
Parameter Sets: FromTimeSpan

reference/7.5/Microsoft.PowerShell.Utility/Start-Sleep.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 01/22/2023
5+
ms.date: 10/08/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/start-sleep?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Start-Sleep
@@ -77,6 +77,8 @@ Start-Sleep -Duration (New-TimeSpan -Seconds 30)
7777
Uses a **TimeSpan** object to specify how long the resource sleeps in milliseconds. The value must
7878
not be a negative **TimeSpan** and must not exceed `[int]::MaxValue` milliseconds.
7979

80+
This parameter was added in PowerShell 7.3.
81+
8082
```yaml
8183
Type: System.TimeSpan
8284
Parameter Sets: FromTimeSpan

0 commit comments

Comments
 (0)