Skip to content

Commit 2ffc571

Browse files
committed
cx
1 parent 72dc63d commit 2ffc571

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/iot-hub-device-update/import-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Device Update for IoT Hub import concepts
33
description: Understand key concepts for importing a new update into Azure Device Update for IoT Hub.
44
author: andrewbrownmsft
55
ms.author: andbrown
6-
ms.date: 01/08/2025
6+
ms.date: 01/09/2025
77
ms.topic: concept-article
88
ms.service: azure-iot-hub
99
ms.subservice: device-update
@@ -66,7 +66,7 @@ The sections of the import manifest file represent important Device Update conce
6666

6767
The *update identity* or `updateId` is the unique identifier for an update in Device Update, and contains the following properties:
6868

69-
- **Provider** is the entity that creates or is responsible for the update, often a company name.
69+
- **Provider** is the entity that creates or is responsible for the update. **Provider** is often a company name.
7070
- **Name** is the identifier for an update class. **Name** is often a device class or model name.
7171
- **Version** is a number that distinguishes this update from others with the same provider and name.
7272

articles/iot-hub-device-update/import-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Import manifest schema for Azure Device Update for IoT Hub
33
description: Understand the schema used to create the required import manifest for importing updates into Azure Device Update for IoT Hub.
44
author: andrewbrownmsft
55
ms.author: andbrown
6-
ms.date: 01/08/2025
6+
ms.date: 01/09/2025
77
ms.topic: concept-article
88
ms.service: azure-iot-hub
99
ms.subservice: device-update
@@ -233,7 +233,7 @@ The `relatedFiles` object contains a collection of files that are related to one
233233
|---|---|---|---|
234234
|**filename**|`string`|List of related files associated with a primary payload file.|Yes|
235235
|**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|
237237
|**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|
238238

239239
Other properties are allowed.

0 commit comments

Comments
 (0)