diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 3aec24c99316..52b4df275996 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -330,6 +330,7 @@ "msrest", "msrestazure", "MSSQL", + "MSRC", "mutex", "myacr", "mydirectory", diff --git a/README.md b/README.md index 7b0d8a27b9fb..6400a6686d99 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,6 @@ This repository is for the active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our [public developer docs](https://docs.microsoft.com/python/azure/) or our versioned [developer docs](https://azure.github.io/azure-sdk-for-python). -## _Disclaimer_ - -_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_ - ## Getting started For your convenience, each service has a separate set of libraries that you can choose to use instead of one, large Azure package. To get started with a specific library, see the `README.md` (or `README.rst`) file located in the library's project folder.