Skip to content

Commit 6812755

Browse files
authored
[KV] Add Py 2.7 disclaimer, 3.10 classifier (#20990)
1 parent 6aabc2e commit 6812755

File tree

8 files changed

+20
-0
lines changed

8 files changed

+20
-0
lines changed

sdk/keyvault/azure-keyvault-administration/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ create, manage, and deploy public and private SSL/TLS certificates
1616

1717
[Package (PyPI)][pypi_package_administration] | [API reference documentation][reference_docs] | [Product documentation][keyvault_docs]
1818

19+
## _Disclaimer_
20+
21+
_Azure SDK Python packages support for Python 2.7 is ending 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
22+
1923
## Getting started
2024
### Install packages
2125
Install [azure-keyvault-administration][pypi_package_administration] and

sdk/keyvault/azure-keyvault-administration/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"Programming Language :: Python :: 3.7",
6969
"Programming Language :: Python :: 3.8",
7070
"Programming Language :: Python :: 3.9",
71+
"Programming Language :: Python :: 3.10",
7172
"License :: OSI Approved :: MIT License",
7273
],
7374
zip_safe=False,

sdk/keyvault/azure-keyvault-certificates/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and other secrets
1111

1212
[Source code][certificates_client_src] | [Package (PyPI)][pypi_package_certificates] | [API reference documentation][reference_docs] | [Product documentation][keyvault_docs] | [Samples][certificates_samples]
1313

14+
## _Disclaimer_
15+
16+
_Azure SDK Python packages support for Python 2.7 is ending 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
17+
1418
## Getting started
1519
### Install the package
1620
Install [azure-keyvault-certificates][pypi_package_certificates] and

sdk/keyvault/azure-keyvault-certificates/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"Programming Language :: Python :: 3.7",
7070
"Programming Language :: Python :: 3.8",
7171
"Programming Language :: Python :: 3.9",
72+
"Programming Language :: Python :: 3.10",
7273
"License :: OSI Approved :: MIT License",
7374
],
7475
zip_safe=False,

sdk/keyvault/azure-keyvault-keys/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ create, manage, and deploy public and private SSL/TLS certificates
1313

1414
[Source code][key_client_src] | [Package (PyPI)][pypi_package_keys] | [API reference documentation][reference_docs] | [Product documentation][keyvault_docs] | [Samples][key_samples]
1515

16+
## _Disclaimer_
17+
18+
_Azure SDK Python packages support for Python 2.7 is ending 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
19+
1620
## Getting started
1721
### Install packages
1822
Install [azure-keyvault-keys][pypi_package_keys] and

sdk/keyvault/azure-keyvault-keys/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"Programming Language :: Python :: 3.7",
6969
"Programming Language :: Python :: 3.8",
7070
"Programming Language :: Python :: 3.9",
71+
"Programming Language :: Python :: 3.10",
7172
"License :: OSI Approved :: MIT License",
7273
],
7374
zip_safe=False,

sdk/keyvault/azure-keyvault-secrets/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ create, manage, and deploy public and private SSL/TLS certificates
1414

1515
[Source code][secret_client_src] | [Package (PyPI)][pypi_package_secrets] | [API reference documentation][reference_docs] | [Product documentation][keyvault_docs] | [Samples][secret_samples]
1616

17+
## _Disclaimer_
18+
19+
_Azure SDK Python packages support for Python 2.7 is ending 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
20+
1721
## Getting started
1822
### Install packages
1923
Install [azure-keyvault-secrets][pypi_package_secrets] and

sdk/keyvault/azure-keyvault-secrets/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"Programming Language :: Python :: 3.7",
7070
"Programming Language :: Python :: 3.8",
7171
"Programming Language :: Python :: 3.9",
72+
"Programming Language :: Python :: 3.10",
7273
"License :: OSI Approved :: MIT License",
7374
],
7475
zip_safe=False,

0 commit comments

Comments
 (0)