Skip to content

Commit

Permalink
Attestation October release
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryOsterman committed Oct 11, 2022
1 parent 64292fe commit 9a4b2dc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
24 changes: 23 additions & 1 deletion CMakeSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
]
},
{
"name": "x64-DebugWithPerfTest",
"name": "x64-DebugWithPerfTest-Curl",
"generator": "Ninja",
"configurationType": "Debug",
"buildRoot": "${projectDir}\\out\\build\\${name}",
Expand All @@ -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"
}
]
}
]
}
8 changes: 1 addition & 7 deletions sdk/attestation/azure-security-attestation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Release History

## 1.1.0-beta.1 (Unreleased)

### Features Added
## 1.1.0-beta.1 (2022-10-11)

### Breaking Changes

Expand All @@ -11,10 +9,6 @@
- Removed `Payload` in `TpmAttestationOptions`
- Changed `TpmResult` in `TpmAttestationResult` to type `std::vector<uint8_t>`

### Bugs Fixed

### Other Changes

## 1.0.0 (2022-07-07)

### Breaking Changes
Expand Down

0 comments on commit 9a4b2dc

Please sign in to comment.