Alex Crome

Results 110 comments of Alex Crome

I think the problem here is with the script extension itself not supporting new lines rather than bicep. I had great problems using multi line strings with it, and ended...

> Bicep users don't care about how their resources are deployed, and simply use modules as a means of code reuse +1 from me. I can also think of 3...

@anthony-c-martin Could this also allow for more optimal parallelism in deployments (reducing deployment times). Right now, if module B is dependant on the output from module A, B can't start...

A few other scenarios where anonymous modules could help ## Accidental Secret revealing If you think of bicep modules as code reuse, and being like includes / function calls, then...

For `warningsAsErrors`, I'd find it more useful to be able to set this as a command line argument on build rather than in a config file. For local dev, warnings...

Only supporting mono repos in some of the azure devops cards but not all slightly concerns me - I think we need to put a bit more thought into how...

For the readme portion specifically, how much of this is azure devops specific? Could this be extracted into a source control agnostic plugin by using the `ScmIntegrations` apis?

@alex-frankel If `location` isn't specified, then the deployment fails, but it does appear that as long as you provide a value (even if that value is not a valid azure...

On the `userGroupMember` side, another possibility is to get transitive members by using `transitiveMemberOf` rather than `memberOf`. i.e. https://learn.microsoft.com/en-us/graph/api/group-list-transitivememberof?view=graph-rest-1.0&tabs=http rather than https://learn.microsoft.com/en-us/graph/api/group-list-members?view=graph-rest-1.0&tabs=http

This looks like a TLS validation error, which I doubt has any relation to the docker user. Most likely because the certificate is not trusted by docker. This could happen...