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/mysql/arm-mysql/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,21 +15,21 @@ npm install @azure/arm-mysql
15
15
16
16
### How to use
17
17
18
-
#### nodejs - Authentication, client creation and get servers as an example written in TypeScript.
18
+
#### nodejs - client creation and get servers as an example written in TypeScript.
19
19
20
20
##### Install @azure/ms-rest-nodeauth
21
21
22
+
- Please install minimum version of `"@azure/ms-rest-nodeauth": "^3.0.0"`.
22
23
```bash
23
-
npm install @azure/ms-rest-nodeauth
24
+
npm install @azure/ms-rest-nodeauth@"^3.0.0"
24
25
```
25
26
26
27
##### Sample code
27
28
29
+
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