Skip to content

Commit

Permalink
2.7.0 (#321)
Browse files Browse the repository at this point in the history
* 2.7.0

* Update

* Update
  • Loading branch information
formulahendry authored May 16, 2019
1 parent 6ca274e commit 01ff6c6
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.7.0
## 2.7.0 (2019-05-16)
### Added
* Endpoints tree view
* Monitor custom Event Hub endpoint
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The [Wiki page](https://github.com/Microsoft/vscode-azure-iot-toolkit/wiki) incl

### Prerequisites

1. In Explorer of VS Code, click "Azure IoT Hub Devices" in the bottom left corner.
1. In Explorer of VS Code, click "Azure IoT Hub" in the bottom left corner.

![Click Device Explorer](images/device-explorer-click.png)

Expand All @@ -60,7 +60,7 @@ The [Wiki page](https://github.com/Microsoft/vscode-azure-iot-toolkit/wiki) incl

![Enter Connection String](images/enter-connection-string.png)

4. The device list will be shown.
4. The devices list will be shown.

![Device Explorer](images/device-explorer.png)

Expand All @@ -77,7 +77,9 @@ Instead of copying and pasting to set IoT Hub Connection String, you could sign
2. If you have not signed in to Azure, a pop-up will show to let you sign in to Azure.
3. After you sign in, your Azure Subscription list will be shown, then select an Azure Subscription.
4. Your IoT Hub list will be shown, then select an IoT Hub.
5. The device list will be shown.
5. The devices and endpoints list will be shown.

![IoT Hub Explorer](images/iot-hub-explorer.png)

## Code Generation

Expand Down
Binary file modified images/device-explorer-click.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/device-explorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/iot-hub-explorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/select-iot-hub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/set-connection-string.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-iot-toolkit",
"displayName": "Azure IoT Hub Toolkit",
"description": "Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Device Simulation, IoT Hub Code Generation",
"version": "2.7.0-rc3",
"version": "2.7.0",
"publisher": "vsciot-vscode",
"aiKey": "0caaff90-cc1c-4def-b64c-3ef33615bc9b",
"icon": "logo.png",
Expand Down
14 changes: 7 additions & 7 deletions resources/welcome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3>Select IoT Hub if you have existing one</h3>
To select IoT Hub, click above button, or follow below steps.
<ol>
<li>
<div>In Explorer of VS Code, click "Azure IoT Hub Devices" tab in the bottom left corner.</div>
<div>In Explorer of VS Code, click "Azure IoT Hub" tab in the bottom left corner.</div>
<img src="https://raw.githubusercontent.com/Microsoft/vscode-azure-iot-toolkit/master/images/device-explorer-click.png">
</li>
<li>
Expand All @@ -45,8 +45,8 @@ <h3>Select IoT Hub if you have existing one</h3>
and IoT Hub.</div>
</li>
<li>
<div>The device list will be shown in "Azure IoT Hub Devices" tab in a few seconds.</div>
<img src="https://raw.githubusercontent.com/Microsoft/vscode-azure-iot-toolkit/master/images/device-explorer.png">
<div>The devices and endpoints list will be shown in "Azure IoT Hub" tab in a few seconds.</div>
<img src="https://raw.githubusercontent.com/Microsoft/vscode-azure-iot-toolkit/master/images/iot-hub-explorer.png">
</li>
</ol>
</div>
Expand All @@ -62,7 +62,7 @@ <h3>Create IoT Hub if you don't have one</h3>
To create IoT Hub, click above button, or follow below steps.
<ol>
<li>
<div>In Explorer of VS Code, click "Azure IoT Hub Devices" tab in the bottom left corner.</div>
<div>In Explorer of VS Code, click "Azure IoT Hub" tab in the bottom left corner.</div>
<img src="https://raw.githubusercontent.com/Microsoft/vscode-azure-iot-toolkit/master/images/device-explorer-click.png">
</li>
<li>
Expand Down Expand Up @@ -110,7 +110,7 @@ <h3 id="register-device">Register a device</h3>
<strong>... &gt; Create Device</strong>
<span> </span>at
<span> </span>
<strong>AZURE IOT HUB DEVICES</strong>
<strong>AZURE IOT HUB</strong>
<span> </span>tab, or type
<span> </span>
<strong>Azure IoT Hub: Create Device</strong>
Expand Down Expand Up @@ -141,7 +141,7 @@ <h3 id="monitor-d2c">Monitor device-to-cloud (D2C) message</h3>
<ol>
<li>Right-click your device and select
<span> </span>
<strong>Start Monitoring D2C Message</strong>.</li>
<strong>Start Monitoring Built-in Event Endpoint</strong>.</li>
</ol>
<img src="https://raw.githubusercontent.com/wiki/Microsoft/vscode-azure-iot-toolkit/images/startmonitor.png" alt="start monitor"
/>
Expand All @@ -155,7 +155,7 @@ <h3 id="monitor-d2c">Monitor device-to-cloud (D2C) message</h3>
<strong>OUTPUT</strong>
<span> </span>view and select
<span> </span>
<strong>Stop Monitoring D2C Message</strong>.</li>
<strong>Stop Monitoring Built-in Event Endpoint</strong>.</li>
</ol>
<img src="https://raw.githubusercontent.com/wiki/Microsoft/vscode-azure-iot-toolkit/images/stopmonitor.png" alt="stop monitor"
/>
Expand Down

0 comments on commit 01ff6c6

Please sign in to comment.