Skip to content

Commit 84b0b98

Browse files
authored
Merge pull request #306528 from dominicbetts/aio-versioning
AIO: Simplify version table
2 parents 655b054 + 0b69475 commit 84b0b98

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

articles/iot-operations/includes/supported-versions.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,25 @@ title: Include file
33
description: Include file with details of currently supported versions
44
author: dominicbetts
55
ms.topic: include
6-
ms.date: 09/29/2025
6+
ms.date: 10/06/2025
77
ms.author: dobett
88
---
99

10-
Microsoft supports three generally available (GA) versions of Azure IoT Operations at any time: the latest version, and the two previous minor versions.
10+
Microsoft supports three generally available (GA) versions of Azure IoT Operations at any time: the latest version, and the two previous minor versions. Additionally, preview versions are available for testing new features.
1111

12-
Currently, there are two supported minor GA versions. [Azure support](https://azure.microsoft.com/support/plans) is available for the following GA versions:
12+
Currently, [Azure support](https://azure.microsoft.com/support/plans) is available for the following versions:
1313

14-
| Version | Patch release (YYMM) | CLI version | Release notes |
15-
|---------|---------------|-------------|---------------|
16-
| 1.1.x | 1.1.59 (2506)<br/>1.1.19 (2504) | [1.7.0](https://github.com/Azure/azure-iot-ops-cli-extension/releases/tag/v1.7.0)<br/>[1.4.0](https://github.com/Azure/azure-iot-ops-cli-extension/releases/tag/v1.4.0), [1.5.0](https://github.com/Azure/azure-iot-ops-cli-extension/releases/tag/v1.5.0) | [Release notes](https://github.com/Azure/azure-iot-operations/releases/tag/v1.1.59)</br>[Release notes](https://github.com/Azure/azure-iot-operations/releases/tag/v1.1.19) |
17-
| 1.0.x | 1.0.34 (2503)<br/>1.0.15 (2502)<br/>1.0.9 (2411) | [1.3.0](https://github.com/Azure/azure-iot-ops-cli-extension/releases/tag/v1.3.0)<br/>[1.2.0](https://github.com/Azure/azure-iot-ops-cli-extension/releases/tag/v1.2.0)<br/>[1.0.0](https://github.com/Azure/azure-iot-ops-cli-extension/releases/tag/v1.0.0) | [Release notes](https://github.com/Azure/azure-iot-operations/releases/tag/v1.0.34)<br/>[Release notes](https://github.com/Azure/azure-iot-operations/releases/tag/v1.0.15)<br/>[Release notes](https://github.com/Azure/azure-iot-operations/releases/tag/v1.0.9) |
14+
| Version | Type | Current patch <br/>release (YYMM) | Current <br/>CLI version | Release notes |
15+
|---------|------|---------------|-------------|---------------|
16+
| 1.2.x | Preview | 1.2.72 (2509) | [2.0.0b3 (preview)](https://github.com/Azure/azure-iot-ops-cli-extension/releases/tag/v2.0.0b3) | [Release notes](https://github.com/Azure/azure-iot-operations/releases/tag/v1.2.72) |
17+
| 1.1.x | GA | 1.1.59 (2506) | [1.7.0](https://github.com/Azure/azure-iot-ops-cli-extension/releases/tag/v1.7.0) | [Release notes](https://github.com/Azure/azure-iot-operations/releases/tag/v1.1.59) |
18+
| 1.0.x | GA | 1.0.34 (2503) | [1.3.0](https://github.com/Azure/azure-iot-ops-cli-extension/releases/tag/v1.3.0) | [Release notes](https://github.com/Azure/azure-iot-operations/releases/tag/v1.0.34) |
1819

1920
To learn about upgrades between versions, see [Upgrade to a new version](../deploy-iot-ops/howto-upgrade.md).
2021

2122
> [!IMPORTANT]
2223
> Previous minor versions don't receive security patches. Upgrade to the latest version to get the latest security updates and features.
2324
24-
Currently, there's only one supported preview version. [Azure support](https://azure.microsoft.com/support/plans) is available for the following preview version:
25-
26-
| Version | Patch release (YYMM) | CLI version | Release notes |
27-
|-----------------|---------------|---------------------|---------------|
28-
| 1.2.x-preview | 1.2.72 (2509) | [2.0.0b3 (preview)](https://github.com/Azure/azure-iot-ops-cli-extension/releases/tag/v2.0.0b3) | [Release notes](https://github.com/Azure/azure-iot-operations/releases/tag/v1.2.72) |
29-
3025
> [!WARNING]
3126
> Don't use preview versions in production environments.
3227

0 commit comments

Comments
 (0)