You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: