Skip to content

Commit 94c8e7f

Browse files
author
yzhong94
authored
Update Service SDK feature matrix
1 parent 0e5eaea commit 94c8e7f

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

readme.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,15 @@ git submodule update --init --recursive
4848
### Service client SDK
4949
:heavy_check_mark: feature available :heavy_multiplication_x: feature planned but not supported :heavy_minus_sign: no support planned
5050

51-
| Feature | Status | Description |
52-
|---------------------------|------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
53-
| 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. |
51+
| Features | Python | Description |
52+
|---------------------------------------------------------------------------------------------------------------|--------------------|------------------------------------------------------------------------------------------------------------------------------------|
53+
| [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. |
6160

6261
## Samples
6362
This repository contains various Python sample applications that illustrate how to use the Microsoft Azure IoT SDKs for Python.

0 commit comments

Comments
 (0)