Henry Buckle

Results 23 comments of Henry Buckle

I just started getting this as well after updating from 2.3.0 -> 2.13.0 Our config is pretty similar ```hcl resource "azuread_application" "azp" { display_name = var.pool_name sign_in_audience = "AzureADMyOrg" owners...

@paultyng - fair enough, but seeing as this is a fairly severe security issue I think we need a more definite response than "it will be fixed in core at...

@xuzhang3 - what can we do to address this, is there a different hashing mechanism that could be used? We're having to update all of our service connections manually at...

@xuzhang3 - yes that's what I assumed. The `client_certificate` expects a base64 encoded certificate, which is well over 72 characters, and the first part of the strings are often identical...

I was playing around with this and came up with something that seems to work, I'm not sure if it's a good or safe way of doing things though In...

stack::tcpping is calling stack::tcp, which passes protocols as a list of strings (`PDC`), but for creation the API is only accepting a list of objects (`{'type' => 'PDC'}`)

For now I'm just using a normal exec - I'm not really sure how to get around the API returning different data types for an existing resource than it requires...

It would be better if the speed of development here wasn't so incredibly slow. The DSC v3 repository has almost as many commits as this one, and that isn't even...

@SydneyhSmith - Now that ACR support has been released will there be some focus on fixing the big list of bugs that have been reported?