Skip to content
Prev Previous commit
Next Next commit
Only use the macro for testing_build final classes.
  • Loading branch information
ahsonkhan committed Feb 9, 2024
commit 39d2333d6a2de5c1f2fdb9587c161bf990aea5e9
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ namespace Azure { namespace Identity {
/**
* @brief Options for configuring the #Azure::Identity::AzureCliCredential.
*/
struct AzureCliCredentialOptions _azure_NON_FINAL_FOR_TESTS
: public Core::Credentials::TokenCredentialOptions
struct AzureCliCredentialOptions final : public Core::Credentials::TokenCredentialOptions
{
/**
* @brief The ID of the tenant to which the credential will authenticate by default. If not
Expand Down