Skip to content

Commit b1cd0e8

Browse files
committed
update get-measurement response: measurement_id instead of measurements_hash
1 parent fdcedd3 commit b1cd0e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testdata/get-measurements.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
3+
"measurement_id": "v1.2.3-20241010-rc1",
34
"attestation_type": "azure-tdx",
4-
"measurements_hash": "9ec3e12afc1c4adde73f44d3ed2d130a65617683aea07fb837d5f0c38c08c744",
55
"measurements": {
66
"8": {
77
"expected": "0000000000000000000000000000000000000000000000000000000000000000"
@@ -27,8 +27,8 @@
2727
}
2828
},
2929
{
30+
"measurement_id": "foobar123",
3031
"attestation_type": "azure-tdx",
31-
"measurements_hash": "6008c2d574a7af580695fd2be5d4a6ae973fd435bb66fe5dc22c7c381e8558b0",
3232
"measurements": {
3333
"8": {
3434
"expected": "0000000000000000000000000000000000000000000000000000000000000000"

0 commit comments

Comments
 (0)