Skip to content
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

Extension Managment API commandlets #55

Closed
nschonni opened this issue Jun 7, 2018 · 2 comments
Closed

Extension Managment API commandlets #55

nschonni opened this issue Jun 7, 2018 · 2 comments

Comments

@nschonni
Copy link

nschonni commented Jun 7, 2018

This one is available in the Node API https://github.com/Microsoft/vsts-node-api/blob/master/api/ExtensionManagementApi.ts and I believe has support going back a few API versions.

The only direct use case for the existing library is that it would allow some self-healing when hitting something like https://github.com/DarqueWarrior/vsteam/blob/6404a26fa7f72845b235989ea18ffcbe8f5c4821/src/serviceendpoints.psm1#L157 where the SonarQube extension is missing, it could Install it to the server/service and install it into the collection.

My personal use case is it makes it easier not to call out to the node cli from our PowerShell scripts 😉

/cc @pabrams

@DarqueWarrior
Copy link
Collaborator

DarqueWarrior commented Jun 14, 2018

Are you asking that the extension management API be added? We do accept pull requests if you are interested in adding it. Also, note the Invoke-VSTeamRequest already in the module lets you call any API in TFS/VSTS.

@nschonni
Copy link
Author

Closed by #110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants