We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c1f04 commit 4566553Copy full SHA for 4566553
adafruit_azureiot/constants.py
@@ -13,10 +13,10 @@
13
"""
14
15
# The version of the IoT Central MQTT API this code is built against
16
-IOTC_API_VERSION = "2019-03-30"
+IOTC_API_VERSION = "2019-10-01"
17
18
# The version of the Azure Device Provisioning Service this code is built against
19
-DPS_API_VERSION = "2018-11-01"
+DPS_API_VERSION = "2019-03-31"
20
21
# The Azure Device Provisioning service endpoint that this library uses to provision IoT Central devices
22
DPS_END_POINT = "global.azure-devices-provisioning.net"
0 commit comments