Skip to content

Commit cd621a5

Browse files
committed
fix spacing
1 parent 3d9d969 commit cd621a5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

articles/iot-hub-device-update/device-update-agent-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Device Update for IoT Hub agent overview
33
description: Understand the structure and functions of the Azure Device Update for IoT Hub agent.
44
author: eshashah-msft
55
ms.author: eshashah
6-
ms.date: 12/18/2024
6+
ms.date: 12/19/2024
77
ms.topic: concept-article
88
ms.service: azure-iot-hub
99
ms.subservice: device-update

articles/iot-hub-device-update/device-update-agent-provisioning.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Provision Azure Device Update for IoT Hub agent| Microsoft Docs
33
description: Learn how to provision the Azure Device Update for Azure IoT Hub agent.
44
author: eshashah-msft
55
ms.author: eshashah
6-
ms.date: 12/18/2024
6+
ms.date: 12/19/2024
77
ms.topic: how-to
88
ms.service: azure-iot-hub
99
ms.subservice: device-update
@@ -78,7 +78,6 @@ Follow these instructions to provision the Device Update agent on [IoT Edge enab
7878
1. Install the Device Update image update agent by running the following command:
7979

8080
```shell
81-
8281
sudo apt-get install deviceupdate-agent
8382
```
8483

@@ -87,12 +86,10 @@ Follow these instructions to provision the Device Update agent on [IoT Edge enab
8786
- For latest agent versions from packages.microsoft.com, update package lists on your device and install the Device Update agent package and its dependencies using:
8887

8988
```shell
90-
9189
sudo apt-get update
9290
```
9391

9492
```shell
95-
9693
sudo apt-get install deviceupdate-agent
9794
```
9895

@@ -119,7 +116,6 @@ Follow these instructions to provision the Device Update agent on Linux IoT devi
119116
1. Install the Device Update agent by running the following command:
120117
121118
```shell
122-
123119
sudo apt-get install deviceupdate-agent
124120
```
125121

0 commit comments

Comments
 (0)