We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2141bce commit 91e60a2Copy full SHA for 91e60a2
service/package.json
@@ -8,6 +8,8 @@
8
"typings": "iothub.d.ts",
9
"dependencies": {
10
"@azure/ms-rest-js": "^2.0.5",
11
+ "@azure/core-http": "1.2.3",
12
+ "@azure/identity": "1.2.5",
13
"async": "^2.6.3",
14
"azure-iot-amqp-base": "2.4.9",
15
"azure-iot-common": "1.12.9",
@@ -19,8 +21,6 @@
19
21
"tslib": "^1.9.3"
20
22
},
23
"devDependencies": {
- "@azure/core-http": "1.2.3",
- "@azure/identity": "1.2.5",
24
"@types/debug": "^4.1.5",
25
"@types/node": "^9.6.61",
26
"autorest": "^2.0.4413",
0 commit comments