Skip to content

Commit 378be35

Browse files
author
Nicola Camillucci
committed
Updated changelog and cspell
1 parent acc7611 commit 378be35

4 files changed

Lines changed: 21 additions & 9 deletions

File tree

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

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
11
# Release History
22

3-
## 4.7.0 (2026-05-18)
3+
## 4.8.0b1 (Unreleased)
4+
5+
### Features Added
6+
7+
- Added support for service API version `2026-01-01-preview` [#46716](https://github.com/Azure/azure-sdk-for-python/pull/46716)
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+
12+
### Breaking Changes
13+
14+
### Bugs Fixed
15+
16+
### Other Changes
17+
18+
- Key Vault API version `2026-01-01-preview` is now the default
19+
20+
## 4.7.0 (2026-05-19)
421

522
### Features Added
623

724
- Added support for service API version `2025-07-01` [#46716](https://github.com/Azure/azure-sdk-for-python/pull/46716)
8-
- Added `KeyVaultEkmClient` (sync and async) for managing Managed HSM External Key Manager
9-
(EKM) connections via the `2026-01-01-preview` API. The new client exposes
10-
`get_ekm_connection`, `create_ekm_connection`, `update_ekm_connection`,
11-
`delete_ekm_connection`, `get_ekm_certificate`, and `check_ekm_connection`.
12-
- Added `KeyVaultEkmConnection`, `KeyVaultEkmProxyClientCertificateInfo`, and
13-
`KeyVaultEkmProxyInfo` models supporting the EKM client.
1425

1526
### Breaking Changes
1627

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.0"
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)