Skip to content

Commit 12bad09

Browse files
committed
Fix version number
1 parent 7a20dd7 commit 12bad09

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ One at a time, run each Azure CLI command on the **Automation** tab in a termina
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
173173
> [!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.
174+
> Namespace resources are available from [2507 preview release](https://github.com/Azure/azure-iot-operations/releases/tag/v1.2.36). If you're using an earlier release version, namespaces aren't available and you can skip this step.
175175
176176
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.
177177
@@ -195,7 +195,7 @@ One at a time, run each Azure CLI command on the **Automation** tab in a termina
195195
```
196196
197197
> [!NOTE]
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.
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.36), this parameter isn't available.
199199
200200
* If you followed the optional prerequisites to set up your own certificate authority issuer, add the `--trust-settings` parameters to the `create` command:
201201

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ One at a time, run each Azure CLI command on the **Automation** tab in a termina
155155
1. Then select **+ Create** to create a new namespace. Make sure to use the same resource group as your Arc-enabled Kubernetes cluster.
156156
157157
> [!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.
158+
> Namespace resources are available from [2507 preview release](https://github.com/Azure/azure-iot-operations/releases/tag/v1.2.36). If you're using an earlier release version, namespaces aren't available and you can skip this step.
159159
160160
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.
161161
@@ -179,7 +179,7 @@ One at a time, run each Azure CLI command on the **Automation** tab in a termina
179179
```
180180
181181
> [!NOTE]
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.
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.36), this parameter isn't available.
183183
184184
1. Once all of the Azure CLI commands complete successfully, you can close the **Install Azure IoT Operations** wizard.
185185

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Microsoft always supports three generally available (GA) versions of Azure IoT O
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.2.x](https://github.com/Azure/azure-iot-operations/releases/tag/v1.2.35) (latest preview version)
14+
- [1.2.x](https://github.com/Azure/azure-iot-operations/releases/tag/v1.2.36) (latest preview version)
1515
- [1.1.x](https://github.com/Azure/azure-iot-operations/releases/tag/v1.1.59) (latest GA version)
1616
- [1.0.x](https://github.com/Azure/azure-iot-operations/releases/tag/v1.0.9) (previous minor GA version)
1717

0 commit comments

Comments
 (0)