Rename to Azure IoT Hub Toolkit
This commit is contained in:
Родитель
30ef26be6e
Коммит
14838ab984
|
@ -1,5 +1,5 @@
|
|||
------------------------------------------- START OF LICENSE -----------------------------------------
|
||||
Azure IoT Toolkit for Visual Studio Code
|
||||
Azure IoT Hub Toolkit for Visual Studio Code
|
||||
Copyright (c) Microsoft Corporation
|
||||
All rights reserved.
|
||||
|
||||
|
|
16
README.md
16
README.md
|
@ -1,4 +1,4 @@
|
|||
# Azure IoT Toolkit
|
||||
# Azure IoT Hub 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) [![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)
|
||||
|
||||
|
@ -161,19 +161,19 @@ Time interval in seconds for tree view auto refresh, auto refresh has to be enab
|
|||
```
|
||||
|
||||
## Resources
|
||||
- [Channel 9 video: Walkthrough of Azure IoT Toolkit extension](https://channel9.msdn.com/Shows/Internet-of-Things-Show/Azure-IoT-Toolkit-extension-for-Visual-Studio-Code)
|
||||
- [Channel 9 video: What's new in the IoT Toolkit extension for VS Code](https://channel9.msdn.com/Shows/Internet-of-Things-Show/Whats-new-in-the-IoT-Toolkit-extension-for-VS-Code)
|
||||
- [Create an IoT hub using the Azure IoT Toolkit for Visual Studio Code](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-create-use-iot-toolkit)
|
||||
- [Use Azure IoT Toolkit to send and receive messages between your device and IoT Hub](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-vscode-iot-toolkit-cloud-device-messaging)
|
||||
- [Use Azure IoT Toolkit for Azure IoT Hub device management](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-device-management-iot-toolkit)
|
||||
- [Channel 9 video: Walkthrough of Azure IoT Hub Toolkit extension](https://channel9.msdn.com/Shows/Internet-of-Things-Show/Azure-IoT-Toolkit-extension-for-Visual-Studio-Code)
|
||||
- [Channel 9 video: What's new in the IoT Hub Toolkit extension for VS Code](https://channel9.msdn.com/Shows/Internet-of-Things-Show/Whats-new-in-the-IoT-Toolkit-extension-for-VS-Code)
|
||||
- [Create an IoT hub using the Azure IoT Hub Toolkit for Visual Studio Code](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-create-use-iot-toolkit)
|
||||
- [Use Azure IoT Hub Toolkit to send and receive messages between your device and IoT Hub](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-vscode-iot-toolkit-cloud-device-messaging)
|
||||
- [Use Azure IoT Hub Toolkit for Azure IoT Hub device management](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-device-management-iot-toolkit)
|
||||
- [Quickly build your Azure IoT application with Node.js, Python or REST API](https://blogs.msdn.microsoft.com/iotdev/2018/08/08/quickly-build-your-azure-iot-application-in-vs-code-with-node-js-python-or-rest-api/)
|
||||
- [Azure IoT Toolkit supports C#, Go, Java, Node.js, PHP, Python and Ruby to develop Azure IoT application in VS Code](https://blogs.msdn.microsoft.com/iotdev/2018/08/31/c-go-java-node-js-php-python-or-ruby-choose-your-favorite-language-to-develop-azure-iot-application-in-vs-code/)
|
||||
- [Azure IoT Hub Toolkit supports C#, Go, Java, Node.js, PHP, Python and Ruby to develop Azure IoT application in VS Code](https://blogs.msdn.microsoft.com/iotdev/2018/08/31/c-go-java-node-js-php-python-or-ruby-choose-your-favorite-language-to-develop-azure-iot-application-in-vs-code/)
|
||||
- [Use VS Code as IoT Hub Device Simulator](https://blogs.msdn.microsoft.com/iotdev/2018/07/12/use-vs-code-as-iot-hub-device-simulator-say-hello-to-azure-iot-hub-in-5-minutes/)
|
||||
- [Use VS Code to call Azure IoT Hub REST APIs](https://blogs.msdn.microsoft.com/iotdev/2018/07/19/call-azure-iot-hub-rest-apis-in-vs-code/)
|
||||
- [Create and control an IoT device connected to an IoT hub (Node.js)](https://github.com/Microsoft/vscode-azure-iot-toolkit/wiki/Quickstart-Node.js)
|
||||
- [Create and control an IoT device connected to an IoT hub (.NET)](https://github.com/Microsoft/vscode-azure-iot-toolkit/wiki/Quickstart-.NET)
|
||||
- [Handy Tool When You Develop With Azure IoT](https://blogs.msdn.microsoft.com/iotdev/2017/09/01/handy-tool-when-you-develop-with-azure-iot/)
|
||||
- [Azure IoT Toolkit for Visual Studio Code generally available for managing Azure IoT Hub and Devices with ease](https://blogs.msdn.microsoft.com/iotdev/2018/06/30/azure-iot-toolkit-for-visual-studio-code-generally-available-for-managing-azure-iot-hub-and-devices-with-ease/)
|
||||
- [Azure IoT Hub Toolkit for Visual Studio Code generally available for managing Azure IoT Hub and Devices with ease](https://blogs.msdn.microsoft.com/iotdev/2018/06/30/azure-iot-toolkit-for-visual-studio-code-generally-available-for-managing-azure-iot-hub-and-devices-with-ease/)
|
||||
|
||||
## ❤️ Contributors
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azure-iot-toolkit",
|
||||
"displayName": "Azure IoT Toolkit",
|
||||
"displayName": "Azure IoT Hub Toolkit",
|
||||
"description": "Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Code Generation",
|
||||
"version": "1.7.0",
|
||||
"publisher": "vsciot-vscode",
|
||||
|
@ -550,7 +550,7 @@
|
|||
},
|
||||
"configuration": {
|
||||
"type": "object",
|
||||
"title": "Azure IoT Explorer configuration",
|
||||
"title": "Azure IoT Hub Toolkit configuration",
|
||||
"properties": {
|
||||
"azure-iot-toolkit.deviceConnectionString": {
|
||||
"type": "string",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<body class="vscode-dark">
|
||||
<header>
|
||||
<div id="title-area">
|
||||
<h1>Azure IoT Toolkit Extension</h1>
|
||||
<h1>Azure IoT Hub Toolkit Extension</h1>
|
||||
<p>Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Code Generation.</p>
|
||||
</div>
|
||||
</header>
|
||||
|
@ -131,7 +131,7 @@
|
|||
</li>
|
||||
<li>Enter the message you want to send</li>
|
||||
<li>Results will be shown in
|
||||
<strong>OUTPUT > Azure IoT Toolkit</strong> view.</li>
|
||||
<strong>OUTPUT > Azure IoT Hub Toolkit</strong> view.</li>
|
||||
</ol>
|
||||
<img src="https://raw.githubusercontent.com/wiki/Microsoft/vscode-azure-iot-toolkit/images/sendd2c.gif" alt="send d2c" />
|
||||
<h3 id="monitor-d2c">Monitor device-to-cloud (D2C) message</h3>
|
||||
|
@ -148,7 +148,7 @@
|
|||
<ol start="2">
|
||||
<li>The monitored messages will be shown in
|
||||
<span> </span>
|
||||
<strong>OUTPUT > Azure IoT Toolkit</strong>
|
||||
<strong>OUTPUT > Azure IoT Hub Toolkit</strong>
|
||||
<span> </span>view.</li>
|
||||
<li>To stop monitoring, right-click the
|
||||
<span> </span>
|
||||
|
@ -206,7 +206,7 @@
|
|||
<div id="resources">
|
||||
<h3>Resources</h3>
|
||||
<div>
|
||||
<a href="https://channel9.msdn.com/Shows/Internet-of-Things-Show/Azure-IoT-Toolkit-extension-for-Visual-Studio-Code">Channel 9 video: Walkthrough of Azure IoT Toolkit extension</a>
|
||||
<a href="https://channel9.msdn.com/Shows/Internet-of-Things-Show/Azure-IoT-Toolkit-extension-for-Visual-Studio-Code">Channel 9 video: Walkthrough of Azure IoT Hub Toolkit extension</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://blogs.msdn.microsoft.com/iotdev/2018/08/08/quickly-build-your-azure-iot-application-in-vs-code-with-node-js-python-or-rest-api/">Quickly build your Azure IoT application with Node.js, Python or REST API</a>
|
||||
|
@ -221,7 +221,7 @@
|
|||
<a href="https://blogs.msdn.microsoft.com/iotdev/2017/09/01/handy-tool-when-you-develop-with-azure-iot/">Handy Tool When You Develop With Azure IoT</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://blogs.msdn.microsoft.com/iotdev/2018/06/30/azure-iot-toolkit-for-visual-studio-code-generally-available-for-managing-azure-iot-hub-and-devices-with-ease/">Azure IoT Toolkit for Visual Studio Code generally available for managing Azure IoT Hub and Devices with
|
||||
<a href="https://blogs.msdn.microsoft.com/iotdev/2018/06/30/azure-iot-toolkit-for-visual-studio-code-generally-available-for-managing-azure-iot-hub-and-devices-with-ease/">Azure IoT Hub Toolkit for Visual Studio Code generally available for managing Azure IoT Hub and Devices with
|
||||
ease
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -31,7 +31,7 @@ export class AzureIoTExplorer {
|
|||
private _iotHubModuleExplorer: IotHubModuleExplorer;
|
||||
|
||||
constructor(private context: vscode.ExtensionContext) {
|
||||
let outputChannel = vscode.window.createOutputChannel("Azure IoT Toolkit");
|
||||
let outputChannel = vscode.window.createOutputChannel("Azure IoT Hub Toolkit");
|
||||
this._iotHubC2DMessageExplorer = new IotHubC2DMessageExplorer(outputChannel);
|
||||
this._iotHubMessageExplorer = new IoTHubMessageExplorer(outputChannel);
|
||||
this._deviceExplorer = new DeviceExplorer(outputChannel);
|
||||
|
|
|
@ -6,7 +6,7 @@ import { exec, execSync } from "child_process";
|
|||
import * as vscode from "vscode";
|
||||
|
||||
export class Executor {
|
||||
public static runInTerminal(command: string, terminal: string = "Azure IoT Toolkit"): void {
|
||||
public static runInTerminal(command: string, terminal: string = "Azure IoT Hub Toolkit"): void {
|
||||
if (this.terminals[terminal] === undefined ) {
|
||||
this.terminals[terminal] = vscode.window.createTerminal(terminal);
|
||||
}
|
||||
|
|
|
@ -79,7 +79,7 @@ export class NSAT {
|
|||
},
|
||||
};
|
||||
TelemetryClient.sendEvent("nsat.survey/userAsked");
|
||||
const button = await window.showInformationMessage("Do you mind taking a quick feedback survey about the Azure IoT Toolkit Extension for VS Code?", take, remind, never);
|
||||
const button = await window.showInformationMessage("Do you mind taking a quick feedback survey about the Azure IoT Hub Toolkit Extension for VS Code?", take, remind, never);
|
||||
await (button || remind).run();
|
||||
}
|
||||
}
|
|
@ -27,7 +27,7 @@ export class WelcomePage {
|
|||
const startTime = new Date();
|
||||
this.panel = vscode.window.createWebviewPanel(
|
||||
"welcomePage",
|
||||
"Welcome to Azure IoT Toolkit",
|
||||
"Welcome to Azure IoT Hub Toolkit",
|
||||
vscode.ViewColumn.One,
|
||||
{
|
||||
enableCommandUris: true,
|
||||
|
|
|
@ -27,7 +27,7 @@ suite("Extension Tests", () => {
|
|||
});
|
||||
|
||||
/* This test only works when extensionDependencies are installed, so disable it in CI
|
||||
test("should be able to register iot toolkit commands", () => {
|
||||
test("should be able to register iot hub toolkit commands", () => {
|
||||
return vscode.commands.getCommands(true).then((commands) => {
|
||||
const COMMANDS = [
|
||||
"azure-iot-toolkit.refreshDeviceTree",
|
||||
|
@ -52,7 +52,7 @@ suite("Extension Tests", () => {
|
|||
return value.startsWith("azure-iot-toolkit.");
|
||||
}).sort();
|
||||
|
||||
const errorMsg = "Some iot toolkit commands are not registered properly or a new command is not added to the test";
|
||||
const errorMsg = "Some iot hub toolkit commands are not registered properly or a new command is not added to the test";
|
||||
assert.equal(JSON.stringify(foundCommands), JSON.stringify(COMMANDS), errorMsg);
|
||||
});
|
||||
});*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче