Skip to content

Commit e4b26ff

Browse files
authored
Merge pull request #11541 from MicrosoftDocs/main
11/18/2024 PM Publish
2 parents a4d2623 + 5cf1035 commit e4b26ff

File tree

11 files changed

+41
-43
lines changed

11 files changed

+41
-43
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

reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on Windows
3-
ms.date: 09/02/2024
3+
ms.date: 11/18/2024
44
title: Installing PowerShell on Windows
55
---
66
# Installing PowerShell on Windows
@@ -56,7 +56,7 @@ winget search Microsoft.PowerShell
5656
Name Id Version Source
5757
-----------------------------------------------------------------
5858
PowerShell Microsoft.PowerShell 7.4.6.0 winget
59-
PowerShell Preview Microsoft.PowerShell.Preview 7.5.0.3 winget
59+
PowerShell Preview Microsoft.PowerShell.Preview 7.5.0.101 winget
6060
```
6161

6262
Install PowerShell or PowerShell Preview using the `id` parameter
@@ -221,8 +221,6 @@ instance of PowerShell.
221221
For more information, see
222222
[Understanding how packaged desktop apps run on Windows][13].
223223

224-
### Changes for PowerShell 7.2
225-
226224
Beginning in PowerShell 7.2, the PowerShell package is now exempt from file and registry
227225
virtualization. Changes to virtualized file and registry locations now persist outside of the
228226
application sandbox. However, changes to the application's root folder are still blocked.

reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on macOS
3-
ms.date: 09/10/2024
3+
ms.date: 11/18/2024
44
title: Installing PowerShell on macOS
55
---
66

@@ -123,8 +123,8 @@ are:
123123
- x64 processors - [powershell-7.2.24-osx-x64.pkg][16]
124124
- Arm64 processors - [powershell-7.2.24-osx-arm64.pkg][14]
125125
- PowerShell 7.5-preview
126-
- x64 processors - [powershell-7.5.0-preview.3-osx-x64.pkg][24]
127-
- Arm64 processors - [powershell-7.5.0-preview.3-arm64.pkg][22]
126+
- x64 processors - [powershell-7.5.0-rc.1-osx-x64.pkg][24]
127+
- Arm64 processors - [powershell-7.5.0-rc.1-arm64.pkg][22]
128128

129129
You can double-click the file and follow the prompts, or install it from the terminal using the
130130
following commands. Change the name of the file to match the file you downloaded.
@@ -195,8 +195,8 @@ current versions are:
195195
- x64 processors - [powershell-7.2.24-osx-x64.tar.gz][17]
196196
- Arm64 processors - [powershell-7.2.24-osx-arm64.tar.gz][15]
197197
- PowerShell 7.5-preview
198-
- x64 processors - [powershell-7.5.0-preview.3-osx-x64.tar.gz][25]
199-
- Arm64 processors - [powershell-7.5.0-preview.3-osx-arm64.tar.gz][23]
198+
- x64 processors - [powershell-7.5.0-rc.1-osx-x64.tar.gz][25]
199+
- Arm64 processors - [powershell-7.5.0-rc.1-osx-arm64.tar.gz][23]
200200

201201
Use the following commands to install PowerShell from the binary archive. Change the download URL to
202202
match the version you want to install.
@@ -290,8 +290,8 @@ support those methods.
290290
[19]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell-7.4.6-osx-arm64.tar.gz
291291
[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell-7.4.6-osx-x64.pkg
292292
[21]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell-7.4.6-osx-x64.tar.gz
293-
[22]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-7.5.0-preview.3-osx-arm64.pkg
294-
[23]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-7.5.0-preview.3-osx-arm64.tar.gz
295-
[24]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-7.5.0-preview.3-osx-x64.pkg
296-
[25]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-7.5.0-preview.3-osx-x64.tar.gz
293+
[22]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-rc.1/powershell-7.5.0-rc.1-osx-arm64.pkg
294+
[23]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-rc.1/powershell-7.5.0-rc.1-osx-arm64.tar.gz
295+
[24]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-rc.1/powershell-7.5.0-rc.1-osx-x64.pkg
296+
[25]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-rc.1/powershell-7.5.0-rc.1-osx-x64.tar.gz
297297
[26]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html

reference/docs-conceptual/install/install-alpine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on Alpine Linux
3-
ms.date: 08/20/2024
3+
ms.date: 11/18/2024
44
title: Installing PowerShell on Alpine Linux
55
---
66
# Installing PowerShell on Alpine Linux
@@ -22,7 +22,7 @@ to the package depends on the version of PowerShell you want to install.
2222

2323
- PowerShell 7.4.6 - `https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell-7.4.6-linux-musl-x64.tar.gz`
2424
- PowerShell 7.2.24 - `https://github.com/PowerShell/PowerShell/releases/download/v7.2.24/powershell-7.2.24-linux-alpine-x64.tar.gz`
25-
- PowerShell 7.5-preview.4 - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-7.5.0-preview.3-linux-musl-x64.tar.gz`
25+
- PowerShell 7.5.0-rc.1 - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-rc.1/powershell-7.5.0-rc.1-linux-musl-x64.tar.gz`
2626

