Skip to content

Commit c7469b5

Browse files
Merge pull request #264862 from kgremban/jan31-cliversion
Update minimum Azure CLI version
2 parents ea335c8 + a7f0c8e commit c7469b5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Deploy Azure IoT Operations preview - enabled by Azure Arc to a Kubernetes clust
1919

2020
* An Azure subscription. If you don't have an Azure subscription, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2121

22-
* Azure CLI installed on your development machine. For more information, see [How to install the Azure CLI](/cli/azure/install-azure-cli). This scenario requires Azure CLI version 2.42.0 or higher. Use `az --version` to check your version and `az upgrade` to update if necessary.
22+
* Azure CLI installed on your development machine. For more information, see [How to install the Azure CLI](/cli/azure/install-azure-cli). This scenario requires Azure CLI version 2.46.0 or higher. Use `az --version` to check your version and `az upgrade` to update if necessary.
2323

2424
* The Azure IoT Operations extension for Azure CLI. Use the following command to add the extension or update it to the latest version:
2525

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ An Azure Arc-enabled Kubernetes cluster is a prerequisite for deploying Azure Io
2727
To prepare your Azure Arc-enabled Kubernetes cluster, you need:
2828

2929
- An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
30-
- [Azure CLI version 2.42.0 or newer installed](/cli/azure/install-azure-cli) on your development machine.
30+
- [Azure CLI version 2.46.0 or newer installed](/cli/azure/install-azure-cli) on your development machine.
3131
- Hardware that meets the [system requirements](/azure/azure-arc/kubernetes/system-requirements).
3232

3333
### Create a cluster

articles/iot-operations/get-started/quickstart-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For this quickstart, we recommend GitHub Codespaces as a quick way to get starte
5050

5151
* Azure CLI installed on your development machine. For more information, see [How to install the Azure CLI](/cli/azure/install-azure-cli).
5252

53-
This quickstart requires Azure CLI version 2.42.0 or higher. Use `az --version` to check your version and `az upgrade` to update if necessary.
53+
This quickstart requires Azure CLI version 2.46.0 or higher. Use `az --version` to check your version and `az upgrade` to update if necessary.
5454

5555
* The Azure IoT Operations extension for Azure CLI. Use the following command to add the extension or update it to the latest version:
5656

@@ -64,7 +64,7 @@ For this quickstart, we recommend GitHub Codespaces as a quick way to get starte
6464

6565
* Azure CLI installed on your development machine. For more information, see [How to install the Azure CLI](/cli/azure/install-azure-cli).
6666

67-
This quickstart requires Azure CLI version 2.42.0 or higher. Use `az --version` to check your version and `az upgrade` to update if necessary.
67+
This quickstart requires Azure CLI version 2.46.0 or higher. Use `az --version` to check your version and `az upgrade` to update if necessary.
6868

6969
* The Azure IoT Operations extension for Azure CLI. Use the following command to add the extension or update it to the latest version:
7070

articles/iot-operations/troubleshoot/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article contains troubleshooting tips for Azure IoT Operations Preview.
1919

2020
For general deployment and configuration troubleshooting, you can use the Azure CLI IoT Operations *check* and *support* commands.
2121

22-
[Azure CLI version 2.42.0 or higher](/cli/azure/install-azure-cli) is required and the [Azure IoT Operations extension](/cli/azure/iot/ops) installed.
22+
[Azure CLI version 2.46.0 or higher](/cli/azure/install-azure-cli) is required and the [Azure IoT Operations extension](/cli/azure/iot/ops) installed.
2323

2424
- Use [az iot ops check](/cli/azure/iot/ops#az-iot-ops-check) to evaluate IoT Operations service deployment for health, configuration, and usability. The *check* command can help you find problems in your deployment and configuration.
2525

0 commit comments

Comments
 (0)