[GEARAMA]: Changelog for KeyVault Certificates (#3080)

* Changelog

* PR comments

* add date

* oops

* PR comments
This commit is contained in:
George Arama 2021-11-09 10:18:13 -08:00 committed by GitHub
parent 6aa6ed9747
commit dff8443c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,10 @@
# Release History
## 4.0.0-beta.1 (Unreleased)
## 4.0.0-beta.1 (2021-11-09)
### New Features
- Added `CertificateClient` with `GetCertificate()` and `GetCertificateVersion()` APIs.
- Initial beta release of Azure Security Key Vault Certificates API for CPP.
- Added `Azure::Security::KeyVault::Certificates::CertificateClient` for get, create, list, delete, backup, restore, and import certificate operations.
- Added high-level and simplified `keyvault_certificates.hpp` file for simpler include experience for customers.
- Added model types which are returned from the `CertificateClient` operations, such as `Azure::Security::KeyVault::Certificates::KeyVaultCertificate`.