Skip to content

Commit c1386bd

Browse files
committed
Re-enable running Attestation samples using AzureCliCredential.
1 parent ee91df5 commit c1386bd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

sdk/attestation/azure-security-attestation/samples/attestation/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ add_executable (
1515
attestation_collateral.cpp
1616
attestation_collateral.hpp)
1717

18-
CREATE_PER_SERVICE_TARGET_BUILD_FOR_SAMPLE(attestation attestation-${samplename} DISABLE_RUN)
18+
CREATE_PER_SERVICE_TARGET_BUILD_FOR_SAMPLE(attestation attestation-${samplename})
1919

2020
target_link_libraries(attestation-${samplename} PRIVATE azure-security-attestation get-env-helper)
2121

sdk/attestation/azure-security-attestation/samples/basic-operations/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ add_executable (
1212
attestation-${samplename}
1313
${samplename}.cpp)
1414

15-
CREATE_PER_SERVICE_TARGET_BUILD_FOR_SAMPLE(attestation attestation-${samplename} DISABLE_RUN)
15+
CREATE_PER_SERVICE_TARGET_BUILD_FOR_SAMPLE(attestation attestation-${samplename})
1616

1717
target_link_libraries(attestation-${samplename} PRIVATE azure-security-attestation azure-identity get-env-helper)
1818

sdk/attestation/azure-security-attestation/samples/policy-certificates/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ add_executable (
1414
cryptohelpers.hpp
1515
)
1616

17-
CREATE_PER_SERVICE_TARGET_BUILD_FOR_SAMPLE(attestation-${samplename} attestation DISABLE_RUN)
17+
CREATE_PER_SERVICE_TARGET_BUILD_FOR_SAMPLE(attestation-${samplename} attestation)
1818

1919
target_link_libraries(attestation-${samplename} PRIVATE azure-security-attestation azure-identity OpenSSL::Crypto get-env-helper)
2020

sdk/attestation/azure-security-attestation/samples/policy/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ add_executable (
1414
cryptohelpers.hpp
1515
)
1616

17-
CREATE_PER_SERVICE_TARGET_BUILD_FOR_SAMPLE(attestation attestation-${samplename} DISABLE_RUN)
17+
CREATE_PER_SERVICE_TARGET_BUILD_FOR_SAMPLE(attestation attestation-${samplename})
1818

1919
target_link_libraries(attestation-${samplename} PRIVATE azure-security-attestation azure-identity get-env-helper)
2020

0 commit comments

Comments
 (0)