You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-keyvault-administration/README.md
+17-21Lines changed: 17 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ create, manage, and deploy public and private SSL/TLS certificates
24
24
## _Disclaimer_
25
25
26
26
_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._
27
-
_Python 3.8 or later is required to use this package. For more details, please refer to [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy)._
27
+
_Python 3.9 or later is required to use this package. For more details, please refer to [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy)._
28
28
29
29
## Getting started
30
30
### Install packages
@@ -38,7 +38,7 @@ authentication as demonstrated below.
38
38
39
39
### Prerequisites
40
40
* An [Azure subscription][azure_sub]
41
-
* Python 3.8 or later
41
+
* Python 3.9 or later
42
42
* An existing [Key Vault Managed HSM][managed_hsm]. If you need to create one, you can do so using the Azure CLI by following the steps in [this document][managed_hsm_cli].
43
43
44
44
### Authenticate the client
@@ -303,17 +303,16 @@ to the library's [credential documentation][sas_docs]. Alternatively, it is poss
0 commit comments