diff --git a/LICENSE.txt b/LICENSE.txt index 7a6160a..c9a5bd2 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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. diff --git a/README.md b/README.md index 378a86d..d6a5e52 100644 --- a/README.md +++ b/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 diff --git a/package.json b/package.json index 0ee205a..7ddffe1 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/resources/welcome/index.html b/resources/welcome/index.html index 6746312..d2e42be 100644 --- a/resources/welcome/index.html +++ b/resources/welcome/index.html @@ -8,7 +8,7 @@
-

Azure IoT Toolkit Extension

+

Azure IoT Hub Toolkit Extension

Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Code Generation.

@@ -131,7 +131,7 @@
  • Enter the message you want to send
  • Results will be shown in - OUTPUT > Azure IoT Toolkit view.
  • + OUTPUT > Azure IoT Hub Toolkit view. send d2c

    Monitor device-to-cloud (D2C) message

    @@ -148,7 +148,7 @@
    1. The monitored messages will be shown in - OUTPUT > Azure IoT Toolkit + OUTPUT > Azure IoT Hub Toolkit view.
    2. To stop monitoring, right-click the @@ -206,7 +206,7 @@

      Resources

      - Channel 9 video: Walkthrough of Azure IoT Toolkit extension + Channel 9 video: Walkthrough of Azure IoT Hub Toolkit extension
      Quickly build your Azure IoT application with Node.js, Python or REST API @@ -221,7 +221,7 @@ 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 + Azure IoT Hub Toolkit for Visual Studio Code generally available for managing Azure IoT Hub and Devices with ease
      diff --git a/src/azureIoTExplorer.ts b/src/azureIoTExplorer.ts index 99b5673..509fb2f 100644 --- a/src/azureIoTExplorer.ts +++ b/src/azureIoTExplorer.ts @@ -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); diff --git a/src/executor.ts b/src/executor.ts index 900c24c..d1a3ea8 100644 --- a/src/executor.ts +++ b/src/executor.ts @@ -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); } diff --git a/src/nsat.ts b/src/nsat.ts index ad00f77..e36930d 100644 --- a/src/nsat.ts +++ b/src/nsat.ts @@ -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(); } } \ No newline at end of file diff --git a/src/welcomePage.ts b/src/welcomePage.ts index 95923c3..354cd0c 100644 --- a/src/welcomePage.ts +++ b/src/welcomePage.ts @@ -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, diff --git a/test/extension.test.ts b/test/extension.test.ts index 1d71989..8d23f34 100644 --- a/test/extension.test.ts +++ b/test/extension.test.ts @@ -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); }); });*/