-
Notifications
You must be signed in to change notification settings - Fork 72
Other
Victoria Litvinova edited this page Sep 3, 2025
·
2 revisions
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"
If something goes sideways and you know it is a pipeline issue, comment
/azp run
to rerun the pipelines.