Giulio Vian

Results 21 comments of Giulio Vian

This is the Powershell script I use to build locally ```powershell $PROJECT_NAME = 'azure-devops-exporter' $GIT_TAG = $(git describe --dirty --tags --always) $GIT_COMMIT = $(git rev-parse --short HEAD) if ($PSVersionTable.Platform -eq...

You pose two questions: 1. apply a rule to a whole organisation 2. automatically add rules when a project is created The first answer is yes: you can deploy a...

After more digging I found a positive answer to the second question: there is a way to be notified when a project is created (or removed). Implementation is non trivial...

As I said, implementation is non-trivial: one should add many things to Aggregator CLI and its runtime. Things that come to mind: - add support for Project events in CLI...

I cannot find any notes on the "non trivial" solution and, as I wrote in the initial response, there are no events in public docs. An idea is to use...

You can refresh/extend the PAT from Azure DevOps. If you lost access to the PAT and must setup a new one, use the [configure.instance](https://tfsaggregator.github.io/docs/v3/commands/instance-commands/#configureinstance) command. Please let us know how...

You can always extend an expire token, at least on AzDO Service. I cannot check on AzDO Server at the moment. Changing the token expiration date is the simpler and...

I need some time to look at the code change (I am catching up backlog these days), in the meantime I want to explain why you see additional checks. One...

The screenshot is blurry, so please confirm. The first error is a `list.instances` with no further argument: Aggregator tries to list all the RG in the Subscription, so the error...

No, [`install.instance`](https://tfsaggregator.github.io/docs/v3/commands/instance-commands/#installinstance) always create a new App Service. If you want to share more, simply use rules; add a suffix, say `-dev`, to a rule's clone and map it.