Skip to content

Commit

Permalink
update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adashen committed Aug 8, 2018
1 parent 1f096d6 commit 93aa053
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,23 @@
* `Azure IoT Edge: Build IoT Edge Solution` does not push images anymore

### Added
* Integerate with [iotedgehubdev](https://pypi.org/project/iotedgehubdev/) tool
* Azure IoT Edge: Build and Push IoT Edge Solution
* Azure IoT Edge: Setup IoT Edge Simulator
* Azure IoT Edge: Build and Run IoT Edge Solution in Simulator
* Azure IoT Edge: Run IoT Edge Solution in Simulator
* Azure IoT Edge: Start IoT Edge Hub Simulator for Single Module
* Azure IoT Edge: Stop IoT Edge Simulator
* Azure IoT Edge: Set Module Credentials to User Settings
* Add support for ASA module
* Support ASA module type in add module
* Debugging configuration for "Launch IoT Edge Module (Node.js)"
* Debugging configuration for "Launch IoT Edge Module (.Net Core)"

### Known Issues
* Cannot run C and Python module in IoT Edge Simulator
* IoT Edge Simulator does not work on Windows Container
* [ASA module may fail sending message](https://github.com/Microsoft/vscode-azure-iot-edge/issues/213)

## 1.1.1 - 2018-08-01
### Changed
* Update vscode-extension-telemetry npm to latest version (0.0.18)
Expand Down
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,28 @@
- Manage IoT Edge devices and modules in IoT Hub (with [Azure IoT Toolkit](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit))
- Deploy IoT solutions to IoT Edge devices

## What's New (v1.2.0)
* Integerate with [iotedgehubdev](https://pypi.org/project/iotedgehubdev/) tool
* Azure IoT Edge: Build and Push IoT Edge Solution
* Azure IoT Edge: Setup IoT Edge Simulator
* Azure IoT Edge: Build and Run IoT Edge Solution in Simulator
* Azure IoT Edge: Run IoT Edge Solution in Simulator
* Azure IoT Edge: Start IoT Edge Hub Simulator for Single Module
* Azure IoT Edge: Stop IoT Edge Simulator
* Azure IoT Edge: Set Module Credentials to User Settings
* Support ASA module type in add module
* Debugging configuration for "Launch IoT Edge Module (Node.js)"
* Debugging configuration for "Launch IoT Edge Module (.Net Core)"

## Known Issues
* Cannot run C and Python module in IoT Edge Simulator
* IoT Edge Simulator does not work on Windows Container
* [ASA module may fail sending message](https://github.com/Microsoft/vscode-azure-iot-edge/issues/213)

## Prerequisites

- [Docker](https://www.docker.com/)
- iotedgehubdev
- [iotedgehubdev](https://pypi.org/project/iotedgehubdev/)
```
pip install --upgrade iotedgehubdev
```
Expand Down

0 comments on commit 93aa053

Please sign in to comment.