From c0d7f78be55fe5c0424235c09994d0dee9efb417 Mon Sep 17 00:00:00 2001 From: Paymaun Date: Thu, 8 Oct 2020 16:36:28 -0700 Subject: [PATCH] Update README.md --- README.md | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 7afbb269b..e8286e405 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Please refer to the [Installation Troubleshooting Guide](docs/install-help.md) i ## Usage -After installing the Azure IoT extension your CLI environment is augmented with the addition of `central`, `device`, `dps`, `dt`, `edge`, `hub` and `pnp` commands. +After installing the Azure IoT extension your CLI environment is augmented with the addition of `hub`, `central`, `dps`, `dt`, `edge` and `device` commands. For usage and help content of any command or command group, pass in the `-h` parameter. Root command group details are shown for the following IoT services. @@ -95,7 +95,7 @@ For more specific examples, use: az find "az iot central"
- IoT Device Provisioning Service + IoT Device Provisioning ``` $ az iot dps -h @@ -136,7 +136,7 @@ Commands: ```
-
+
IoT Hub ``` @@ -183,26 +183,6 @@ Commands: ```
-
- IoT Plug & Play - -``` -$ az iot pnp -h -Group - az iot pnp : Manage Azure IoT Plug-and-Play repositories and models. - -Subgroups: - model [Preview] : Create, view, and publish device models in your company - repository. - repo [Preview] : Create and view Azure IoT Plug-and-Play tenant - repositories. - role-assignment [Preview] : Manage and configure PnP repository and model role - assignments. - twin [Preview] : Manipulate and interact with the digital twin of an IoT - Hub device. -``` -
- ## Scenario Automation Please refer to the [Scenario Automation](docs/scenario-automation.md) page for examples of how to use the IoT extension in scripts.