Skip to content

Commit ce9fbbe

Browse files
Python 2.7 Deprecation Disclaimer (Azure#22246)
* settings files * gitignore * deprecation warning * deprecation warning * removed change
1 parent 4b633a7 commit ce9fbbe

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

sdk/storage/azure-storage-blob/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## _Disclaimer_
2+
_Azure SDK Python packages support for Python 2.7 is ending 01 January 2022. This change will be effective azure-storage-blob>12.10.0b2 For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
3+
14
# Azure Storage Blobs client library for Python
25
Azure Blob storage is Microsoft's object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data, such as text or binary data.
36

@@ -15,7 +18,7 @@ Blob storage is ideal for:
1518
## Getting started
1619

1720
### Prerequisites
18-
* Python 2.7, or 3.5 or later is required to use this package.
21+
* Python 2.7, or 3.5 or later is required to use this package (ending Python 2.7 support starting 01 January 2022).
1922
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
2023
[Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to use this package.
2124

sdk/storage/azure-storage-file-datalake/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## _Disclaimer_
2+
_Azure SDK Python packages support for Python 2.7 is ending 01 January 2022. This change will be effective azure-storage-file-datalake>12.6.0b2 For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
3+
14
# Azure DataLake service client library for Python
25
Overview
36

@@ -12,7 +15,7 @@ This preview package for Python includes ADLS Gen2 specific API support made ava
1215
## Getting started
1316

1417
### Prerequisites
15-
* Python 2.7, or 3.5 or later is required to use this package.
18+
* Python 2.7, or 3.5 or later is required to use this package (ending Python 2.7 support starting 01 January 2022).
1619
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
1720
[Azure storage account](https://docs.microsoft.com/azure/storage/blobs/data-lake-storage-quickstart-create-account) to use this package.
1821

sdk/storage/azure-storage-file-share/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## _Disclaimer_
2+
_Azure SDK Python packages support for Python 2.7 is ending 01 January 2022. This change will be effective azure-storage-file-share>12.7.0b1 For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
3+
14
# Azure Storage File Share client library for Python
25
Azure File Share storage offers fully managed file shares in the cloud that are accessible via the industry standard [Server Message Block (SMB) protocol](https://docs.microsoft.com/windows/desktop/FileIO/microsoft-smb-protocol-and-cifs-protocol-overview). Azure file shares can be mounted concurrently by cloud or on-premises deployments of Windows, Linux, and macOS. Additionally, Azure file shares can be cached on Windows Servers with Azure File Sync for fast access near where the data is being used.
36

@@ -12,7 +15,7 @@ Azure file shares can be used to:
1215
## Getting started
1316

1417
### Prerequisites
15-
* Python 2.7, or 3.5 or later is required to use this package.
18+
* Python 2.7, or 3.5 or later is required to use this package (ending Python 2.7 support starting 01 January 2022).
1619
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
1720
[Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to use this package.
1821

sdk/storage/azure-storage-queue/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## _Disclaimer_
2+
_Azure SDK Python packages support for Python 2.7 is ending 01 January 2022. This change will be effective azure-storage-queue>12.1.6 For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
3+
14
# Azure Storage Queues client library for Python
25

36
Azure Queue storage is a service for storing large numbers of messages that can be accessed from anywhere in the world via authenticated calls using HTTP or HTTPS. A single queue message can be up to 64 KiB in size, and a queue can contain millions of messages, up to the total capacity limit of a storage account.
@@ -12,7 +15,7 @@ Common uses of Queue storage include:
1215
## Getting started
1316

1417
### Prerequisites
15-
* Python 2.7, or 3.5 or later is required to use this package.
18+
* Python 2.7, or 3.5 or later is required to use this package (ending Python 2.7 support starting 01 January 2022).
1619
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
1720
[Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to use this package.
1821

0 commit comments

Comments
 (0)