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
-[LTS versions of Node.js](https://nodejs.org/about/releases/)
15
+
- Latest versions of Safari, Chrome, Edge and Firefox.
16
+
17
+
18
+
### Install the `adp` package
19
+
20
+
Install the AdpManagement client library for JavaScript with `npm`:
21
+
22
+
```bash
23
+
npm install adp
24
+
```
25
+
26
+
27
+
28
+
### JavaScript Bundle
29
+
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
30
+
31
+
## Key concepts
32
+
33
+
### AdpManagementClient
34
+
35
+
`AdpManagementClient` is the primary interface for developers using the AdpManagement client library. Explore the methods on this client object to understand the different features of the AdpManagement service that you can access.
0 commit comments