GM

Results 17 comments of GM

Strongly agree this needs a better error message. This was a bit of PITA to troubleshoot.

ahh thank you kindly , I didn't realise this was kaput. Guess I should update everywhere . Sadly I don't think I've got the skills to do this. Though if...

I'm having same problem due to trying to go through corporate proxy and I just keep hitting more and more stuff that wants whitelisted. I'd really love to be able...

> @gabrielmccoll Specifically for the case you mentioned regarding **uploading/downloading universal package**s, the workaround I used is to: > > * install an 🚀 Azure Pipelines agent on that machine...

[VMSS_agent.zip](https://github.com/microsoft/terraform-provider-azuredevops/files/7491175/VMSS_agent.zip) Just in case this is useful to anyone else, the work around I managed to get was using the rest api and powershell and some null resources. the attached...

> @gabrielmccoll-rlg seems the `elastic pool` APIs only available in preview APIs Yeah that's a shame. I notice it does mention elastic pools on the create pool api for 6.0...

> @xuzhang3 @nechvatalp pushed the v6.0 API into `azure-devops-go-api` https://github.com/microsoft/azure-devops-go-api/pull/110 The v6.0 API contains the API definition and corresponding models for the `Elastic Pool Agents` which utilizes Azure Virtual Machine...

@tmeckel @nechvatalp thanks very much for keeping us updated on this and the other thread too

> ```shell > w list --version protobuf | awk '{print $2}')" --install-option="--cpp_implementation" > ``` This didn't work for me. I am pretty novice to Macs in general but I got...

> @gabrielmccoll It looks like you don't have protobuf installed with brew. Do you have [brew](https://brew.sh) installed? Thank you for the fast reply. I seemed to get it when I...