Skip to content

Commit c5d3b98

Browse files
committed
Fix broken codeblock
1 parent a63550a commit c5d3b98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/iot-operations/deploy-iot-ops/howto-manage-update-uninstall.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ az iot ops delete --name <INSTANCE_NAME> --resource-group <RESOURCE_GROUP>
157157

158158
To delete the instance and also remove the Azure IoT Operations dependencies (the output of `init`), add the flag `--include-deps`.
159159

160-
```az iot ops delete --name <INSTANCE_NAME> --resource-group <RESOURCE_GROUP> --include-deps
160+
```azurecli
161+
az iot ops delete --name <INSTANCE_NAME> --resource-group <RESOURCE_GROUP> --include-deps
161162
```
162163

163164
### [Azure portal](#tab/portal)

0 commit comments

Comments
 (0)