We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Both Add-VSTeamSonarQubeEndpoint and Add-VSTeamAzureRMServiceEndpoint no longer return values.
Add-VSTeamSonarQubeEndpoint
Add-VSTeamAzureRMServiceEndpoint
In v1.0.34, Endpoint details where returned : return Get-ServiceEndpoint -projectName $projectName -id $resp.id
return Get-ServiceEndpoint -projectName $projectName -id $resp.id
The text was updated successfully, but these errors were encountered:
Looking into it now.
Sorry, something went wrong.
Fixing issue #40
b4d8b42
Adding a service endpoint will return the created endpoint.
2.1.5 will return that functionality.
No branches or pull requests
Both
Add-VSTeamSonarQubeEndpoint
andAdd-VSTeamAzureRMServiceEndpoint
no longer return values.In v1.0.34, Endpoint details where returned :
return Get-ServiceEndpoint -projectName $projectName -id $resp.id
The text was updated successfully, but these errors were encountered: