Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
digimaun committed Jan 6, 2025
1 parent cfe6594 commit f25239e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azext_iot/sdk/dps/service/models/twin_collection_py3.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class TwinCollection(Model):

_attribute_map = {
'additional_properties': {'key': '', 'type': '{object}'},
'version': {'key': 'version', 'type': 'object'}, # 'long' -> 'object': rest API spec is not accurate. More than int is supported.
'version': {'key': 'version', 'type': 'object'}, # TODO 'long' -> 'object': rest API spec is not accurate. More than int is supported.
'count': {'key': 'count', 'type': 'int'},
'metadata': {'key': 'metadata', 'type': 'Metadata'},
}
Expand Down

0 comments on commit f25239e

Please sign in to comment.