Skip to content

Commit 5d25b2d

Browse files
committed
remove v1 notes
1 parent d13e308 commit 5d25b2d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,12 @@ This article shows how to use the [file upload capabilities of IoT Hub](iot-hub-
2222

2323
The [Send telemetry from a device to an IoT hub](quickstart-send-telemetry-python.md) quickstart demonstrates the basic device-to-cloud messaging functionality of IoT Hub. However, in some scenarios you cannot easily map the data your devices send into the relatively small device-to-cloud messages that IoT Hub accepts. When you need to upland files from a device, you can still use the security and reliability of IoT Hub.
2424

25-
> [!NOTE]
26-
> IoT Hub Python SDK currently only supports uploading character-based files such as **.txt** files.
27-
2825
At the end of this tutorial you run the Python console app:
2926

3027
* **FileUpload.py**, which uploads a file to storage using the Python Device SDK.
3128

3229
[!INCLUDE [iot-hub-include-python-sdk-note](../../includes/iot-hub-include-python-sdk-note.md)]
3330

34-
> [!NOTE]
35-
> This guide uses the deprecated V1 Python SDK, as the File Upload feature has not yet been implemented in the new V2 SDK.
36-
3731
## Prerequisites
3832

3933
[!INCLUDE [iot-hub-include-python-v2-installation-notes](../../includes/iot-hub-include-python-v2-installation-notes.md)]

0 commit comments

Comments
 (0)