Skip to content

Commit eac18c4

Browse files
author
Nicola Camillucci
committed
Updated changelog and cspell
1 parent 3511158 commit eac18c4

4 files changed

Lines changed: 13 additions & 10 deletions

File tree

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
# Release History
22

3-
## 4.7.1 (Unreleased)
3+
## 4.8.0b1 (Unreleased)
44

55
### Features Added
66

7+
- Added support for service API version `2026-01-01-preview` [#46895](https://github.com/Azure/azure-sdk-for-python/pull/46895)
8+
- Added `KeyVaultEkmClient` for managing Managed HSM External Key Manager (EKM) connections. This new client exposes `get_ekm_connection`,
9+
`create_ekm_connection`, `update_ekm_connection`, `delete_ekm_connection`, `get_ekm_certificate`, and `check_ekm_connection`.
10+
- Added `KeyVaultEkmConnection`, `KeyVaultEkmProxyClientCertificateInfo`, and `KeyVaultEkmProxyInfo` models supporting the EKM client.
11+
712
### Breaking Changes
813

914
### Bugs Fixed
1015

1116
### Other Changes
1217

13-
## 4.7.0 (2026-05-18)
18+
- Python 3.9 is no longer supported. Please use Python version 3.10 or later.
19+
- Key Vault API version `2026-01-01-preview` is now the default.
20+
21+
## 4.7.0 (2026-05-19)
1422

1523
### Features Added
1624

1725
- Added support for service API version `2025-07-01` [#46716](https://github.com/Azure/azure-sdk-for-python/pull/46716)
18-
- Added `KeyVaultEkmClient` (sync and async) for managing Managed HSM External Key Manager
19-
(EKM) connections via the `2026-01-01-preview` API. The new client exposes
20-
`get_ekm_connection`, `create_ekm_connection`, `update_ekm_connection`,
21-
`delete_ekm_connection`, `get_ekm_certificate`, and `check_ekm_connection`.
22-
- Added `KeyVaultEkmConnection`, `KeyVaultEkmProxyClientCertificateInfo`, and
23-
`KeyVaultEkmProxyInfo` models supporting the EKM client.
2426

2527
### Breaking Changes
2628

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "4.7.1"
6+
VERSION = "4.8.0b1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk",
3939
keywords="azure, azure sdk",
4040
classifiers=[
41-
"Development Status :: 5 - Production/Stable",
41+
"Development Status :: 4 - Beta",
4242
"Programming Language :: Python",
4343
"Programming Language :: Python :: 3 :: Only",
4444
"Programming Language :: Python :: 3",

sdk/keyvault/cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"ignoreWords": [
3+
"keyvaultekmclient",
34
"spiffe"
45
]
56
}

0 commit comments

Comments
 (0)