Skip to content

Commit

Permalink
serial console: remove unused token
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Jun 27, 2024
1 parent cf432ea commit 9de078a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lisa/sut_orchestrator/azure/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,11 +443,7 @@ def _get_connection_string(self) -> str:
parent_resource=self._vm_name,
serial_port=self._serial_port.name,
)
serial_port_connection_str = (
f"{connection.connection_string}?authorization={self._get_access_token()}"
)

return serial_port_connection_str
return str(connection.connection_string)

def _initialize_serial_console(self, port_id: int) -> None:
if self._serial_console_initialized:
Expand Down

0 comments on commit 9de078a

Please sign in to comment.