Skip to content

Commit b9be0c4

Browse files
committed
Fix JSON field names for vm-configuration and user-data
The JSON field names of the RuntimeClaims are kebab-case, not snake_case. Signed-off-by: Takuma IMAMURA <[email protected]>
1 parent d1e86a3 commit b9be0c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/confidential-computing/guest-attestation-confidential-virtual-machines-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ The report generated by the hardware (AMD SEV-SNP or Intel TDX). The report_data
125125
| JSON Field | Description |
126126
| :--- | :--- |
127127
| keys | An array of keys in JWK format. Expected `kid`: `HCLAkPub` (vTPM AK public), `HCLEkPub` (vTPM EK public). |
128-
| vm_configuration | Selective Azure confidential VM configuration. |
129-
| user_data | 64-byte data (HEX string) read from `0x01400002` NV index (Report Data). |
128+
| vm-configuration | Selective Azure confidential VM configuration. |
129+
| user-data | 64-byte data (HEX string) read from `0x01400002` NV index (Report Data). |
130130

131131
Example
132132

0 commit comments

Comments
 (0)