diff --git a/docs-ref-services/latest/arm-network-profile-2020-09-01-hybrid-readme.md b/docs-ref-services/latest/arm-network-profile-2020-09-01-hybrid-readme.md index 7b176c5328ff..95ec079af45e 100644 --- a/docs-ref-services/latest/arm-network-profile-2020-09-01-hybrid-readme.md +++ b/docs-ref-services/latest/arm-network-profile-2020-09-01-hybrid-readme.md @@ -3,33 +3,31 @@ title: Azure NetworkManagement client library for JavaScript keywords: Azure, javascript, SDK, API, @azure/arm-network-profile-2020-09-01-hybrid, network author: qiaozha ms.author: qiaozha -ms.date: 03/09/2022 +ms.date: 12/23/2022 ms.topic: reference -ms.prod: azure -ms.technology: azure ms.devlang: javascript ms.service: network --- -# Azure NetworkManagement client library for JavaScript - version 2.0.0 +# Azure NetworkManagement client library for JavaScript - version 2.1.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-profile-2020-09-01-hybrid_2.0.0/sdk/network/arm-network-profile-2020-09-01-hybrid) | +[Source code](https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-network-profile-2020-09-01-hybrid_2.1.0/sdk/network/arm-network-profile-2020-09-01-hybrid) | [Package (NPM)](https://www.npmjs.com/package/@azure/arm-network-profile-2020-09-01-hybrid) | -[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-network-profile-2020-09-01-hybrid) | +[API reference documentation](/javascript/api/@azure/arm-network-profile-2020-09-01-hybrid) | [Samples](https://github.com/Azure-Samples/azure-samples-js-management) ## Getting started ### Currently supported environments -- [LTS versions of Node.js](https://nodejs.org/about/releases/) +- [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-profile-2020-09-01-hybrid_2.0.0/SUPPORT.md) for more details. +See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/@azure/arm-network-profile-2020-09-01-hybrid_2.1.0/SUPPORT.md) for more details. ### Prerequisites @@ -48,7 +46,7 @@ npm install @azure/arm-network-profile-2020-09-01-hybrid 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-profile-2020-09-01-hybrid_2.0.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-profile-2020-09-01-hybrid_2.1.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: @@ -59,7 +57,7 @@ npm install @azure/identity You will also need to **register a new AAD application and grant access to Azure NetworkManagement** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions). 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`. -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). +For more information about how to create an Azure AD Application check out [this guide](/azure/active-directory/develop/howto-create-service-principal-portal). ```javascript const { NetworkManagementClient } = require("@azure/arm-network-profile-2020-09-01-hybrid"); @@ -98,7 +96,7 @@ 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-profile-2020-09-01-hybrid_2.0.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-profile-2020-09-01-hybrid_2.1.0/sdk/core/logger). ## Next steps @@ -106,7 +104,7 @@ Please take a look at the [samples](https://github.com/Azure-Samples/azure-sampl ## 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-profile-2020-09-01-hybrid_2.0.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-profile-2020-09-01-hybrid_2.1.0/CONTRIBUTING.md) to learn more about how to build and test the code. ## Related projects @@ -114,10 +112,10 @@ If you'd like to contribute to this library, please read the [contributing guide ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fnetwork%2Farm-network-profile-2020-09-01-hybrid%2FREADME.png) -[azure_cli]: https://docs.microsoft.com/cli/azure +[azure_cli]: /cli/azure [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-profile-2020-09-01-hybrid_2.0.0/sdk/identity/identity -[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-network-profile-2020-09-01-hybrid_2.0.0/sdk/identity/identity#defaultazurecredential +[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-network-profile-2020-09-01-hybrid_2.1.0/sdk/identity/identity +[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-network-profile-2020-09-01-hybrid_2.1.0/sdk/identity/identity#defaultazurecredential diff --git a/metadata/latest/azure-arm-network-profile-2020-09-01-hybrid.json b/metadata/latest/azure-arm-network-profile-2020-09-01-hybrid.json index 6b07d7c8305b..89c13c3bb0a6 100644 --- a/metadata/latest/azure-arm-network-profile-2020-09-01-hybrid.json +++ b/metadata/latest/azure-arm-network-profile-2020-09-01-hybrid.json @@ -1,6 +1,6 @@ { "Name": "@azure/arm-network-profile-2020-09-01-hybrid", - "Version": "2.0.0", + "Version": "2.1.0", "DevVersion": null, "DirectoryPath": "sdk/network/arm-network-profile-2020-09-01-hybrid", "ServiceDirectory": "network", @@ -10,5 +10,5 @@ "SdkType": "mgmt", "IsNewSdk": true, "ArtifactName": "azure-arm-network-profile-2020-09-01-hybrid", - "ReleaseStatus": "2022-03-09" + "ReleaseStatus": "2022-12-22" }