Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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;
Expand Down