From f99e9d014f9e9561c4b5f9c563d080df436ad2e8 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Tue, 11 Oct 2022 19:45:20 -0400 Subject: [PATCH] Updated attestation change log to add periods for consistency (#4016) * Updated attestation change log to add periods for consistency * Update wording for a breaking change. * Add back-ticks. --- sdk/attestation/azure-security-attestation/CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)