Skip to content

Commit 1d2d11d

Browse files
authored
Update iot-hub-cli-version-info.md
Fix some syntax.
1 parent dd31cf4 commit 1d2d11d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

includes/iot-hub-cli-version-info.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
> [!NOTE]
1313
> This article uses the newest version of the Azure IoT extension, called `azure-iot`. The legacy version is called `azure-iot-cli-ext`.You should only have one version installed at a time. You can use the command `az extension list` to validate the currently installed extensions.
1414
>
15-
> Use `az extension remove azure-iot-cli-ext` to remove the legacy version of the extension.
16-
> Use `az extension add -name azure-iot` to add the new version of the extension.
15+
> Use `az extension remove --name azure-iot-cli-ext` to remove the legacy version of the extension.
1716
>
18-
> To see what extensions you have installed, use `az extension show `.
17+
> Use `az extension add --name azure-iot` to add the new version of the extension.
18+
>
19+
> To see what extensions you have installed, use `az extension list`.
1920
>

0 commit comments

Comments
 (0)