Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def convert_iothub_to_eventhub_conn_str(iothub_conn_str):
fully_qualified_name,
shared_access_key_name,
shared_access_key,
iot_hub_name
iot_hub_name[:25]
)
except Exception as exp:
raise ValueError(
Expand Down