Skip to content

Commit c2373be

Browse files
committed
Clarify Python v3 in beta
1 parent d08e470 commit c2373be

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

articles/iot-dps/how-to-legacy-device-symm-key.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ In this section, you'll prepare a development environment that's used to build t
166166
167167
2. Clone the [Azure IoT Device SDK for Python](https://github.com/Azure/azure-iot-sdk-python/tree/v2) GitHub repository using the following command:
168168
169-
```cmd
170-
git clone -b v2 https://github.com/Azure/azure-iot-sdk-python.git --recursive
171-
```
169+
```cmd
170+
git clone -b v2 https://github.com/Azure/azure-iot-sdk-python.git --recursive
171+
```
172172

173-
>[!NOTE]
174-
>The samples used in this tutorial are in the **v2** branch of the azure-iot-sdk-python repository. For information about updating V2 code to use a V3 release of the Python SDK, see [Azure IoT Device SDK for Python migration guide](https://github.com/Azure/azure-iot-sdk-python/blob/main/migration_guide_provisioning.md).
173+
>[!NOTE]
174+
>The samples used in this tutorial are in the **v2** branch of the azure-iot-sdk-python repository. V3 of the Python SDK is available to use in beta. For information about updating V2 code samples to use a V3 release of the Python SDK, see [Azure IoT Device SDK for Python migration guide](https://github.com/Azure/azure-iot-sdk-python/blob/main/migration_guide_provisioning.md).
175175
176176
::: zone-end
177177

articles/iot-dps/quick-create-simulated-device-symm-key.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,12 @@ In this section, you prepare a development environment that's used to build the
158158
159159
2. Clone the [Azure IoT SDK for Python](https://github.com/Azure/azure-iot-sdk-python/tree/v2) GitHub repository using the following command:
160160
161-
```cmd
162-
git clone -b v2 https://github.com/Azure/azure-iot-sdk-python.git --recursive
163-
```
161+
```cmd
162+
git clone -b v2 https://github.com/Azure/azure-iot-sdk-python.git --recursive
163+
```
164164

165-
>[!NOTE]
166-
>The samples used in this tutorial are in the **v2** branch of the azure-iot-sdk-python repository. For information about updating V2 code to use a V3 release of the Python SDK, see [Azure IoT Device SDK for Python migration guide](https://github.com/Azure/azure-iot-sdk-python/blob/main/migration_guide_provisioning.md).
165+
>[!NOTE]
166+
>The samples used in this tutorial are in the **v2** branch of the azure-iot-sdk-python repository. V3 of the Python SDK is available to use in beta. For information about updating V2 code samples to use a V3 release of the Python SDK, see [Azure IoT Device SDK for Python migration guide](https://github.com/Azure/azure-iot-sdk-python/blob/main/migration_guide_provisioning.md).
167167
168168
::: zone-end
169169

articles/iot-dps/quick-create-simulated-device-x509.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ git clone -b v2 https://github.com/Azure/azure-iot-sdk-python.git --recursive
176176
```
177177

178178
>[!NOTE]
179-
>The samples used in this tutorial are in the **v2** branch of the azure-iot-sdk-python repository. For information about updating V2 code to use a V3 release of the Python SDK, see [Azure IoT Device SDK for Python migration guide](https://github.com/Azure/azure-iot-sdk-python/blob/main/migration_guide_provisioning.md).
179+
>The samples used in this tutorial are in the **v2** branch of the azure-iot-sdk-python repository. V3 of the Python SDK is available to use in beta. For information about updating V2 code samples to use a V3 release of the Python SDK, see [Azure IoT Device SDK for Python migration guide](https://github.com/Azure/azure-iot-sdk-python/blob/main/migration_guide_provisioning.md).
180180
181181
::: zone-end
182182

articles/iot-dps/tutorial-custom-hsm-enrollment-group-x509.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ git clone -b v2 https://github.com/Azure/azure-iot-sdk-python.git --recursive
200200
```
201201

202202
>[!NOTE]
203-
>The samples used in this tutorial are in the **v2** branch of the azure-iot-sdk-python repository. For information about updating V2 code to use a V3 release of the Python SDK, see [Azure IoT Device SDK for Python migration guide](https://github.com/Azure/azure-iot-sdk-python/blob/main/migration_guide_provisioning.md).
203+
>The samples used in this tutorial are in the **v2** branch of the azure-iot-sdk-python repository. V3 of the Python SDK is available to use in beta. For information about updating V2 code samples to use a V3 release of the Python SDK, see [Azure IoT Device SDK for Python migration guide](https://github.com/Azure/azure-iot-sdk-python/blob/main/migration_guide_provisioning.md).
204204
205205
::: zone-end
206206

0 commit comments

Comments
 (0)