From 9a4b2dc90473e1efc1c785e3d006a054a2bf6426 Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Tue, 11 Oct 2022 16:20:01 -0700 Subject: [PATCH] Attestation October release --- CMakeSettings.json | 24 ++++++++++++++++++- .../azure-security-attestation/CHANGELOG.md | 8 +------ 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/CMakeSettings.json b/CMakeSettings.json index 093d2f651ca..6556df5019b 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -285,7 +285,7 @@ ] }, { - "name": "x64-DebugWithPerfTest", + "name": "x64-DebugWithPerfTest-Curl", "generator": "Ninja", "configurationType": "Debug", "buildRoot": "${projectDir}\\out\\build\\${name}", @@ -305,6 +305,28 @@ "type": "BOOL" } ] + }, + { + "name": "x64-DebugWithPerfTest-WinHttp", + "generator": "Ninja", + "configurationType": "Debug", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "-DINSTALL_GTEST=OFF -DBUILD_TESTING=ON -DBUILD_TRANSPORT_WINHTTP=ON -DBUILD_SAMPLES=ON -DBUILD_PERFORMANCE_TESTS=ON", + "buildCommandArgs": "-v", + "inheritEnvironments": [ "msvc_x64_x64" ], + "variables": [ + { + "name": "VCPKG_TARGET_TRIPLET", + "value": "x64-windows-static", + "type": "STRING" + }, + { + "name": "MSVC_USE_STATIC_CRT", + "value": "True", + "type": "BOOL" + } + ] } ] } \ No newline at end of file diff --git a/sdk/attestation/azure-security-attestation/CHANGELOG.md b/sdk/attestation/azure-security-attestation/CHANGELOG.md index e4300cd817a..2879dcd9bd0 100644 --- a/sdk/attestation/azure-security-attestation/CHANGELOG.md +++ b/sdk/attestation/azure-security-attestation/CHANGELOG.md @@ -1,8 +1,6 @@ # Release History -## 1.1.0-beta.1 (Unreleased) - -### Features Added +## 1.1.0-beta.1 (2022-10-11) ### Breaking Changes @@ -11,10 +9,6 @@ - Removed `Payload` in `TpmAttestationOptions` - Changed `TpmResult` in `TpmAttestationResult` to type `std::vector` -### Bugs Fixed - -### Other Changes - ## 1.0.0 (2022-07-07) ### Breaking Changes