You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/import-schema.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Import manifest schema for Azure Device Update for IoT Hub
3
3
description: Understand the schema used to create the required import manifest for importing updates into Azure Device Update for IoT Hub.
4
4
author: andrewbrownmsft
5
5
ms.author: andbrown
6
-
ms.date: 01/08/2025
6
+
ms.date: 01/09/2025
7
7
ms.topic: concept-article
8
8
ms.service: azure-iot-hub
9
9
ms.subservice: device-update
@@ -233,7 +233,7 @@ The `relatedFiles` object contains a collection of files that are related to one
233
233
|---|---|---|---|
234
234
|**filename**|`string`|List of related files associated with a primary payload file.|Yes|
235
235
|**sizeInBytes**|`number`|File size in number of bytes. Maximum size: 2147483648 bytes.|Yes|
236
-
|**hashes**|`fileHashes`|Base64-encoded file hashes with algorithm name as key. For more information, see [Hashes object](#filehashes-object). |Yes|
236
+
|**hashes**|`fileHashes`|Base64-encoded file hashes with algorithm name as key. For more information, see [Hashes object](#hashes-object). |Yes|
237
237
|**properties**|`relatedFilesProperties``[0-5]`|Up to five key-value pairs, where the key is limited to 64 ASCII characters and the value is a JObject with up to 256 ASCII characters. |No|
0 commit comments