Skip to main content

Microsoft Azure Device Update Client Library for Python

Project description

Azure Device Update for IoT Hub client library for Python

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

Source code | Package (PyPI) | Product documentation

Disclaimer

Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691

Getting started

Prerequisites

  • Microsoft Azure Subscription: To call Microsoft Azure services, you need to create an Azure subscription
  • Device Update for IoT Hub instance
  • Azure IoT Hub instance
  • Python 3.6 or later is required to use this package.

Install the package

Install the Device Update for IoT Hub client library for Python with pip:

pip install azure-iot-deviceupdate

Key concepts

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 DeviceUpdateClient. The component allows you to access all three main client services:

  • UpdatesOperations: update management (import, enumerate, delete, etc.)
  • ManagementOperations: deployment management (manage devices and deployments)

You can learn more about Device Update for IoT Hub by visiting Device Update for IoT Hub.

Examples

You can familiarize yourself with different APIs using Samples.

Troubleshooting

The Device Update for IoT Hub client will raise exceptions defined in Azure Core.

Next steps

Get started with our Samples.

Contributing

If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.

Release History

1.0.0b3 (2022-07-07)

Features Added

  • Added relatedFiles and downloadHandler to Update
  • Updated various model that reference update to include not only updateId but also update description and friendlyName
  • Removed device tag concept
  • Allow to filter by deployment status in the list_devices method
  • Added ability to update device class friendly name
  • Added ability to delete device class
  • Added device class subgroups to groups
  • Added new method to retrieve devices health information

1.0.0b2 (2022-01-25)

Features Added

  • Added DeviceManagementOperations
  • Added DeviceUpdateOperations
  • Added operation send_request to send customized http request conveniently
  • Added client.device_management

Breaking Changes

  • Removed all models
  • Removed DeploymentsOperations
  • Removed UpdateOperations
  • Dropped support for Python2.7(https://github.com/Azure/azure-sdk-for-python#disclaimer)
  • Parameter account_endpoint of DeviceUpdateClient is renamed to endpoint
  • Renamed client.updates to client.device_update
  • Removed client.devices
  • Removed client.deployments
  • Renamed UpdatesOperations.get_update to DeviceUpdateOperations.get_update
  • Renamed UpdatesOperations.delete_update to DeviceUpdateOperations.begin_delete_update
  • Renamed UpdatesOperations.get_providers to DeviceUpdateOperations.list_providers
  • Renamed UpdatesOperations.get_names to DeviceUpdateOperations.list_names
  • Renamed UpdatesOperations.get_versions to DeviceUpdateOperations.list_versions
  • Renamed UpdatesOperations.get_file to DeviceUpdateOperations.get_file
  • Renamed UpdatesOperations.get_files to DeviceUpdateOperations.list_files
  • Renamed UpdatesOperations.get_operation to DeviceUpdateOperations.get_operation
  • Renamed UpdatesOperations.get_operations to DeviceUpdateOperations.list_operations
  • Renamed DevicesOperations.get_all_device_classes to DeviceManagementOperations.list_device_classes
  • Renamed DevicesOperations.get_device_class to DeviceManagementOperations.get_device_class
  • Renamed DevicesOperations.get_device_class_device_ids to DeviceManagementOperations.
  • Renamed DevicesOperations.list_devices to DeviceManagementOperations.list_devices
  • Renamed DevicesOperations.list_devices to DeviceManagementOperations.
  • Renamed DevicesOperations.get_all_device_tags to DeviceManagementOperations.list_device_tags
  • Renamed DevicesOperations.get_all_groups to DeviceManagementOperations.list_groups
  • Renamed DevicesOperations.get_group to DeviceManagementOperations.get_group
  • Renamed DevicesOperations.create_or_update_group to DeviceManagementOperations.create_or_update_group
  • Renamed DevicesOperations.delete_group to DeviceManagementOperations.delete_group
  • Renamed DevicesOperations.get_group_update_compliance to DeviceManagementOperations.get_group_update_compliance
  • Renamed DevicesOperations.get_group_best_updates to DeviceManagementOperations.list_best_updates_for_group
  • Renamed DeploymentsOperations.get_deployment_status to DeviceManagementOperations.get_deployment_status
  • Renamed DeploymentsOperations.create_or_update_deployment to DeviceManagementOperations.create_or_update_deployment
  • Renamed DeploymentsOperations.delete_deployment to DeviceManagementOperations.delete_deployment
  • Renamed DeploymentsOperations.get_deployment_devices to DeviceManagementOperations.list_deployment_devices

1.0.0b1 (2021-03-03)

  • This is the initial release of Azure Device Update for IoT Hub library.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azure-iot-deviceupdate-1.0.0b3.zip (85.6 kB view details)

Uploaded Source

Built Distribution

azure_iot_deviceupdate-1.0.0b3-py3-none-any.whl (71.3 kB view details)

Uploaded Python 3

File details

Details for the file azure-iot-deviceupdate-1.0.0b3.zip.

File metadata

  • Download URL: azure-iot-deviceupdate-1.0.0b3.zip
  • Upload date:
  • Size: 85.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.28.1 setuptools/58.1.0 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.9.13

File hashes

Hashes for azure-iot-deviceupdate-1.0.0b3.zip
Algorithm Hash digest
SHA256 0e38c781b64da319c8a15d90ab8c9f9c014b6d6d1852507eb03fdc64b46ab60e
MD5 17e62ba1a86324c22e486fef607075cd
BLAKE2b-256 9de1e1d790f6006a5a3464f808cdcb2c89194f3470c06012a165283a8315d6a8

See more details on using hashes here.

File details

Details for the file azure_iot_deviceupdate-1.0.0b3-py3-none-any.whl.

File metadata

  • Download URL: azure_iot_deviceupdate-1.0.0b3-py3-none-any.whl
  • Upload date:
  • Size: 71.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.28.1 setuptools/58.1.0 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.9.13

File hashes

Hashes for azure_iot_deviceupdate-1.0.0b3-py3-none-any.whl
Algorithm Hash digest
SHA256 595e07d3cf5e1a6ca64d308779f10861ac9bd9de45089aebcd2bac71d2427ca1
MD5 e046c7e7ee88b0c24c0fbf680d93682b
BLAKE2b-256 3f035bc73713f5b594c5b0b57293568434ad851ebc449300088da10ad95b7327

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page