Azure / azure-iot-hub-node

Azure IoT Hub Data Plane Node SDK
MIT License
1 stars 7 forks source link

Migrate from `@azure/core-http` to `@azure/core-auth` #11

Closed jeremymeng closed 1 year ago

jeremymeng commented 1 year ago

We are going to deprecate @azure/core-http in the near future.

It looks that only AccessToken and TokenCredential are used in this repo. They can be imported from @azure/core-auth

ethanann-ms commented 1 year ago

It was merged with the PR#15 and available with the version 1.16.2 in npm