Remove the use of ifdef for TESTING_BUILD in KeyVault clients, where (#5406)

they are not needed.
This commit is contained in:
Ahson Khan 2024-02-29 23:09:54 -08:00 committed by GitHub
parent 256c2df8b5
commit 2d8c940f55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ namespace Azure { namespace Security { namespace KeyVault { namespace Certificat
*
* @details The client supports retrieving KeyVaultCertificate.
*/
class CertificateClient _azure_NON_FINAL_FOR_TESTS {
class CertificateClient final {
friend class CreateCertificateOperation;
#if defined(_azure_TESTING_BUILD)

View File

@ -43,7 +43,7 @@ namespace Azure { namespace Security { namespace KeyVault { namespace Secrets {
* Vault. The client supports creating, retrieving, updating, deleting, purging, backing up,
* restoring, and listing the secret.
*/
class SecretClient _azure_NON_FINAL_FOR_TESTS {
class SecretClient final {
private:
// Using a shared pipeline for a client to share it with LRO (like delete key)