Update key_client_create_test_live.cpp to remove dependency on attestation headers (#4727)
* Update key_client_create_test_live.cpp to remove dependency on attestation headers * Update CMakeLists.txt to remove linking to azure-security-attestation * Update CMakeLists.txt in hsm unit tests to remove linking to azure-security-attestation
This commit is contained in:
parent
60e28cbd23
commit
804be39699
@ -33,8 +33,7 @@ target_link_libraries(
|
||||
azure-security-keyvault-keys-hsm-test
|
||||
PRIVATE
|
||||
azure-security-keyvault-keys
|
||||
azure-identity azure-core-test-fw
|
||||
azure-security-attestation
|
||||
azure-identity azure-core-test-fw
|
||||
gtest
|
||||
gtest_main
|
||||
gmock)
|
||||
|
||||
@ -45,8 +45,7 @@ target_link_libraries(
|
||||
azure-security-keyvault-keys-test
|
||||
PRIVATE
|
||||
azure-security-keyvault-keys
|
||||
azure-identity azure-core-test-fw
|
||||
azure-security-attestation
|
||||
azure-identity azure-core-test-fw
|
||||
gtest
|
||||
gtest_main
|
||||
gmock)
|
||||
|
||||
@ -7,8 +7,6 @@
|
||||
#include "private/key_serializers.hpp"
|
||||
#include "test_consts.hpp"
|
||||
|
||||
#include <azure/attestation.hpp>
|
||||
#include <azure/attestation/attestation_client_options.hpp>
|
||||
#include <azure/core/base64.hpp>
|
||||
#include <azure/core/internal/json/json.hpp>
|
||||
#include <azure/keyvault/keys.hpp>
|
||||
@ -20,7 +18,6 @@
|
||||
using namespace Azure::Core::_internal;
|
||||
using namespace Azure::Security::KeyVault::Keys;
|
||||
using namespace Azure::Security::KeyVault::Keys::Test;
|
||||
using namespace Azure::Security::Attestation;
|
||||
using namespace Azure::Core::Http;
|
||||
using namespace Azure::Core::Json::_internal;
|
||||
using namespace Azure::Security::KeyVault::Keys::Cryptography;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user