Skip to content

Commit

Permalink
chore: rename digital-twin-model-id to modelId in mqtt (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
jebrando authored Jul 2, 2020
1 parent be34698 commit 3f356f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-iot-device/azure/iot/device/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# as things are extremely dynamic and subject to sudden changes
DIGITAL_TWIN_PREFIX = "dtmi"
DIGITAL_TWIN_API_VERSION = "2020-05-31-preview"
DIGITAL_TWIN_QUERY_HEADER = "digital-twin-model-id"
DIGITAL_TWIN_QUERY_HEADER = "model-id"

0 comments on commit 3f356f9

Please sign in to comment.