diff --git a/sdk/attestation/azure-security-attestation/CHANGELOG.md b/sdk/attestation/azure-security-attestation/CHANGELOG.md index 2879dcd9b..ba54eda30 100644 --- a/sdk/attestation/azure-security-attestation/CHANGELOG.md +++ b/sdk/attestation/azure-security-attestation/CHANGELOG.md @@ -4,10 +4,10 @@ ### Breaking Changes -- Changed `AttestationClient::AttestTpm` to match `AttestOpenEnclave` and `AttestSgxEnclave` -- Added `std::vector` dataToAttest parameter. -- Removed `Payload` in `TpmAttestationOptions` -- Changed `TpmResult` in `TpmAttestationResult` to type `std::vector` +- Changed `AttestationClient::AttestTpm` to match `AttestOpenEnclave` and `AttestSgxEnclave`: + - Added `std::vector` dataToAttest parameter to the `AttestTpm()` client method. + - Removed `Payload` in `TpmAttestationOptions`. + - Changed `TpmResult` in `TpmAttestationResult` to type `std::vector`. ## 1.0.0 (2022-07-07)