This commit is contained in:
Jun Han 2018-06-25 16:55:29 +08:00 коммит произвёл GitHub
Родитель 448abafaae
Коммит 2558d8f733
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 10 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,11 @@
## 1.0.0 (2018-06-27)
### Added
* Add CodeLens to update Device Twin and Module Twin
* Show warning message when user selects deployment.template.json to do deployment
### Removed
* Remove iotedgectl related commands which are retired in IoT Edge GA
## 0.6.3 (2018-06-12)
### Added
* Add command for updating Module Twin

Просмотреть файл

@ -1,6 +1,6 @@
# Azure IoT Toolkit
[![Join the chat at https://gitter.im/Microsoft/azure-iot-toolkit](https://badges.gitter.im/Microsoft/azure-iot-toolkit.svg)](https://gitter.im/Microsoft/azure-iot-toolkit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://gitter.im/Microsoft/azure-iot-toolkit](https://badges.gitter.im/Microsoft/azure-iot-toolkit.svg)](https://gitter.im/Microsoft/azure-iot-toolkit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Marketplace Version](https://vsmarketplacebadge.apphb.com/version-short/vsciot-vscode.azure-iot-toolkit.svg)](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit)
Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Code Snippets.
@ -24,7 +24,7 @@ Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub
* Monitor C2D message from IoT Hub
* Invoke Direct Method
* Edit Device Twin
* Interact with Azure IoT Edge <sup>Preview</sup> (Install [Azure IoT Edge](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-edge) for more IoT Edge support)
* Interact with Azure IoT Edge (Install [Azure IoT Edge](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-edge) for more IoT Edge support)
* List Edge Moudles
* Edit Module Twin
* Create deployment for Edge device