Skip to content

Commit 7ae290c

Browse files
authored
Fix indentation in upgrade instructions
1 parent c0711fd commit 7ae290c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ If your Azure IoT Operations deployment is eligible for an upgrade, the Azure po
4848

4949
1. You need to use the latest version of the Azure IoT Operations CLI extension to get the latest version of Azure IoT Operations. If you didn't update the extension as part of the prerequisites, do so now.
5050

51-
```azurecli
52-
az extension add --upgrade --name azure-iot-ops
53-
```
51+
```azurecli
52+
az extension add --upgrade --name azure-iot-ops
53+
```
5454

55-
Or, if you want to upgrade your deployment to a newer version but not the latest, set the CLI extension version to the one associated with your desired Azure IoT Operations versions in [IoT Operations versions](https://aka.ms/aio-versions).
55+
Or, if you want to upgrade your deployment to a newer version but not the latest, set the CLI extension version to the one associated with your desired Azure IoT Operations versions in [IoT Operations versions](https://aka.ms/aio-versions).
5656

5757
```azurecli
5858
az extension add --upgrade --name azure-iot-ops --version <VERSION_NUMBER>
@@ -76,9 +76,9 @@ Use the following steps to upgrade your deployment to the latest version:
7676

7777
1. You need to use the latest version of the Azure IoT Operations CLI extension to get the latest version of Azure IoT Operations. If you didn't update the extension as part of the prerequisites, do so now.
7878

79-
```azurecli
80-
az extension add --upgrade --name azure-iot-ops
81-
```
79+
```azurecli
80+
az extension add --upgrade --name azure-iot-ops
81+
```
8282

8383
1. Run `az iot ops upgrade`
8484

0 commit comments

Comments
 (0)