Skip to content

Commit c58cd07

Browse files
authored
Refreshed support lifecycle article (#3722)
1 parent 47c3926 commit c58cd07

File tree

1 file changed

+36
-29
lines changed

1 file changed

+36
-29
lines changed

docs-conceptual/azps-14.4.0/azureps-support-lifecycle.md

Lines changed: 36 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ There are two Az PowerShell modules:
5151
- [AzPreview](https://www.powershellgallery.com/packages/AzPreview/). Installs all GA and preview
5252
modules for managing Azure resources. Doesn't include feature preview modules.
5353

54-
The **AzPreview** module is always the same version and is released at the same time as the Az
54+
The **AzPreview** module is always the same version and is released at the same time as the **Az**
5555
module.
5656

5757
## Release cadence
@@ -61,7 +61,7 @@ This release cadence is designed to provide customers with predictable release d
6161
businesses, developers, and the community to make strategic decisions when planning their roadmaps.
6262

6363
> [!WARNING]
64-
> Before upgrading to a major breaking change version of the Az PowerShell module, you should
64+
> Before upgrading to a major breaking change version of the **Az** PowerShell module, you should
6565
> [**review the migration guide**](https://aka.ms/azps-migration-latest).
6666
6767
## Support of releases
@@ -79,7 +79,7 @@ difference is the length of support.
7979

8080
- **Long Term Support (LTS) releases**
8181

82-
- Even-numbered major versions are LTS releases, beginning with Az 12.0.0.
82+
- Even-numbered major versions are LTS releases, beginning with **Az** 12.0.0.
8383
- The final version of each LTS release is supported until the second subsequent STS version is
8484
released.
8585
- Supported for approximately 18 months from the original major version release date.
@@ -102,25 +102,32 @@ lifecycle:
102102
103103
| Version number | Release schedule | Breaking changes | Release type | Support type | Supported until version |
104104
| -------------- | ---------------- | ---------------- | ------------ | ------------ | ----------------------- |
105-
| 12.0.0 | May 2024 | ![Yes][1] | Major | LTS | 12.1.0 |
106-
| 12.1.0 | June 2024 | | Minor | LTS | 12.2.0 |
107-
| 12.2.0 | July 2024 | | Minor | LTS | 12.3.0 |
108-
| 12.3.0 | August 2024 | | Minor | LTS | 12.4.0 |
109-
| 12.4.0 | September 2024 | | Minor | LTS | 12.5.0 |
110105
| 12.5.0 | October 2024 | | Minor | LTS | _**15.0.0**_ |
111-
| 13.0.0 | November 2024 | ![Yes][1] | Major | STS | 13.1.0 |
112-
| 13.1.0 | December 2024 | | Minor | STS | 13.2.0 |
113-
| 13.2.0 | January 2025 | | Minor | STS | 13.3.0 |
114-
| 13.3.0 | February 2025 | | Minor | STS | 13.4.0 |
115-
| 13.4.0 | March 2025 | | Minor | STS | 13.5.0 |
116-
| 13.5.0 | April 2025 | | Minor | STS | _**14.0.0**_ |
117106
| 14.0.0 | May 2025 | ![Yes][1] | Major | LTS | 14.1.0 |
107+
| 14.1.0 | June 2025 | | Minor | LTS | 14.2.0 |
108+
| 14.2.0 | July 2025 | | Minor | LTS | 14.3.0 |
109+
| 14.3.0 | August 2025 | | Minor | LTS | 14.4.0 |
110+
| 14.4.0 | September 2025 | | Minor | LTS | 14.5.0 |
111+
| 14.5.0 | October 2025 | | Minor | LTS | _**17.0.0**_ |
112+
| 15.0.0 | November 2025 | ![Yes][1] | Major | STS | 15.1.0 |
113+
| 15.1.0 | December 2025 | | Minor | STS | 15.2.0 |
114+
| 15.2.0 | January 2026 | | Minor | STS | 15.3.0 |
115+
| 15.3.0 | February 2026 | | Minor | STS | 15.4.0 |
116+
| 15.4.0 | March 2026 | | Minor | STS | 15.5.0 |
117+
| 15.5.0 | April 2026 | | Minor | STS | _**16.0.0**_ |
118+
| 16.0.0 | May 2026 | ![Yes][1] | Major | LTS | 16.1.0 |
119+
| 16.1.0 | June 2026 | | Minor | LTS | 16.2.0 |
120+
| 16.2.0 | July 2026 | | Minor | LTS | 16.3.0 |
121+
| 16.3.0 | August 2026 | | Minor | LTS | 16.4.0 |
122+
| 16.4.0 | September 2026 | | Minor | LTS | 16.5.0 |
123+
| 16.5.0 | October 2026 | | Minor | LTS | _**19.0.0**_ |
118124

119125
- Examples:
120-
- To qualify for support, you must update to 12.1.0 when released if you have Az 12.0.0 installed.
121-
- If Az 12.5.0 is the final release of Az version 12, it's supported until the release of Az
122-
15.0.0.
123-
- When Az 14.0.0 is released, Az version 13 is no longer supported.
126+
- To qualify for support, you must update to 14.1.0 when released if you have **Az** 14.0.0
127+
installed.
128+
- If **Az** 14.5.0 is the final release of **Az** version 14, it's supported until the release of
129+
**Az** 17.0.0.
130+
- When **Az** 14.0.0 is released, **Az** version 13 is no longer supported.
124131

125132
## Breaking changes
126133

@@ -145,8 +152,8 @@ For more information, see
145152

146153
### List of breaking changes
147154

148-
For detailed information about breaking changes in major releases of the Az PowerShell module, see
149-
the following articles.
155+
For detailed information about breaking changes in major releases of the **Az** PowerShell module,
156+
see the following articles.
150157

151158
- [Upcoming breaking changes](upcoming-breaking-changes.md)
152159
- [Az 14.0.0 breaking changes](migrate-az-14.0.0.md)
@@ -165,20 +172,20 @@ the following articles.
165172

166173
## Supported environments
167174

168-
The following table identifies the supported platforms for the Az, AzureRM, and Azure PowerShell
169-
modules.
175+
The following table identifies the supported platforms for the Azure PowerShell modules.
170176

171177
> [!NOTE]
172178
> Azure PowerShell is supported only on versions of PowerShell that are still within their support
173179
> lifecycle. For details, refer to the [PowerShell end-of-support dates][powershell-support-dates].
174180
175-
| Azure PowerShell | PowerShell <br/> 7.2, 7.4, and higher | Windows PowerShell <br/> 5.1 |
176-
| ----------------------------------- | :-----------------------------------: | :--------------------------: |
177-
| ![Supported][1] Az 12.x | ![Supported][1] | ![Supported][1] |
178-
| ![Supported][1] Az 11.x | ![Supported][1] | ![Supported][1] |
179-
| ![Out of Support][4] <= Az 10.x | ![Out of Support][4] | ![Out of Support][4] |
180-
| ![Out of Support][4] AzureRM 6.13.2 | ![Not Supported][3] | ![Out of Support][4] |
181-
| ![Supported][1] Azure 5.3.1 | ![Not Supported][3] | ![Supported][1] |
181+
| Azure PowerShell | PowerShell <br/> 7.x (any supported version) | Windows PowerShell <br/> 5.1 |
182+
| ------------------------------------------- | :------------------------------------------: | :--------------------------: |
183+
| ![Supported][1] Az 14.x | ![Supported][1] | ![Supported][1] |
184+
| ![Out of Support][4] Az 13.x | ![Out of Support][4] | ![Out of Support][4] |
185+
| ![Supported][1] Az 12.x | ![Supported][1] | ![Supported][1] |
186+
| ![Out of Support][4] <= Az 11.x | ![Out of Support][4] | ![Out of Support][4] |
187+
| ![Out of Support][4] AzureRM (all versions) | ![Not Supported][3] | ![Out of Support][4] |
188+
| ![Out of Support][4] Azure (all versions) | ![Not Supported][3] | ![Out of Support][4] |
182189

183190
- The ![Supported][1] icon indicates supported version combinations of Azure PowerShell and
184191
PowerShell.

0 commit comments

Comments
 (0)