Atul Bagga

Results 19 comments of Atul Bagga

Environments concept is still undergoing changes due to which they haven't made the APIs public yet. Until the APIs for environments are released we cannot support these commands or comment...

@BoSoeborgPetersen Preview features still require the API to be exposed publically even if it is released in preview mode. So we will have to wait for the API release before...

@BoSoeborgPetersen Networks tab in the browser developer tools windows. e.g. here is a screenshot from chrome.. ![image](https://user-images.githubusercontent.com/11888714/69037109-3b105480-0a0d-11ea-8911-8661bb48c9b3.png)

@joaocarlossousa The rebase feature in Pull requests is only available in the latest APIs. CLI being a shipped client only takes dependency on stable released version of APIs. It might...

This will require other commands as well like adding new tags or deleting them. For full project tags management I think we will need another command group under ```az devops...

For those blocked on this can use the ```az devops invoke``` command to automate this if required using the undocumented API (API signature can change in future). Here is the...

There is an [issue ](https://github.com/Azure/azure-devops-cli-extension/issues/535)for adding support for asof field in workitem show command. I am modifying it to add support for asof, expand, and fields parameter in the command...

Work-item create and update allow to set the tags but the behaviour of update command is to set the tags field to whatever tags are provider deleting the older ones....

The support for continuation token was missing in the older client (5.0/5.1). This got fixed in the 6.0 client. This affects a lot of list commands including the one you...

@lukeschlather Azure-devops does not support creating of Personal Access tokens using an API. Only list functionality is [supported](https://docs.microsoft.com/en-us/rest/api/azure/devops/tokenadmin/personal%20access%20tokens?view=azure-devops-rest-6.0).