Skip to content

Commit 401909e

Browse files
authored
Update ARM doc (#10859)
1 parent 3d18521 commit 401909e

File tree

2 files changed

+66
-46
lines changed

2 files changed

+66
-46
lines changed

reference/docs-conceptual/install/PowerShell-Support-Lifecycle.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Details the policies governing support for PowerShell
3-
ms.date: 12/08/2023
3+
ms.date: 02/05/2024
44
title: PowerShell Support Lifecycle
55
---
66
# PowerShell Support Lifecycle
@@ -79,20 +79,20 @@ feedback on experimental features and we provide best-effort support for them.
7979

8080
## Notes on licensing
8181

82-
PowerShell is released under the [MIT license][09]. Under this license, and without a paid support
82+
PowerShell is released under the [MIT license][10]. Under this license, and without a paid support
8383
agreement, users are limited to [community support][04]. With community support, Microsoft makes no
8484
guarantees of responsiveness or fixes.
8585

8686
## Getting support
8787

8888
Support for PowerShell is delivered via traditional Microsoft support agreements, including
89-
[paid support][11], [Microsoft Enterprise Agreements][13], and [Microsoft Software Assurance][14].
90-
You can also pay for [assisted support][10] for PowerShell by filing a support request for your
89+
[paid support][12], [Microsoft Enterprise Agreements][14], and [Microsoft Software Assurance][15].
90+
You can also pay for [assisted support][11] for PowerShell by filing a support request for your
9191
problem.
9292

9393
There are multiple [community support][04] options. You can file an issue, bug, or feature request on
9494
GitHub. Also, you can get help from other members of the community in the Microsoft
95-
[PowerShell Tech Community][12] or any of the community forums listed on the [PowerShell][04] hub
95+
[PowerShell Tech Community][13] or any of the community forums listed on the [PowerShell][04] hub
9696
page. If you have a problem that requires immediate attention, you should use the traditional, paid
9797
support options.
9898

@@ -115,8 +115,9 @@ versions of PowerShell end:
115115
Support for PowerShell on a specific platform is based on the support policy of the version of .NET
116116
used.
117117

118+
- PowerShell 7.4 (LTS-current) is based on the [.NET 8.0 Supported OS Lifecycle Policy][09]
118119
- PowerShell 7.3 (Stable) is based on the [.NET 7.0 Supported OS Lifecycle Policy][08]
119-
- PowerShell 7.2 (LTS-current) is based on the [.NET 6.0 Supported OS Lifecycle Policy][07]
120+
- PowerShell 7.2 (LTS-previous) is based on the [.NET 6.0 Supported OS Lifecycle Policy][07]
120121

121122
End of support dates for already retired versions were:
122123

@@ -135,6 +136,7 @@ for historical reference. It isn't intended for use to determine the support lif
135136

136137
| Version | Release Date | Note |
137138
| ----------------------------- | :----------: | ------------------------------------------------------------------------------- |
139+
| PowerShell 7.5 (preview) | TBA | Built on .NET 8.0.1 |
138140
| PowerShell 7.4 (LTS-current) | Nov-2023 | Built on .NET 8.0.0 |
139141
| PowerShell 7.3 | Nov-2022 | Built on .NET 7.0 |
140142
| PowerShell 7.2 (LTS-previous) | Nov-2021 | Built on .NET 6.0 (LTS-previous) |
@@ -166,9 +168,10 @@ you're running:
166168
[06]: https://dotnet.microsoft.com/platform/support/policy/dotnet-core
167169
[07]: https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md
168170
[08]: https://github.com/dotnet/core/blob/main/release-notes/7.0/supported-os.md
169-
[09]: https://github.com/PowerShell/PowerShell/blob/master/LICENSE.txt
170-
[10]: https://support.microsoft.com/supportforbusiness/productselection
171-
[11]: https://support.serviceshub.microsoft.com/supportforbusiness
172-
[12]: https://techcommunity.microsoft.com/t5/PowerShell/ct-p/WindowsPowerShell
173-
[13]: https://www.microsoft.com/licensing/licensing-programs/enterprise
174-
[14]: https://www.microsoft.com/licensing/licensing-programs/software-assurance-default
171+
[09]: https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md
172+
[10]: https://github.com/PowerShell/PowerShell/blob/master/LICENSE.txt
173+
[11]: https://support.microsoft.com/supportforbusiness/productselection
174+
[12]: https://support.serviceshub.microsoft.com/supportforbusiness
175+
[13]: https://techcommunity.microsoft.com/t5/PowerShell/ct-p/WindowsPowerShell
176+
[14]: https://www.microsoft.com/licensing/licensing-programs/enterprise
177+
[15]: https://www.microsoft.com/licensing/licensing-programs/software-assurance-default
Lines changed: 51 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: PowerShell on Arm-based systems
3-
ms.date: 01/09/2023
3+
ms.date: 02/05/2024
44
title: PowerShell on Arm-based systems
55
---
66

@@ -13,65 +13,82 @@ the versions that have been tested.
1313
It may be possible to use Arm-based versions of PowerShell on other Linux distributions and
1414
versions, but we don't officially support it.
1515

16+
## PowerShell 7.4
17+
18+
Arm versions of PowerShell 7.4 can be installed on the following platforms:
19+
20+
| OS | Architectures | Lifecycle |
21+
| -------------------------------- | ------------- | -------------------------------------- |
22+
| Windows 11 Client Version 22000+ | Arm64 | [Windows][06] |
23+
| Windows 10 Client Version 1607+ | Arm64 | [Windows][06] |
24+
| macOS 10.15+ | Arm64 | [macOS][05] |
25+
| Raspberry Pi OS (Debian 10) | Arm32 | [Raspberry Pi OS][09] and [Debian][07] |
26+
| Ubuntu 22.04, 20.04, 18.04 | Arm32 | [Ubuntu][08] |
27+
28+
Support is based on the [.NET 8.0 Supported OS Lifecycle Policy][04].
29+
1630
## PowerShell 7.3
1731

18-
PowerShell 7.3 is based on the [.NET 7.0 Supported OS Lifecycle Policy][02] and supports the
19-
following platforms:
32+
Arm versions of PowerShell 7.3 can be installed on the following platforms:
2033

2134
| OS | Architectures | Lifecycle |
2235
| -------------------------------- | ------------- | -------------------------------------- |
23-
| Windows 11 Client Version 22000+ | Arm64 | [Windows][04] |
24-
| Windows 10 Client Version 1607+ | Arm64 | [Windows][04] |
25-
| macOS 10.15+ | Arm64 | [macOS][03] |
26-
| Raspberry Pi OS (Debian 10) | Arm32 | [Raspberry Pi OS][07] and [Debian][05] |
27-
| Ubuntu 22.04, 20.04, 18.04 | Arm32 | [Ubuntu][06] |
36+
| Windows 11 Client Version 22000+ | Arm64 | [Windows][06] |
37+
| Windows 10 Client Version 1607+ | Arm64 | [Windows][06] |
38+
| macOS 10.15+ | Arm64 | [macOS][05] |
39+
| Raspberry Pi OS (Debian 10) | Arm32 | [Raspberry Pi OS][09] and [Debian][07] |
40+
| Ubuntu 22.04, 20.04, 18.04 | Arm32 | [Ubuntu][08] |
41+
42+
Support is based on the [.NET 7.0 Supported OS Lifecycle Policy][03].
2843

2944
## PowerShell 7.2
3045

31-
PowerShell 7.2 is based on the [.NET 6.0 Supported OS Lifecycle Policy][01] and supports the
32-
following platforms:
46+
Arm versions of PowerShell 7.2 can be installed on the following platforms:
3347

3448
| OS | Architectures | Lifecycle |
3549
| -------------------------------- | ------------- | -------------------------------------- |
36-
| Windows 11 Client Version 22000+ | Arm64 | [Windows][04] |
37-
| Windows 10 Client Version 1607+ | Arm64 | [Windows][04] |
38-
| macOS 10.14+ | Arm64 | [macOS][03] |
39-
| Raspberry Pi OS (Debian 10) | Arm32 | [Raspberry Pi OS][07] and [Debian][05] |
40-
| Ubuntu 22.04, 20.04, 18.04 | Arm32 | [Ubuntu][06] |
50+
| Windows 11 Client Version 22000+ | Arm64 | [Windows][06] |
51+
| Windows 10 Client Version 1607+ | Arm64 | [Windows][06] |
52+
| macOS 10.14+ | Arm64 | [macOS][05] |
53+
| Raspberry Pi OS (Debian 10) | Arm32 | [Raspberry Pi OS][09] and [Debian][07] |
54+
| Ubuntu 22.04, 20.04, 18.04 | Arm32 | [Ubuntu][08] |
55+
56+
Support is based on the [.NET 6.0 Supported OS Lifecycle Policy][02].
4157

4258
## Installing PowerShell on Arm-based systems
4359

4460
For installation instructions, see the following articles:
4561

4662
Windows
4763

48-
- [Windows 10 on Arm][13]
49-
- [Windows 10 IoT Enterprise][12]
50-
- [Windows 10 IoT Core][11]
64+
- [Windows 10 on Arm][14]
65+
- [Windows 10 IoT Enterprise][13]
66+
- [Windows 10 IoT Core][12]
5167

5268
Linux - install from the binary archives
5369

54-
- [Alternate ways to install PowerShell on Linux][08]
70+
- [Alternate ways to install PowerShell on Linux][10]
5571

5672
macOS
5773

58-
- [Installing PowerShell on macOS][10]
74+
- [Installing PowerShell on macOS][11]
5975

6076
Raspbery Pi
6177

62-
- [Raspberry Pi OS][09]
78+
- [Raspberry Pi OS][01]
6379

6480
<!-- link references -->
65-
[01]: https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md
66-
[02]: https://github.com/dotnet/core/blob/main/release-notes/7.0/supported-os.md
67-
[03]: https://support.apple.com/macos
68-
[04]: https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet
69-
[05]: https://wiki.debian.org/DebianReleases
70-
[06]: https://wiki.ubuntu.com/Releases
71-
[07]: https://www.raspberrypi.com/software/operating-systems/
72-
[08]: install-other-linux.md#binary-archives
73-
[09]: install-raspbian.md
74-
[10]: installing-powershell-on-macos.md
75-
[11]: installing-powershell-on-windows.md#deploying-on-windows-10-iot-core
76-
[12]: installing-powershell-on-windows.md#deploying-on-windows-10-iot-enterprise
77-
[13]: installing-powershell-on-windows.md#installing-the-zip-package
81+
[01]: community-support.md#raspberry-pi-os
82+
[02]: https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md
83+
[03]: https://github.com/dotnet/core/blob/main/release-notes/7.0/supported-os.md
84+
[04]: https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md
85+
[05]: https://support.apple.com/macos
86+
[06]: https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet
87+
[07]: https://wiki.debian.org/DebianReleases
88+
[08]: https://wiki.ubuntu.com/Releases
89+
[09]: https://www.raspberrypi.com/software/operating-systems/
90+
[10]: install-other-linux.md#binary-archives
91+
[11]: installing-powershell-on-macos.md
92+
[12]: installing-powershell-on-windows.md#deploying-on-windows-10-iot-core
93+
[13]: installing-powershell-on-windows.md#deploying-on-windows-10-iot-enterprise
94+
[14]: installing-powershell-on-windows.md#installing-the-zip-package

0 commit comments

Comments
 (0)