* [azure-security-keyvault-certificates-cpp] Update to 4.2.0
## 4.2.0 (2023-05-09)
### Features Added
- Added support for challenge-based and multi-tenant authentication.
* [azure-security-keyvault-secrets-cpp] Update to 4.2.0
## 4.2.0 (2023-05-09)
### Features Added
- Added support for challenge-based and multi-tenant authentication.
* [azure-security-keyvault-keys-cpp] Update to 4.4.0
## 4.4.0 (2023-05-09)
### Features Added
- Added support for challenge-based and multi-tenant authentication.
### Bugs Fixed
- [3366](https://github.com/Azure/azure-sdk-for-cpp/issues/4466) Fixed the user-agent string sent to the service to include the "keys" suffix in the value, when using `CryptographyClient`.
* [azure-security-keyvault-keys-cpp] Update to 4.3.0
## 4.3.0 (2022-10-11)
### Features Added
- Keyvault 7.3 support added for Keys.
* [azure-security-keyvault-secrets-cpp] Update to 4.1.0
## 4.1.0 (2022-10-11)
### Features Added
- Keyvault 7.3 support added for Secrets.
* not-specified
* [azure-security-keyvault-certificates-cpp] Update to 4.0.0-beta.2
## 4.0.0-beta.2 (2022-03-08)
### Breaking Changes
- Updated `CreateCertificateOperation.PollUntilDone()` (returned from `StartCreateCertificate()`) to return the operation status instead of the newly created certificate.
* [azure-security-keyvault-secrets-cpp] Update to 4.0.0-beta.2
## 4.0.0-beta.2 (2022-03-08)
- Second preview.
- Internal improvements.
## 4.0.0-beta.1 (2021-11-09)
### New Features
- 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`.