Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### 12.0.0b4 (Unreleased)

This version and all future versions will require Python 3.7+. Python 2.7 and 3.6 are no longer supported.
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.

#### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-changefeed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This preview package for Python enables users to get blob change feed events. Th
## Getting started

### Prerequisites
* Python 3.7 or later is required to use this package.
* Python 3.6 or later is required to use this package.
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
[Azure storage account](https://docs.microsoft.com/azure/storage/blobs/data-lake-storage-quickstart-create-account) to use this package.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Several Storage Blobs Python SDK samples are available to you in the SDK's GitHu
* list events starting from a continuation token

## Prerequisites
* Python 3.7 or later is required to use this package
* Python 3.6 or later is required to use this package
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
[Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to run these samples.

Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-blob-changefeed/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
'Programming Language :: Python',
"Programming Language :: Python :: 3 :: Only",
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand All @@ -68,7 +69,7 @@
packages=[
'azure.storage.blob.changefeed',
],
python_requires=">=3.7",
python_requires=">=3.6",
install_requires=[
"azure-storage-blob>=12.5.0,<13.0.0"
],
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 12.10.0b3 (Unreleased)

This version and all future versions will require Python 3.7+. Python 2.7 and 3.6 are no longer supported.
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.

### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Blob storage is ideal for:
## Getting started

### Prerequisites
* Python 3.7 or later is required to use this package.
* Python 3.6 or later is required to use this package.
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
[Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to use this package.

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ get and set access policies:
* Integrate blob with other Azure Services such as App Insights, and utilize it as a tool for data experimentation.

## Prerequisites
* Python 3.7 or later is required to use this package
* Python 3.6 or later is required to use this package
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
[Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to run these samples.

Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-blob/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
'Programming Language :: Python',
"Programming Language :: Python :: 3 :: Only",
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand All @@ -73,7 +74,7 @@
'tests.blob',
'tests.common'
]),
python_requires=">=3.7",
python_requires=">=3.6",
install_requires=[
"azure-core<2.0.0,>=1.11.0",
"msrest>=0.6.21",
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 12.6.0b3 (Unreleased)

This version and all future versions will require Python 3.7+. Python 2.7 and 3.6 are no longer supported.
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.

### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This preview package for Python includes ADLS Gen2 specific API support made ava
## Getting started

### Prerequisites
* Python 3.7 or later is required to use this package.
* Python 3.6 or later is required to use this package.
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
[Azure storage account](https://docs.microsoft.com/azure/storage/blobs/data-lake-storage-quickstart-create-account) to use this package.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Several DataLake Storage Python SDK samples are available to you in the SDK's Gi
* Delete file system

## Prerequisites
* Python 3.7 later is required to use this package
* Python 3.6 later is required to use this package
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
[Azure storage account](https://docs.microsoft.com/azure/storage/blobs/data-lake-storage-quickstart-create-account) to run these samples.

Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-file-datalake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
'Programming Language :: Python',
"Programming Language :: Python :: 3 :: Only",
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand All @@ -72,7 +73,7 @@
'azure.storage',
'tests',
]),
python_requires=">=3.7",
python_requires=">=3.6",
install_requires=[
"azure-core<2.0.0,>=1.11.0",
"msrest>=0.6.21",
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 12.7.0b2 (Unreleased)

This version and all future versions will require Python 3.7+. Python 2.7 and 3.6 are no longer supported.
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.

### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-share/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Azure file shares can be used to:
## Getting started

### Prerequisites
* Python 3.7 or later is required to use this package.
* Python 3.6 or later is required to use this package.
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
[Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to use this package.

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-share/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ with file shares.
* Copy a file from a URL

## Prerequisites
* Python 3.7 or later is required to use this package
* Python 3.6 or later is required to use this package
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
[Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to run these samples.

Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-file-share/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
'Programming Language :: Python',
"Programming Language :: Python :: 3 :: Only",
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand All @@ -60,7 +61,7 @@
'azure.storage',
'tests',
]),
python_requires=">=3.7",
python_requires=">=3.6",
install_requires=[
"azure-core<2.0.0,>=1.11.0",
"msrest>=0.6.21",
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 12.2.0b1 (Unreleased)

This version and all future versions will require Python 3.7+. Python 2.7 and 3.6 are no longer supported.
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.

### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Common uses of Queue storage include:
## Getting started

### Prerequisites
* Python 3.7 or later is required to use this package.
* Python 3.6 or later is required to use this package.
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
[Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to use this package.

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-queue/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ with queues.
* Enabling the logger for the service and printing any logging messages

## Prerequisites
* Python 3.7 or later is required to use this package
* Python 3.6 or later is required to use this package
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
[Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview) to run these samples.

Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-queue/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
'Programming Language :: Python',
"Programming Language :: Python :: 3 :: Only",
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand All @@ -63,7 +64,7 @@
'tests.queue',
'tests.common'
]),
python_requires=">=3.7",
python_requires=">=3.6",
install_requires=[
"azure-core<2.0.0,>=1.11.0",
"msrest>=0.6.18",
Expand Down