Alex Crome

Results 110 comments of Alex Crome

Sorry, looks like I forgot to follow up here. I had a quick look at making a PR for this a couple of months ago, but couldn't find a way...

Generally on the topic of Auto Logout, it is security control that intentionally trades off usability for security. Whilst some organisations may wish to make that trade off, many won't....

The one drawback I can see with taking an entityRef is it now means that every call to the azure devops api will result in an additional database call to...

OAuth authentication isn't available on Azure Devops Server, so this integration is specific to Azure Devops Services - https://learn.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/oauth?view=azure-devops .

I’ve been encountering this same issue - it broke around the time I upgraded to the new backend. I’ve worked around this for now by reverting to the old with...

I've logged the auth issue as #23032. Can discuss that issue further on that issue. @benjdlambert - can you remove the auth label from this issue, and add it to...

One of the most common occurrences I've countered this need is when decompiling templates generated from the portal. So rather than / in addition to a linter rule, this could...

I think this may be due to the compiler not generating a `dependsOn` for existing resources - the above compiles to: ```json { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "metadata": { "_generator":...

Thanks for the feedback everyone. Still a few details to iron out, the big one being how to link credentials from a consuming plugin (i.e. azure devops, microsoft graph), to...

Been thinking about this some more and I think are ultimately two options for keying credentials 1. Name 2. TenantId Name is the original proposal. This maps very nicely into...