Skip to content

Commit a6a2aea

Browse files
committed
update links, manifest, and allow pylint failures
1 parent 25d66c9 commit a6a2aea

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

eng/tox/allowed_pylint_failures.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@
5050
"azure-synapse-nspkg",
5151
"azure-ai-anomalydetector",
5252
"azure-security-attestation",
53+
"azure-iot-deviceupdate"
5354
]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
recursive-include tests *.py
2+
recursive-include samples *.py *.md
13
include *.md
24
include azure/__init__.py
5+
include azure/iot/__init__.py

sdk/deviceupdate/azure-iot-deviceupdate/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Device Update for IoT Hub client library for Python
22

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).
44

5-
[Source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/deviceupdate) | [Package (PyPI)](https://pypi.org/project/azure-iot-deviceupdate/) | [Product documentation](https://github.com/Azure/adu-private-preview/blob/master/docs/adu-overview.md)
5+
[Source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/deviceupdate) | [Package (PyPI)](https://aka.ms/azsdk/python/deviceupdate-pypi) | [Product documentation](https://github.com/Azure/adu-private-preview/blob/master/docs/adu-overview.md)
66

77
## Getting started
88

@@ -23,7 +23,8 @@ pip install azure-iot-deviceupdate --pre
2323

2424
## Key concepts
2525

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:
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:
27+
2728
- **UpdatesOperations**: update management (import, enumerate, delete, etc.)
2829
- **DevicesOperations**: device management (enumerate devices and retrieve device properties)
2930
- **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
3233

3334
## Examples
3435

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).
3637

3738
## Troubleshooting
3839

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].
4041

4142
## Next steps
4243

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)
4445

4546
## Contributing
4647

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

Comments
 (0)