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/README.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Device Update for IoT Hub client library for Python
2
2
3
-
The library provides access to the Device Update for IoT Hub service that enables customers to publish updates for their IoT devices to the cloud, and then deploy these updates to their devices (approve updates to groups of devices managed and provisioned in IoT Hub).
3
+
The library provides access to the Device Update for IoT Hub service that enables customers to publish updates for their IoT devices to the cloud, and then deploy these updates to their devices (approve updates to groups of devices managed and provisioned in IoT Hub).
Device Update for IoT Hub is a managed service that enables you to deploy over-the-air updates for your IoT devices. The client library has one main component named **AzureDeviceUpdateServiceDataPlane**. The component allows you to access all three main client services:
26
+
Device Update for IoT Hub is a managed service that enables you to deploy over-the-air updates for your IoT devices. The client library has one main component named **AzureDeviceUpdateServiceDataPlane**. The component allows you to access all three main client services:
-**DevicesOperations**: device management (enumerate devices and retrieve device properties)
29
30
-**DeploymentsOperations**: deployment management (start and monitor update deployments to a set of devices)
@@ -32,16 +33,16 @@ You can learn more about Device Update for IoT Hub by visiting [Device Update fo
32
33
33
34
## Examples
34
35
35
-
You can familiarize yourself with different APIs using [Samples](./samples).
36
+
You can familiarize yourself with different APIs using [Samples](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/deviceupdate/azure-iot-deviceupdate/samples).
36
37
37
38
## Troubleshooting
38
39
39
-
The Device Update for IoT Hub client will raise exceptions defined in [Azure Core][azure_core].
40
+
The Device Update for IoT Hub client will raise exceptions defined in [Azure Core][https://github.com/azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/readme.md].
40
41
41
42
## Next steps
42
43
43
-
Get started with our [Device Update for IoT Hub samples](./samples)
44
+
Get started with our [Device Update for IoT Hub samples](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/deviceupdate/azure-iot-deviceupdate/samples)
44
45
45
46
## Contributing
46
47
47
-
If you encounter any bugs or have suggestions, please file an issue in the [Issues](<https://github.com/Azure/azure-sdk-for-python/issues>) section of the project.
48
+
If you encounter any bugs or have suggestions, please file an issue in the [Issues](https://github.com/Azure/azure-sdk-for-python/issues) section of the project.
0 commit comments