Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
digimaun authored Oct 8, 2020
1 parent 0a1ba5c commit c0d7f78
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -95,7 +95,7 @@ For more specific examples, use: az find "az iot central"
</details>

<details>
<summary>IoT Device Provisioning Service</summary>
<summary>IoT Device Provisioning</summary>

```
$ az iot dps -h
Expand Down Expand Up @@ -136,7 +136,7 @@ Commands:
```
</details>

<details>
<details open>
<summary>IoT Hub</summary>

```
Expand Down Expand Up @@ -183,26 +183,6 @@ Commands:
```
</details>

<details>
<summary>IoT Plug & Play</summary>

```
$ 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.
```
</details>

## Scenario Automation

Please refer to the [Scenario Automation](docs/scenario-automation.md) page for examples of how to use the IoT extension in scripts.
Expand Down

0 comments on commit c0d7f78

Please sign in to comment.