Skip to content

Commit 2e8c7f0

Browse files
authored
Fix -MaximumRetryCount description in Invoke-WebRequest.md (MicrosoftDocs#11537)
1 parent fe9d48e commit 2e8c7f0

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

reference/7.4/Microsoft.PowerShell.Utility/Invoke-RestMethod.md

Lines changed: 3 additions & 3 deletions
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: 08/14/2024
5+
ms.date: 11/18/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-restmethod?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Invoke-RestMethod
@@ -801,8 +801,8 @@ Accept wildcard characters: False
801801
### -MaximumRetryCount
802802

803803
Specifies how many times PowerShell retries a connection when a failure code between 400 and 599,
804-
inclusive or 304 is received. Also, see the **RetryIntervalSec** parameter for specifying the number
805-
of seconds between retries.
804+
inclusive or 304 is received. Also see **RetryIntervalSec** parameter for specifying the interval
805+
between retries.
806806

807807
```yaml
808808
Type: System.Int32

reference/7.4/Microsoft.PowerShell.Utility/Invoke-WebRequest.md

Lines changed: 3 additions & 3 deletions
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: 08/14/2024
5+
ms.date: 11/18/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Invoke-WebRequest
@@ -829,8 +829,8 @@ Accept wildcard characters: False
829829
### -MaximumRetryCount
830830

831831
Specifies how many times PowerShell retries a connection when a failure code between 400 and 599,
832-
inclusive or 304 is received. Also see **RetryIntervalSec** parameter for specifying number of
833-
retries.
832+
inclusive or 304 is received. Also see **RetryIntervalSec** parameter for specifying the interval
833+
between retries.
834834

835835
```yaml
836836
Type: System.Int32

reference/7.5/Microsoft.PowerShell.Utility/Invoke-RestMethod.md

Lines changed: 3 additions & 3 deletions
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: 08/14/2024
5+
ms.date: 11/18/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-restmethod?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Invoke-RestMethod
@@ -801,8 +801,8 @@ Accept wildcard characters: False
801801
### -MaximumRetryCount
802802

803803
Specifies how many times PowerShell retries a connection when a failure code between 400 and 599,
804-
inclusive or 304 is received. Also, see the **RetryIntervalSec** parameter for specifying the number
805-
of seconds between retries.
804+
inclusive or 304 is received. Also see **RetryIntervalSec** parameter for specifying the interval
805+
between retries.
806806

807807
```yaml
808808
Type: System.Int32

reference/7.5/Microsoft.PowerShell.Utility/Invoke-WebRequest.md

Lines changed: 3 additions & 3 deletions
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: 08/14/2024
5+
ms.date: 11/18/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Invoke-WebRequest
@@ -829,8 +829,8 @@ Accept wildcard characters: False
829829
### -MaximumRetryCount
830830

831831
Specifies how many times PowerShell retries a connection when a failure code between 400 and 599,
832-
inclusive or 304 is received. Also see **RetryIntervalSec** parameter for specifying number of
833-
retries.
832+
inclusive or 304 is received. Also see **RetryIntervalSec** parameter for specifying the interval
833+
between retries.
834834

835835
```yaml
836836
Type: System.Int32

0 commit comments

Comments
 (0)