We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf432ea commit 9de078aCopy full SHA for 9de078a
lisa/sut_orchestrator/azure/features.py
@@ -443,11 +443,7 @@ def _get_connection_string(self) -> str:
443
parent_resource=self._vm_name,
444
serial_port=self._serial_port.name,
445
)
446
- serial_port_connection_str = (
447
- f"{connection.connection_string}?authorization={self._get_access_token()}"
448
- )
449
-
450
- return serial_port_connection_str
+ return str(connection.connection_string)
451
452
def _initialize_serial_console(self, port_id: int) -> None:
453
if self._serial_console_initialized:
0 commit comments