Skip to content

Commit 064397a

Browse files
committed
touchups & acro?
1 parent b3e0bf0 commit 064397a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/iot-hub-device-update/device-update-apt-manifest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For example:
5858

5959
Each apt manifest includes the following properties:
6060

61-
- **Name**: A name for this apt manifest, which can be any meaningful name or ID for your scenario. For example, `contoso-iot-edge`.
61+
- **Name**: A name for this apt manifest, which can be any meaningful name or ID that fits your scenario. For example, `contoso-iot-edge`.
6262
- **Version**: A version number for this apt manifest, for example `1.0.0.0`.
6363
- **Packages**: A list of objects containing package-specific properties.
6464
- **Name**: The package name or ID, for example `iotedge`.
@@ -75,13 +75,13 @@ If version is omitted, Device Update installs the latest available version of th
7575
> [!NOTE]
7676
> Unless explicit versions of dependent packages are given, the apt package manager installs the latest versions, even if the package itself specifies a strict requirement (`=`) on a given version. The package manager ignores the package versioning requirements when automatically resolving the dependent packages to install. This automatic resolution can lead to errors regarding unmet dependencies.
7777
>
78-
> Ideally, when you install a specific version of a package, also include the explicit versions of the dependent packages to install. For more information, see [apt-get not properly resolving a dependency on a fixed version in a Debian/Ubuntu package](https://unix.stackexchange.com/questions/350192/apt-get-not-properly-resolving-a-dependency-on-a-fixed-version-in-a-debian-ubunt).
78+
> Therefore, when you install a specific version of a package, it's best to also include the explicit versions of the dependent packages to install. For more information, see [apt-get not properly resolving a dependency on a fixed version in a Debian/Ubuntu package](https://unix.stackexchange.com/questions/350192/apt-get-not-properly-resolving-a-dependency-on-a-fixed-version-in-a-debian-ubunt).
7979
8080
If you update a specific version of the Azure IoT Edge security daemon, you should include the desired version of the `aziot-edge` package and its dependent `aziot-identity-service` package in your apt manifest. For more information, see [How to update IoT Edge](../iot-edge/how-to-update-iot-edge.md#update-the-security-subsystem).
8181

8282
## Installed criteria
8383

84-
The installed criteria for an apt manifest is `<name>-<version>`, where `<name>` is the name of the apt manifest and `<version>` is its version. For example, `contoso-iot-edge-1.0.0.0`.
84+
The recommended installed criteria value for an apt manifest is `<name>-<version>`, where `<name>` is the name of the apt manifest and `<version>` is its version. For example, `contoso-iot-edge-1.0.0.0`.
8585

8686
## Package removal
8787

@@ -131,7 +131,7 @@ Keep the following guidelines in mind when you create an apt manifest:
131131
}
132132
```
133133

134-
The following version 2.0 update includes the `contoso2` package, but not the `contoso1` package. Not all devices that receive the 2.0 update might have the `contoso1` package.
134+
The following version 2.0 update includes the `contoso2` package, but not the `contoso1` package. All devices that receive the 2.0 update might not have the `contoso1` package.
135135

136136
```JSON
137137
{

articles/iot-hub-device-update/device-update-control-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article explains how Device Update and Azure IoT Hub use Azure role-based a
1717

1818
## Device Update access control roles
1919

20-
Device Update supports the following RBAC roles:
20+
Device Update supports the following RBAC roles. For more information, see [Configure access control to the Device Update account](configure-access-control-device-update.md#configure-access-control-for-device-update-account).
2121

2222
| Role Name | Description |
2323
| :--------- | :---- |

includes/device-update-for-iot-hub-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If a given resource or operation doesn't have adjustable limits, the default and
1111

1212
Limits can be adjusted only for the Standard SKU. Free SKU limit adjustment requests aren't accepted, and Free SKU instances can't be upgraded to Standard SKU instances.
1313

14-
To raise a limit or quota above the default limit, open an [online customer support request](https://azure.microsoft.com/support/options/). Limit adjustment requests are evaluated on a case-by-case basis, and approvals aren't guaranteed.
14+
To raise a limit or quota above the default limit, [open an online customer support request](https://azure.microsoft.com/support/options/). Limit adjustment requests are evaluated on a case-by-case basis, and approvals aren't guaranteed.
1515

1616
The following table shows the limits for the Device Update for IoT Hub resource in Azure Resource Manager.
1717

0 commit comments

Comments
 (0)