Skip to content

Commit b04503f

Browse files
Merge pull request #288435 from kgremban/oct15-fixes
Fix broken codeblock
2 parents ae14c51 + c5d3b98 commit b04503f

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)