This commit is contained in:
George Arama 2024-08-06 12:07:26 -07:00 committed by GitHub
parent bee901e0b0
commit 51ea990395
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 27 additions and 33 deletions

View File

@ -1,31 +1,25 @@
# Release History
## 4.0.0-beta.5 (Unreleased)
### Features Added
- Add support for Backup/Restore operations for Key Vault HSM.
### Breaking Changes
### Bugs Fixed
### Other Changes
## 4.0.0-beta.4 (2024-01-16)
### Bugs Fixed
- [[#4754]](https://github.com/Azure/azure-sdk-for-cpp/issues/4754) Thread safety for authentication policy.
## 4.0.0-beta.3 (2023-04-11)
### Features Added
- Added support for challenge-based and multi-tenant authentication.
## 4.0.0-beta.2 (2023-03-07)
### Features Added
- Initial preview of Settings API.
# Release History
## 4.0.0-beta.5 (2024-08-06)
### Features Added
- Add support for Backup/Restore operations for Key Vault HSM.
## 4.0.0-beta.4 (2024-01-16)
### Bugs Fixed
- [[#4754]](https://github.com/Azure/azure-sdk-for-cpp/issues/4754) Thread safety for authentication policy.
## 4.0.0-beta.3 (2023-04-11)
### Features Added
- Added support for challenge-based and multi-tenant authentication.
## 4.0.0-beta.2 (2023-03-07)
### Features Added
- Initial preview of Settings API.

View File

@ -43,7 +43,7 @@ namespace Azure { namespace Security { namespace KeyVault { namespace Administra
Azure::Core::Context& context) override;
/**
* @brief Only friend classes are permitted to construct a RecoverDeletedKeyOperation. This is
* @brief Only friend classes are permitted to construct a BackupOperation. This is
* because a KeyVaultPipelne is required and it is not exposed to customers.
*
* @param backupClient A #BackupClient that is used for getting status updates.
@ -58,7 +58,7 @@ namespace Azure { namespace Security { namespace KeyVault { namespace Administra
: m_backupClient{backupClient}, m_value{status}, m_continuationToken{status.JobId},
m_isBackupOperation{isBackupOperation} {};
/**
* @brief Only friend classes are permitted to construct a RecoverDeletedKeyOperation. This is
* @brief Only friend classes are permitted to construct a BackupOperation. This is
* because a KeyVaultPipelne is required and it is not exposed to customers.
* @param backupClient A BackupClient that is used for getting status updates.
* @param continuationToken A string that is used to resume the operation.