Skip to content

Commit 8e5fe3f

Browse files
authored
Update minimum Azure CLI version
1 parent f9a61da commit 8e5fe3f

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
@@ -23,7 +23,7 @@ Deploy Azure IoT Operations preview - enabled by Azure Arc to a Kubernetes clust
2323

2424
Azure IoT Operations should work on any CNCF-conformant kubernetes cluster. Currently, Microsoft only supports K3s on Ubuntu Linux and WSL, or AKS Edge Essentials on Windows.
2525

26-
* 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.
26+
* 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.
2727

2828
* The Azure IoT Operations extension for Azure CLI.
2929

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.
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.
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)