Skip to content
Victoria Litvinova edited this page Sep 3, 2025 · 2 revisions

Track 2 SDK min version

The following is the minimum version for when the SDKs have switched to using Track 2. Previous versions use Track 1.

# Initial Track 2 SDK version for IoT Hub
IOTHUB_MGMT_SDK_PACKAGE_NAME = "azure-mgmt-iothub"
IOTHUB_TRACK_2_SDK_MIN_VERSION = "2.0.0"

# Initial Track 2 SDK version for DPS
IOTDPS_MGMT_SDK_PACKAGE_NAME = "azure-mgmt-iothubprovisioningservice"
IOTDPS_TRACK_2_SDK_MIN_VERSION = "1.0.0"

How to rerun the pipelines

If something goes sideways and you know it is a pipeline issue, comment

/azp run

to rerun the pipelines.

Clone this wiki locally