Skip to content

Commit

Permalink
Update docs metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Mar 20, 2023
1 parent b67fdca commit c41564d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions docs-ref-services/latest/arm-network-readme.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
title: Azure NetworkManagement client library for JavaScript
keywords: Azure, javascript, SDK, API, @azure/arm-network, network
author: qiaozha
ms.author: qiaozha
ms.date: 12/20/2022
author: xirzec
ms.author: jeffish
ms.date: 03/20/2023
ms.topic: reference
ms.devlang: javascript
ms.service: network
---
# Azure NetworkManagement client library for JavaScript - version 30.1.0
# Azure NetworkManagement client library for JavaScript - version 30.2.0


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

Network Client

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-network_30.1.0/sdk/network/arm-network) |
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-network_30.2.0/sdk/network/arm-network) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-network) |
[API reference documentation](/javascript/api/@azure/arm-network) |
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
Expand All @@ -27,7 +27,7 @@ Network Client
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
- Latest versions of Safari, Chrome, Edge and Firefox.

See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/@azure/arm-network_30.1.0/SUPPORT.md) for more details.
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/@azure/arm-network_30.2.0/SUPPORT.md) for more details.

### Prerequisites

Expand All @@ -46,7 +46,7 @@ npm install @azure/arm-network
To create a client object to access the Azure NetworkManagement API, you will need the `endpoint` of your Azure NetworkManagement resource and a `credential`. The Azure NetworkManagement client can use Azure Active Directory credentials to authenticate.
You can find the endpoint for your Azure NetworkManagement resource in the [Azure Portal][azure_portal].

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-network_30.1.0/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token).
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-network_30.2.0/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token).

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

Expand Down Expand Up @@ -96,15 +96,15 @@ const { setLogLevel } = require("@azure/logger");
setLogLevel("info");
```

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-network_30.1.0/sdk/core/logger).
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-network_30.2.0/sdk/core/logger).

## Next steps

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.

## Contributing

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-network_30.1.0/CONTRIBUTING.md) to learn more about how to build and test the code.
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-network_30.2.0/CONTRIBUTING.md) to learn more about how to build and test the code.

## Related projects

Expand All @@ -116,6 +116,6 @@ If you'd like to contribute to this library, please read the [contributing guide
[azure_sub]: https://azure.microsoft.com/free/
[azure_sub]: https://azure.microsoft.com/free/
[azure_portal]: https://portal.azure.com
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-network_30.1.0/sdk/identity/identity
[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-network_30.1.0/sdk/identity/identity#defaultazurecredential
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-network_30.2.0/sdk/identity/identity
[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-network_30.2.0/sdk/identity/identity#defaultazurecredential

4 changes: 2 additions & 2 deletions metadata/latest/azure-arm-network.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "@azure/arm-network",
"Version": "30.1.0",
"Version": "30.2.0",
"DevVersion": null,
"DirectoryPath": "sdk/network/arm-network",
"ServiceDirectory": "network",
Expand All @@ -10,5 +10,5 @@
"SdkType": "mgmt",
"IsNewSdk": true,
"ArtifactName": "azure-arm-network",
"ReleaseStatus": "2022-12-13"
"ReleaseStatus": "2023-03-07"
}

0 comments on commit c41564d

Please sign in to comment.