Skip to content

Commit 6a6b423

Browse files
latest versions
1 parent e5252c5 commit 6a6b423

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

articles/iot-operations/deploy-iot-ops/howto-deploy-iot-operations.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ One at a time, run each Azure CLI command on the **Automation** tab in a termina
147147
```
148148

149149
> [!IMPORTANT]
150-
> For preview releases, you need to append the `--allow-preview` flag to the `az extension add` command to install the [preview version](./howto-upgrade.md#upgrade-to-preview-version) of the Azure IoT Operations CLI extension.
150+
> For [preview releases](./howto-upgrade.md#upgrade-to-preview-version), you need to append the `--allow-preview` flag to the `az extension add` command to install the preview version of the Azure IoT Operations CLI extension.
151151
>
152152
> ```azurecli
153153
> az extension add --upgrade --name azure-iot-ops --allow-preview
@@ -170,6 +170,9 @@ One at a time, run each Azure CLI command on the **Automation** tab in a termina
170170
1. In the left menu, select **Namespaces**.
171171
1. Then select **+ Create** to create a new namespace. Make sure to use the same resource group as your Arc-enabled Kubernetes cluster.
172172
173+
> [!NOTE]
174+
> Namespace resources are available from [2507 preview release](https://github.com/Azure/azure-iot-operations/releases/tag/v1.2.35). If you're using an earlier release version, namespaces aren't available and you can skip this step.
175+
173176
1. To prepare the cluster for Azure IoT Operations deployment, copy and run the provided [az iot ops init](/cli/azure/iot/ops#az-iot-ops-init) command.
174177
175178
> [!TIP]
@@ -192,7 +195,7 @@ One at a time, run each Azure CLI command on the **Automation** tab in a termina
192195
```
193196
194197
> [!NOTE]
195-
> The `--feature` configuration parameter isn't available in 2507 preview release.
198+
> The `--feature` configuration parameter is only available in the [latest GA version](https://github.com/Azure/azure-iot-operations/releases/tag/v1.1.59). If you're using the [2507 preview release](https://github.com/Azure/azure-iot-operations/releases/tag/v1.2.35), this parameter isn't available.
196199
197200
* If you followed the optional prerequisites to set up your own certificate authority issuer, add the `--trust-settings` parameters to the `create` command:
198201

articles/iot-operations/deploy-iot-ops/howto-deploy-iot-test-operations.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ One at a time, run each Azure CLI command on the **Automation** tab in a termina
134134
135135
136136
> [!IMPORTANT]
137-
> For preview releases, you need to append the `--allow-preview` flag to the `az extension add` command to install the [preview version](./howto-upgrade.md#upgrade-to-preview-version) of the Azure IoT Operations CLI extension.
137+
> For [preview releases](./howto-upgrade.md#upgrade-to-preview-version), you need to append the `--allow-preview` flag to the `az extension add` command to install the preview version of the Azure IoT Operations CLI extension.
138138
>
139139
> ```azurecli
140140
> az extension add --upgrade --name azure-iot-ops --allow-preview
@@ -153,6 +153,9 @@ One at a time, run each Azure CLI command on the **Automation** tab in a termina
153153
1. In the search box, type and select **Azure Device Registry**.
154154
1. In the left menu, select **Namespaces**.
155155
1. Then select **+ Create** to create a new namespace. Make sure to use the same resource group as your Arc-enabled Kubernetes cluster.
156+
157+
> [!NOTE]
158+
> Namespace resources are available from [2507 preview release](https://github.com/Azure/azure-iot-operations/releases/tag/v1.2.35). If you're using an earlier release version, namespaces aren't available and you can skip this step.
156159
157160
1. Prepare the cluster for Azure IoT Operations deployment. Copy and run the provided [az iot ops init](/cli/azure/iot/ops#az-iot-ops-init) command.
158161
@@ -176,7 +179,7 @@ One at a time, run each Azure CLI command on the **Automation** tab in a termina
176179
```
177180
178181
> [!NOTE]
179-
> The `--feature` configuration parameter isn't available in 2507 preview release.
182+
> The `--feature` configuration parameter is only available in the [latest GA version](https://github.com/Azure/azure-iot-operations/releases/tag/v1.1.59). If you're using the [2507 preview release](https://github.com/Azure/azure-iot-operations/releases/tag/v1.2.35), this parameter isn't available.
180183
181184
1. Once all of the Azure CLI commands complete successfully, you can close the **Install Azure IoT Operations** wizard.
182185

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ title: include file
33
description: include file with details of currently supported versions
44
author: dominicbetts
55
ms.topic: include
6-
ms.date: 06/16/2025
6+
ms.date: 07/30/2025
77
ms.author: dobett
88
---
99

1010
Microsoft always supports three generally available (GA) versions of Azure IoT Operations at any one time: the latest version, and the two previous minor versions.
1111

1212
Currently, there are only two minor versions available. [Azure support](https://azure.microsoft.com/support/plans) is currently available for the following versions:
1313

14-
- [1.1.x](https://github.com/Azure/azure-iot-operations/releases/tag/v1.1.19) (latest GA version)
14+
- [1.2.x](https://github.com/Azure/azure-iot-operations/releases/tag/v1.2.35) (latest preview version)
15+
- [1.1.x](https://github.com/Azure/azure-iot-operations/releases/tag/v1.1.59) (latest GA version)
1516
- [1.0.x](https://github.com/Azure/azure-iot-operations/releases/tag/v1.0.9) (previous minor GA version)
1617

1718
> [!IMPORTANT]

0 commit comments

Comments
 (0)