Issues with installing Team services agent on linux, sles 15.4,
I have issues with installing extension team services agent on linus sles 15.4. THe installation of the agent requires a openssl1_0_0, that is not secure and does not use the latest.
we had to manually install on the vm this version of openssl before it succedes.
Also when I inline Azure cli script in the release pipe line i get this error
2023-10-27T10:05:15.6226505Z ##[section]Starting: Azure CLI
2023-10-27T10:05:15.6242968Z ==============================================================================
2023-10-27T10:05:15.6243380Z Task : Azure CLI
2023-10-27T10:05:15.6243540Z Description : Run Azure CLI commands against an Azure subscription in a PowerShell Core/Shell script when running on Linux agent or PowerShell/PowerShell Core/Batch script when running on Windows agent.
2023-10-27T10:05:15.6244854Z Version : 2.229.0
2023-10-27T10:05:15.6245006Z Author : Microsoft Corporation
2023-10-27T10:05:15.6245414Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/deploy/azure-cli
2023-10-27T10:05:15.6246118Z ==============================================================================
2023-10-27T10:05:16.2178272Z [command]/usr/bin/az --version
2023-10-27T10:05:17.7747140Z azure-cli 2.17.1 *
2023-10-27T10:05:17.7747701Z
2023-10-27T10:05:17.7748749Z core 2.17.1 *
2023-10-27T10:05:17.7749455Z telemetry 1.0.6
2023-10-27T10:05:17.7749830Z
2023-10-27T10:05:17.7751023Z Python location '/usr/bin/python3'
2023-10-27T10:05:17.7751716Z Extensions directory '/home/azureuser/.azure/cliextensions'
2023-10-27T10:05:17.7752362Z
2023-10-27T10:05:17.7752947Z Python (Linux) 3.6.15 (default, Sep 23 2021, 15:41:43) [GCC]
2023-10-27T10:05:17.7753398Z
2023-10-27T10:05:17.7753779Z Legal docs and information: aka.ms/AzureCliLegal
2023-10-27T10:05:17.7754177Z
2023-10-27T10:05:17.7754290Z
2023-10-27T10:05:17.7754395Z
2023-10-27T10:05:17.7754811Z Please let us know how we are doing: https://aka.ms/azureclihats
2023-10-27T10:05:17.7755905Z and let us know if you're interested in trying out our newest features: https://aka.ms/CLIUXstudy
2023-10-27T10:05:17.7786539Z Setting AZURE_CONFIG_DIR env variable to: /home/azureuser/azagent/_work/_temp/.azclitask
2023-10-27T10:05:17.7806048Z Setting active cloud to: AzureCloud
2023-10-27T10:05:17.7867945Z [command]/usr/bin/az cloud set -n AzureCloud
2023-10-27T10:05:21.6468077Z ##[error]Script failed with error: TypeError [ERR_INVALID_ARG_TYPE]: The "url" argument must be of type string. Received undefined
2023-10-27T10:05:21.6512176Z ##[section]Finishing: Azure CLI
but I can run this command az cloud set -n AzureCloud, manually in the vm with out any error, so running through deployment pipe line fails.