mnieto

Results 25 comments of mnieto

@SebastianSchuetze I created PR #482 to fix the back-compability issue not sure how to update the changelog in this case

Please refer to https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/users/list?view=azure-devops-rest-6.1 Since the list of users may be large, results are returned in pages of users. If there are more results than can be returned in a...

@SebastianSchuetze, @DarqueWarrior I would like to open a discussion here: There are some API endpoints that use `X-MS-ContinuationToken` header to control paged return This problem is also faced in #169...

Ok, I can try to work on that. which branch should I take as a starting point? feature/v8.0.0? or trunk, as usual? My idea to implement this is just to...

@SebastianSchuetze , I sent my comments regarding to the _countParameters function. What direction should I get?

@the-jiveman, Exactly the same problem I tried to add the developmentDependency="true" attribute to the` RazorGenerator.Mvc` package in the `packages.config` in order to do not include it as dependency of my...

I think the problem was introduced in commit 0528c76 due #467 and closed with #480 While loading the module, if there is a default project, it executes [Set-VSTeamAccount -Account $env:TEAM_ACCT...

@SebastianSchuetze On the one hand, implementing all together in the same cmdlet allows to do not perform additional calls to the REST API, for example when we want to update...

It's clear. This is my proposal of cmdlets to be added/updated I have some doubts about replace operations. i.e. change a parent workitem. So expect minor changes during the implementation,...