azext_iot/deviceupdate/commands_update.py (3 lines): - line 201: # @digimaun - TODO: Investigate better LRO error handling. - line 218: # @digimaun - TODO: Investigate better LRO error handling. - line 540: # TODO: Refactor to reduce duplication azext_iot/iothub/providers/state.py (2 lines): - line 284: # TODO check for other props and add them as they pop up - line 392: # TODO: create an algo to figure out order azext_iot/monitor/central_validator/validate_schema.py (2 lines): - line 31: # TODO: yet to be enabled in prod "Map": lambda val: False, - line 32: # TODO: yet to be implemented in prod "Array": lambda val: False, azext_iot/operations/hub.py (1 line): - line 765: # TODO: Inefficient azext_iot/digitaltwins/providers/resource.py (1 line): - line 448: # TODO: Polling issue related to mismatched status codes. azext_iot/digitaltwins/providers/endpoint/builders.py (1 line): - line 116: # TODO: Potentionally have shared attributes handled by build_endpoint() azext_iot/monitor/telemetry.py (1 line): - line 77: # TODO: remove when deprecating azext_iot/monitor/central_validator/utils.py (1 line): - line 24: # TODO: update this work around once IoTC has consistency between API and UX azext_iot/sdk/iothub/service/operations/devices_operations.py (1 line): - line 536: # TODO: Test model behavior in latest autorest generator. azext_iot/sdk/iothub/service/operations/modules_operations.py (1 line): - line 554: # TODO: Test model behavior in latest autorest generator. azext_iot/digitaltwins/providers/generic.py (1 line): - line 26: # TODO: Genericize azext_iot/dps/models/dps_target.py (1 line): - line 10: # TODO: Align with vNext for DPS azext_iot/sdk/dps/service/models/twin_collection_py3.py (1 line): - line 31: 'version': {'key': 'version', 'type': 'object'}, # TODO 'long' -> 'object': rest API spec is not accurate. More than int is supported. azext_iot/iothub/models/iothub_target.py (1 line): - line 10: # TODO: Align with vNext for IoT Hub azext_iot/digitaltwins/providers/route.py (1 line): - line 40: # TODO: Adding routes does not return an object azext_iot/deviceupdate/providers/base.py (1 line): - line 329: # @digimaun - TODO: This is mostly ready to be used generically.