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/)
30
28
- Latest versions of Safari, Chrome, Edge and Firefox.
31
29
32
-
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/@azure/arm-netapp_15.1.0/SUPPORT.md) for more details.
30
+
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/@azure/arm-netapp_15.1.1/SUPPORT.md) for more details.
33
31
34
32
### Prerequisites
35
33
@@ -48,7 +46,7 @@ npm install @azure/arm-netapp
48
46
To create a client object to access the Azure NetAppManagement API, you will need the `endpoint` of your Azure NetAppManagement resource and a `credential`. The Azure NetAppManagement client can use Azure Active Directory credentials to authenticate.
49
47
You can find the endpoint for your Azure NetAppManagement resource in the [Azure Portal][azure_portal].
50
48
51
-
You can authenticate with Azure Active Directory using a credential from the [@azure/identity][azure_identity] library or [an existing AAD Token](https://github.com/Azure/azure-sdk-for-js/blob/@azure/arm-netapp_15.1.0/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token).
49
+
You can authenticate with Azure Active Directory using a credential from the [@azure/identity][azure_identity] library or [an existing AAD Token](https://github.com/Azure/azure-sdk-for-js/blob/@azure/arm-netapp_15.1.1/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token).
52
50
53
51
To use the [DefaultAzureCredential][defaultazurecredential] provider shown below, or other credential providers provided with the Azure SDK, please install the `@azure/identity` package:
54
52
@@ -59,7 +57,7 @@ npm install @azure/identity
59
57
You will also need to **register a new AAD application and grant access to Azure NetAppManagement** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
60
58
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
61
59
62
-
For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
60
+
For more information about how to create an Azure AD Application check out [this guide](/azure/active-directory/develop/howto-create-service-principal-portal).
For more detailed instructions on how to enable logs, you can look at the [@azure/logger package docs](https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-netapp_15.1.0/sdk/core/logger).
99
+
For more detailed instructions on how to enable logs, you can look at the [@azure/logger package docs](https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-netapp_15.1.1/sdk/core/logger).
102
100
103
101
## Next steps
104
102
105
103
Please take a look at the [samples](https://github.com/Azure-Samples/azure-samples-js-management) directory for detailed examples on how to use this library.
106
104
107
105
## Contributing
108
106
109
-
If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/@azure/arm-netapp_15.1.0/CONTRIBUTING.md) to learn more about how to build and test the code.
107
+
If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/@azure/arm-netapp_15.1.1/CONTRIBUTING.md) to learn more about how to build and test the code.
110
108
111
109
## Related projects
112
110
113
111
-[Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
0 commit comments