Skip to content

Commit 736fb12

Browse files
authored
Updated CHANGELOGs to include the new client building traits. (Azure#27981)
1 parent b49904e commit 736fb12

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- `RELEASE_KEY`
1111
- `DOWNLOAD_HSM_SECURITY_DOMAIN_STATUS`
1212
- `RANDOM_NUMBERS_GENERATE`
13+
- Implemented new traits (micro-interfaces) in `KeyVaultAccessControlClientBuilder` and `KeyVaultBackupClientBuilder`. This makes the experience of using client builders more consistent across libraries in the Azure SDK for Java.
1314

1415
## 4.0.8 (2022-03-17)
1516

sdk/keyvault/azure-security-keyvault-certificates/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Features Added
66
- Added support for service version `7.3`.
7+
- Implemented new traits (micro-interfaces) in `CertificateClientBuilder`. This makes the experience of using client builders more consistent across libraries in the Azure SDK for Java.
78

89
## 4.2.8 (2022-03-17)
910

sdk/keyvault/azure-security-keyvault-secrets/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## 4.4.0 (2022-03-31)
44

55
### Features Added
6-
- Added support for service version `7.3`
6+
- Added support for service version `7.3`.
7+
- Implemented new traits (micro-interfaces) in `SecretClientBuilder`. This makes the experience of using client builders more consistent across libraries in the Azure SDK for Java.
78

89
## 4.3.8 (2022-03-17)
910

0 commit comments

Comments
 (0)