Skip to content

Commit 4566553

Browse files
author
Jim Bennett
committed
Update constants.py
1 parent 12c1f04 commit 4566553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_azureiot/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"""
1414

1515
# The version of the IoT Central MQTT API this code is built against
16-
IOTC_API_VERSION = "2019-03-30"
16+
IOTC_API_VERSION = "2019-10-01"
1717

1818
# The version of the Azure Device Provisioning Service this code is built against
19-
DPS_API_VERSION = "2018-11-01"
19+
DPS_API_VERSION = "2019-03-31"
2020

2121
# The Azure Device Provisioning service endpoint that this library uses to provision IoT Central devices
2222
DPS_END_POINT = "global.azure-devices-provisioning.net"

0 commit comments

Comments
 (0)