Skip to content

Commit f0e5869

Browse files
committed
replaced python specific SDK include with standard SDK note in 3 articles
1 parent b507cfc commit f0e5869

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

articles/iot-hub/iot-hub-python-python-c2d.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ At the end of this article, you run two Python console apps:
3131

3232
* **SendCloudToDeviceMessage.py**: sends cloud-to-device messages to the simulated device app through IoT Hub.
3333

34-
[!INCLUDE [iot-hub-include-python-sdk-note](../../includes/iot-hub-include-python-sdk-note.md)]
34+
>You can find more information on cloud-to-device messages in the [IoT Hub developer guide](iot-hub-devguide-messaging.md).
3535
36-
You can find more information on cloud-to-device messages in the [IoT Hub developer guide](iot-hub-devguide-messaging.md).
36+
> [!NOTE]
37+
> See [Azure IoT SDKs](iot-hub-devguide-sdks.md) for more information about the SDK tools available to build both device and back-end apps.
3738
3839
## Prerequisites
3940

articles/iot-hub/iot-hub-python-python-device-management-get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ This article shows you how to create:
2121

2222
* **dmpatterns_getstarted_service.py**: a Python console app that calls the direct method in the simulated device app through your IoT hub. It displays the response and updated reported properties.
2323

24-
[!INCLUDE [iot-hub-include-python-sdk-note](../../includes/iot-hub-include-python-sdk-note.md)]
24+
> [!NOTE]
25+
> See [Azure IoT SDKs](iot-hub-devguide-sdks.md) for more information about the SDK tools available to build both device and back-end apps.
2526
2627
## Prerequisites
2728

articles/iot-hub/iot-hub-python-python-file-upload.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ These files are typically batch processed in the cloud, using tools such as [Azu
2828

2929
At the end of this article, you run the Python console app **FileUpload.py**, which uploads a file to storage using the Python Device SDK.
3030

31-
[!INCLUDE [iot-hub-include-python-sdk-note](../../includes/iot-hub-include-python-sdk-note.md)]
31+
> [!NOTE]
32+
> See [Azure IoT SDKs](iot-hub-devguide-sdks.md) for more information about the SDK tools available to build both device and back-end apps.
3233
3334
[!INCLUDE [iot-hub-include-x509-ca-signed-file-upload-support-note](../../includes/iot-hub-include-x509-ca-signed-file-upload-support-note.md)]
3435

0 commit comments

Comments
 (0)