Skip to content

Commit

Permalink
Updated CHANGELOGs to include the new client building traits. (#27981)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcolin7 authored Mar 31, 2022
1 parent b49904e commit 736fb12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- `RELEASE_KEY`
- `DOWNLOAD_HSM_SECURITY_DOMAIN_STATUS`
- `RANDOM_NUMBERS_GENERATE`
- 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.

## 4.0.8 (2022-03-17)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Features Added
- Added support for service version `7.3`.
- 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.

## 4.2.8 (2022-03-17)

Expand Down
3 changes: 2 additions & 1 deletion sdk/keyvault/azure-security-keyvault-secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## 4.4.0 (2022-03-31)

### Features Added
- Added support for service version `7.3`
- Added support for service version `7.3`.
- 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.

## 4.3.8 (2022-03-17)

Expand Down

0 comments on commit 736fb12

Please sign in to comment.