microsoft / vscode-azure-iot-toolkit

Azure IoT Hub extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit
Other
73 stars 58 forks source link

‘Generate Code’ issue because azure-iothub-device-client lib? #547

Closed HaoHoo closed 2 years ago

HaoHoo commented 2 years ago

It seems that azure-iothub-device-client has been replaced by iothub-client? https://github.com/Azure/azure-iot-sdk-python/issues/270 When I follow the code generated by Azure IoT Toolkit extension to 'pip install azure-iothub-device-client', it's show not exist.

So if its correct, could you please update the 'generate code'?

HaoHoo commented 2 years ago

Sorry typo, replaced by azure-iot-device. I also find this ref: https://github.com/Azure/azure-iot-sdk-python/blob/main/migration_guide.md to confirm the 'update'...