2727
Then, in the terminal, execute the following shell commands to install PowerShell 7.4:
2828

reference/docs-conceptual/install/install-debian.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on Debian Linux
3-
ms.date: 08/20/2024
3+
ms.date: 11/18/2024
44
title: Installing PowerShell on Debian
55
---
66
# Installing PowerShell on Debian
@@ -74,7 +74,7 @@ The link to the current version is:
7474
- PowerShell 7.2 (LTS) universal package for supported versions of Debian
7575
- `https://github.com/PowerShell/PowerShell/releases/download/v7.2.24/powershell_7.2.24-1.deb_amd64.deb`
7676
- PowerShell 7.5-preview universal package for supported versions of Debian
77-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-preview_7.5.0-preview.3-1.deb_amd64.deb`
77+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-rc.1/powershell-preview_7.5.0-rc.1-1.deb_amd64.deb`
7878

7979
The following shell script downloads and installs the current release of PowerShell. You can
8080
change the URL to download the version of PowerShell that you want to install.

reference/docs-conceptual/install/install-rhel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on Red Hat Enterprise Linux (RHEL)
3-
ms.date: 08/20/2024
3+
ms.date: 11/18/2024
44
title: Installing PowerShell on Red Hat Enterprise Linux (RHEL)
55
---
66
# Installing PowerShell on Red Hat Enterprise Linux (RHEL)
@@ -77,8 +77,8 @@ The link to the current version is:
7777
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell-7.4.6-1.rh.x86_64.rpm`
7878
- PowerShell 7.2.24 universal package for supported versions of RHEL
7979
- `https://github.com/PowerShell/PowerShell/releases/download/v7.2.24/powershell-7.2.24-1.rh.x86_64.rpm`
80-
- PowerShell 7.5-preview.4 universal package for supported versions of RHEL
81-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-preview-7.5.0_preview.2-1.rh.x86_64.rpm`
80+
- PowerShell 7.5.0-rc.1 universal package for supported versions of RHEL
81+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-rc.1/powershell-preview-7.5.0_preview.2-1.rh.x86_64.rpm`
8282

8383
The following shell script downloads and installs the current preview release of PowerShell. You can
8484
change the URL to download the version of PowerShell that you want to install.

reference/docs-conceptual/install/install-ubuntu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on Ubuntu
3-
ms.date: 08/20/2024
3+
ms.date: 11/18/2024
44
title: Installing PowerShell on Ubuntu
55
---
66
# Installing PowerShell on Ubuntu
@@ -85,8 +85,8 @@ The link to the current version is:
8585
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell_7.4.6-1.deb_amd64.deb`
8686
- PowerShell 7.2 (LTS) universal package for supported versions of Ubuntu
8787
- `https://github.com/PowerShell/PowerShell/releases/download/v7.2.24/powershell_7.2.24-1.deb_amd64.deb`
88-
- PowerShell 7.5-preview.4 universal package for supported versions of Ubuntu
89-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-preview_7.5.0-preview.3-1.deb_amd64.deb`
88+
- PowerShell 7.5.0-rc.1 universal package for supported versions of Ubuntu
89+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-rc.1/powershell-preview_7.5.0-rc.1-1.deb_amd64.deb`
9090

9191
The following shell script downloads and installs the current preview release of PowerShell. You can
9292
change the URL to download the version of PowerShell that you want to install.

0 commit comments

Comments
 (0)