You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/iothub/arm-iothub/README.md
+28-20Lines changed: 28 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,33 +15,37 @@ npm install @azure/arm-iothub
15
15
16
16
### How to use
17
17
18
-
#### nodejs - Authentication, client creation and list operations as an example written in TypeScript.
18
+
#### nodejs - client creation and list operations as an example written in TypeScript.
19
19
20
20
##### Install @azure/ms-rest-nodeauth
21
21
22
22
- Please install minimum version of `"@azure/ms-rest-nodeauth": "^3.0.0"`.
23
+
23
24
```bash
24
25
npm install @azure/ms-rest-nodeauth@"^3.0.0"
25
26
```
26
27
27
28
##### Sample code
28
29
30
+
While the below sample uses the interactive login, other authentication options can be found in the [README.md file of @azure/ms-rest-nodeauth](https://www.npmjs.com/package/@azure/ms-rest-nodeauth) package
0 commit comments