-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azure-pipelines-task-lib 5.0.0 is failing on (reading 'retrieveSecret') #1093
Labels
Comments
@mikebijl, got the same error on my task. import task = require("azure-pipelines-task-lib/task"); Upd:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We developed our own extension task with a dependency on:
but as soon as we update to:
we receive the error message:
We use the getAzureEndpoint function to retrieve the token of the service connection to connect to azure, the same way as AzurePowershellV5 does let endpointObject= await new AzureRMEndpoint(serviceName).getEndpoint();
Note: AzurePowershellV5 does not have the issue yet, since the latest version is published a while ago and is not depending on the versions of the packages mentioned above. But a republish should result in the similar issue.
We tried to get to the root cause but we were not able to point to the exact issue, I guess there is a relation with the decommissioning of AzureRM and the TLS 1.0/1.1, but that is just a guess.
Full message in debug mode:
The text was updated successfully, but these errors were encountered: