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
| Identity registry (CRUD) |:large_orange_diamond:| Use your backend app to perform CRUD operation for individual device or in bulk. Click [here](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-identity-registry) for detailed information on the IoT Hub features. |
54
-
| Messaging |:large_orange_diamond:| Use your backend app to send cloud-to-device messages in AMQP and AMQP-WS, and set up cloud-to-device message receivers. Click [here](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-messages-c2d) for detailed information on the IoT Hub features. |
55
-
| Direct Methods operations |:white_check_mark:| Use your backend app to invoke direct method on device. Click [here](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-direct-methods) for detailed information on the IoT Hub features. |
56
-
| Device Twins operations |:white_check_mark:| Use your backend app to perform device twin operations. Click [here](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-device-twins) for detailed information on the IoT Hub features. |
57
-
| Query raw |:white_check_mark:| Use your backend app to perform query for information. Click [here](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-query-language) for detailed information on the IoT Hub features. |
58
-
| Jobs |:large_orange_diamond:| Use your backend app to perform job operation. Click [here](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-jobs) for detailed information on the IoT Hub features. |
59
-
| File Upload |:large_orange_diamond:| Set up your backend app to send file upload notification receiver. Click [here](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-file-upload) for detailed information on the IoT Hub features. |
60
-
| SDK Versioning |:large_orange_diamond:| Use your backend app to get Service Client SDK Version. |
|[Identity registry (CRUD)](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-identity-registry)|:x:| Use your backend app to perform CRUD operation for individual device or in bulk. |
54
+
|[Cloud-to-device messaging](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-messages-c2d)|:heavy_check_mark:| Use your backend app to send cloud-to-device messages in AMQP and AMQP-WS, and set up cloud-to-device message receivers. |
55
+
|[Direct Methods operations](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-direct-methods)|:heavy_check_mark:| Use your backend app to invoke direct method on device. |
56
+
|[Device Twins operations](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-device-twins)|:heavy_check_mark:| Use your backend app to perform device twin operations. *Twin reported property update callback and replace twin are in progress. |
57
+
|[Query](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-query-language)|:heavy_check_mark:| Use your backend app to perform query for information. |
58
+
|[Jobs](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-jobs)|:x:| Use your backend app to perform job operation. |
59
+
|[File Upload](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-file-upload)|:x:| Set up your backend app to send file upload notification receiver. |
61
60
62
61
## Samples
63
62
This repository contains various Python sample applications that illustrate how to use the Microsoft Azure IoT SDKs for Python.
0 commit comments