Open wallyatkins opened 4 months ago
Initially cURL was not happy with the SSL cert but after adding the cert to the WSL environment using the openssl s_client to retrieve the certificate, moving the cert to the appropriate locations, and then updating the CA certificates cURL is happy with making the HTTP request.
What is the AZ CLI using to make it's HTTP requests in the WSL environment?
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az boards query Extension Name: azure-devops. Version: 1.0.1.
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az boards query --output table --wiql "select [id], [Work Item Type], [Title] from workitems
Expected Behavior
return a table of the WIQL results
Environment Summary
Additional Context