From d650a0ebf5a80f31b1a103abf31554c3c271ba0c Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Tue, 8 Jun 2021 16:31:31 -0700 Subject: [PATCH 1/3] Add note on dropping support for non LTS versions of Node.js --- SUPPORT.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index 09cd06d50aad..37aabed36f7b 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -31,4 +31,8 @@ Further information, including the MSRC PGP key, can be found in the [Security T ## Microsoft Support Policy -Please refer to [Azure SDK Support and Lifecycle information](https://azure.github.io/azure-sdk/policies_support.html) +The JavaScript Azure SDK libraries will not be guaranteed to work on Node.js versions that have reached their end of life. Dropping support for such Node.js versions may be done without increasing the major version of the Azure SDK libraries. + +We strongly recommend migration to [LTS versions of Node.js](https://nodejs.org/about/releases/) to be eligible for technical support. In terms of browsers, we support latest versions of Safari, Chrome, Edge and Firefox. We will make reasonable efforts to support the Azure SDK libraries on Node.js that have reached their end of life less than six months prior, unless security or other considerations require otherwise. + +Please refer to [Azure SDK Support and Lifecycle information](https://azure.github.io/azure-sdk/policies_support.html) for more on our support policy. From cff93375113c0435999587c12e71ac7ddcd28bf2 Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Tue, 8 Jun 2021 16:33:08 -0700 Subject: [PATCH 2/3] Azure SDK libraries for JavaScript --- SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index 37aabed36f7b..919d8aa13aa9 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -31,7 +31,7 @@ Further information, including the MSRC PGP key, can be found in the [Security T ## Microsoft Support Policy -The JavaScript Azure SDK libraries will not be guaranteed to work on Node.js versions that have reached their end of life. Dropping support for such Node.js versions may be done without increasing the major version of the Azure SDK libraries. +The Azure SDK libraries for JavaScript will not be guaranteed to work on Node.js versions that have reached their end of life. Dropping support for such Node.js versions may be done without increasing the major version of the Azure SDK libraries. We strongly recommend migration to [LTS versions of Node.js](https://nodejs.org/about/releases/) to be eligible for technical support. In terms of browsers, we support latest versions of Safari, Chrome, Edge and Firefox. We will make reasonable efforts to support the Azure SDK libraries on Node.js that have reached their end of life less than six months prior, unless security or other considerations require otherwise. From 7cc8e5363071248d804df8968028c91a4dcc330a Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Tue, 8 Jun 2021 16:38:47 -0700 Subject: [PATCH 3/3] Add link to support doc from readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 705fae687f4f..47e815a5bd22 100644 --- a/README.md +++ b/README.md @@ -35,16 +35,18 @@ Libraries which enable you to provision specific resources. They are responsible - For detailed documentation visit our [Azure SDK for JavaScript documentation](https://aka.ms/js-docs) - File an issue via [GitHub Issues](https://github.com/Azure/azure-sdk-for-js/issues) - Check [previous questions](https://stackoverflow.com/questions/tagged/azure-sdk-js) or ask new ones on StackOverflow using `azure-sdk-js` tag. +- Read our [Support documentation](https://github.com/Azure/azure-sdk-for-js/blob/master/SUPPORT.md). ### Community -* Chat with other community members [![Join the chat at https://gitter.im/azure/azure-sdk-for-js](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/azure/azure-sdk-for-js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +Try our [community resources](https://github.com/Azure/azure-sdk-for-js/blob/master/SUPPORT.md#community-resources). ### Reporting security issues and security bugs Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) . You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the [Security TechCenter](https://www.microsoft.com/msrc/faqs-report-an-issue). ## Contributing + For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/master/CONTRIBUTING.md). This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit