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: sdk/deviceupdate/azure-iot-deviceupdate/samples/DeleteUpdate/Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ In this sample we will delete an update from Device Update for IoT Hub using Pyt
5
5
## Prerequisites
6
6
7
7
* Python 3.6 or later is required to use this package
8
-
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update]
8
+
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update]
Copy file name to clipboardExpand all lines: sdk/deviceupdate/azure-iot-deviceupdate/samples/DeployUpdate/Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ In this sample we will deploy an update to a group of devices in Device Update f
5
5
## Prerequisites
6
6
7
7
* Python 3.6 or later is required to use this package
8
-
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update]
8
+
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update]
Copy file name to clipboardExpand all lines: sdk/deviceupdate/azure-iot-deviceupdate/samples/GetDevice/Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ In this sample we will retrieve some basic device management information from De
5
5
## Prerequisites
6
6
7
7
* Python 3.6 or later is required to use this package
8
-
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update]
8
+
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update]
Copy file name to clipboardExpand all lines: sdk/deviceupdate/azure-iot-deviceupdate/samples/GetUpdate/Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ In this sample we will retrieve update and file metadata from Device Update for
5
5
## Prerequisites
6
6
7
7
* Python 3.6 or later is required to use this package
8
-
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update]
8
+
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update]
Copy file name to clipboardExpand all lines: sdk/deviceupdate/azure-iot-deviceupdate/samples/ImportUpdate/Readme.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
@@ -5,7 +5,7 @@ In this sample we will import update to Device Update for IoT Hub using Python S
5
5
## Prerequisites
6
6
7
7
* Python 3.6 or later is required to use this package
8
-
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update]
8
+
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update]
9
9
account and instance to use this package.
10
10
11
11
Set the following environment variables:
@@ -30,7 +30,7 @@ The sample will import update to Device Update for IoT Hub.
30
30
31
31
Let's assume you have device update (provided by device builder) and you want to import it into your Device Update for IoT Hub instance.
32
32
For device update to be importable you need not only the actual payload file but also the corresponding import manifest document.
33
-
See [Import-Concepts](https://docs.microsoft.com/azure/iot-hub-device-update/import-concepts) for details about import manifest.
33
+
See [Import-Concepts](https://learn.microsoft.com/azure/iot-hub-device-update/import-concepts) for details about import manifest.
Copy file name to clipboardExpand all lines: sdk/deviceupdate/azure-iot-deviceupdate/samples/ListUpdates/Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ In this sample we will enumerate updates imported to Device Update for IoT Hub u
5
5
## Prerequisites
6
6
7
7
* Python 3.6 or later is required to use this package
8
-
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update]
8
+
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update]
Copy file name to clipboardExpand all lines: sdk/deviceupdate/azure-iot-deviceupdate/samples/Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ These are code samples that show common scenario operations with the Device Upda
16
16
## Prerequisites
17
17
18
18
* Python 3.6 or later is required to use this package
19
-
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update]
19
+
* You need an [Azure subscription][https://azure.microsoft.com/free/], and a [Device Update for IoT Hub][https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update]
0 commit comments