From a0ab1b87f9f507bdea4ab8981568363c33e8dfd9 Mon Sep 17 00:00:00 2001 From: Bruno Heridet Date: Mon, 16 Dec 2024 18:28:36 +0100 Subject: [PATCH] doc: mention `iot hub query` in `iot hub device-twin list` help (#700) --- azext_iot/_help.py | 1 + 1 file changed, 1 insertion(+) diff --git a/azext_iot/_help.py b/azext_iot/_help.py index d365e7474..33a769d1a 100644 --- a/azext_iot/_help.py +++ b/azext_iot/_help.py @@ -471,6 +471,7 @@ long-summary: | This command is the same as iot hub query with the query "select * from devices" for all devices and "select * from devices where capabilities.iotEdge = true" for edge devices. + Use `az iot hub query` for more powerful queries on devices. """ helps[