Skip to content

Commit 0bca67d

Browse files
committed
Update docs metadata
1 parent 8ac7290 commit 0bca67d

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

docs-ref-services/latest/arm-netapp-readme.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
---
22
title: Azure NetAppManagement client library for JavaScript
3-
keywords: Azure, javascript, SDK, API, @azure/arm-netapp, netappfiles
3+
keywords: Azure, javascript, SDK, API, @azure/arm-netapp, netapp
44
author: qiaozha
55
ms.author: qiaozha
6-
ms.date: 03/02/2022
6+
ms.date: 04/29/2022
77
ms.topic: reference
8-
ms.prod: azure
9-
ms.technology: azure
108
ms.devlang: javascript
11-
ms.service: netappfiles
9+
ms.service: netapp
1210
---
13-
# Azure NetAppManagement client library for JavaScript - Version 15.1.0
11+
# Azure NetAppManagement client library for JavaScript - Version 15.1.1
1412

1513

1614
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure NetAppManagement client.
1715

1816
Microsoft NetApp Files Azure Resource Provider specification
1917

20-
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-netapp_15.1.0/sdk/netapp/arm-netapp) |
18+
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-netapp_15.1.1/sdk/netapp/arm-netapp) |
2119
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-netapp) |
22-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-netapp) |
20+
[API reference documentation](/javascript/api/@azure/arm-netapp) |
2321
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
2422

2523
## Getting started
@@ -29,7 +27,7 @@ Microsoft NetApp Files Azure Resource Provider specification
2927
- [LTS versions of Node.js](https://nodejs.org/about/releases/)
3028
- Latest versions of Safari, Chrome, Edge and Firefox.
3129

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.
3331

3432
### Prerequisites
3533

@@ -48,7 +46,7 @@ npm install @azure/arm-netapp
4846
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.
4947
You can find the endpoint for your Azure NetAppManagement resource in the [Azure Portal][azure_portal].
5048

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).
5250

5351
To use the [DefaultAzureCredential][defaultazurecredential] provider shown below, or other credential providers provided with the Azure SDK, please install the `@azure/identity` package:
5452

@@ -59,7 +57,7 @@ npm install @azure/identity
5957
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).
6058
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`.
6159

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).
6361

6462
```javascript
6563
const { NetAppManagementClient } = require("@azure/arm-netapp");
@@ -98,26 +96,26 @@ const { setLogLevel } = require("@azure/logger");
9896
setLogLevel("info");
9997
```
10098

101-
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).
102100

103101
## Next steps
104102

105103
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.
106104

107105
## Contributing
108106

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.
110108

111109
## Related projects
112110

113111
- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
114112

115113
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fnetapp%2Farm-netapp%2FREADME.png)
116114

117-
[azure_cli]: https://docs.microsoft.com/cli/azure
115+
[azure_cli]: /cli/azure
118116
[azure_sub]: https://azure.microsoft.com/free/
119117
[azure_sub]: https://azure.microsoft.com/free/
120118
[azure_portal]: https://portal.azure.com
121-
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-netapp_15.1.0/sdk/identity/identity
122-
[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-netapp_15.1.0/sdk/identity/identity#defaultazurecredential
119+
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-netapp_15.1.1/sdk/identity/identity
120+
[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-netapp_15.1.1/sdk/identity/identity#defaultazurecredential
123121

metadata/latest/azure-arm-netapp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "@azure/arm-netapp",
3-
"Version": "15.1.0",
3+
"Version": "15.1.1",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/netapp/arm-netapp",
66
"ServiceDirectory": "netapp",
@@ -10,5 +10,5 @@
1010
"SdkType": "mgmt",
1111
"IsNewSdk": true,
1212
"ArtifactName": "azure-arm-netapp",
13-
"ReleaseStatus": "2022-03-02"
13+
"ReleaseStatus": "2022-04-27"
1414
}

0 commit comments

Comments
 (0)