Skip to content

Commit

Permalink
[Key Vault] Prepare keys beta release (Azure#25687)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccoyp authored Aug 12, 2022
1 parent 8cdc978 commit 430eda3
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 18 deletions.
3 changes: 2 additions & 1 deletion sdk/keyvault/azure-keyvault-administration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 4.1.2 (Unreleased)
## 4.2.0b1 (Unreleased)

### Features Added

Expand All @@ -9,6 +9,7 @@
### Bugs Fixed

### Other Changes
- Updated minimum `azure-core` version to 1.24.0

## 4.1.1 (2022-08-11)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Licensed under the MIT License.
# ------------------------------------

VERSION = "4.1.2"
VERSION = "4.2.0b1"
2 changes: 1 addition & 1 deletion sdk/keyvault/azure-keyvault-administration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
]
),
python_requires=">=3.6",
install_requires=["azure-common~=1.1", "azure-core<2.0.0,>=1.20.0", "msrest>=0.6.21", "six>=1.11.0"],
install_requires=["azure-common~=1.1", "azure-core<2.0.0,>=1.24.0", "msrest>=0.6.21", "six>=1.11.0"],
)
12 changes: 7 additions & 5 deletions sdk/keyvault/azure-keyvault-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Release History

## 4.6.2 (Unreleased)
## 4.7.0b1 (2022-08-12)

### Features Added

### Breaking Changes

### Bugs Fixed
- An attempt will be made to generate an IV if one isn't provided for local encryption
([#25380](https://github.com/Azure/azure-sdk-for-python/pull/25380))

### Other Changes
- The most recent release was version 4.6.1 instead of the intended version, 4.5.2.
The next stable release is planned to be version 4.7.0.
- Python 3.6 is no longer supported. Please use Python version 3.7 or later.
- Updated minimum `azure-core` version to 1.24.0

## 4.6.1 (2022-08-11)

Expand Down
4 changes: 3 additions & 1 deletion sdk/keyvault/azure-keyvault-keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ create, manage, and deploy public and private SSL/TLS certificates

_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_.

_Python 3.7 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)._

## Getting started
### Install the package
Install [azure-keyvault-keys][pypi_package_keys] and
Expand All @@ -29,7 +31,7 @@ authentication as demonstrated below.

### Prerequisites
* An [Azure subscription][azure_sub]
* Python 3.6 or later
* Python 3.7 or later
* An existing [Azure Key Vault][azure_keyvault]. If you need to create one, you can do so using the Azure CLI by following the steps in [this document][azure_keyvault_cli].
* If using Managed HSM, an existing [Key Vault Managed HSM][managed_hsm]. If you need to create a Managed HSM, you can do so using the Azure CLI by following the steps in [this document][managed_hsm_cli].

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Licensed under the MIT License.
# ------------------------------------

VERSION = "4.6.2"
VERSION = "4.7.0b1"
3 changes: 1 addition & 2 deletions sdk/keyvault/azure-keyvault-keys/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
-e ../../../tools/azure-devtools
../../core/azure-core
-e ../azure-mgmt-keyvault
-e ../../../tools/azure-sdk-tools
../../nspkg/azure-keyvault-nspkg
aiohttp>=3.0
azure-identity
azure-mgmt-core==1.3.0
azure-mgmt-keyvault==10.0.0
parameterized>=0.7.3
7 changes: 3 additions & 4 deletions sdk/keyvault/azure-keyvault-keys/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@
author_email="[email protected]",
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-keys",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Development Status :: 4 - Beta",
"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 @@ -65,9 +64,9 @@
"azure.keyvault",
]
),
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=[
"azure-core<2.0.0,>=1.20.0",
"azure-core<2.0.0,>=1.24.0",
"cryptography>=2.1.4",
"msrest>=0.6.21",
"azure-common~=1.1",
Expand Down
4 changes: 2 additions & 2 deletions shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ chardet<5,>=3.0.2
#override azure-eventhub azure-core<2.0.0,>=1.14.0
#override azure-eventhub typing-extensions>=4.0.1
#override azure-identity azure-core<2.0.0,>=1.11.0
#override azure-keyvault-administration azure-core<2.0.0,>=1.20.0
#override azure-keyvault-administration azure-core<2.0.0,>=1.24.0
#override azure-keyvault-certificates azure-core<2.0.0,>=1.20.0
#override azure-keyvault-keys azure-core<2.0.0,>=1.20.0
#override azure-keyvault-keys azure-core<2.0.0,>=1.24.0
#override azure-keyvault-secrets azure-core<2.0.0,>=1.20.0
#override azure-identity cryptography>=2.5
#override azure-ai-textanalytics azure-core<2.0.0,>=1.23.0
Expand Down

0 comments on commit 430eda3

Please sign in to comment.