Thomas Gummerer

Results 90 comments of Thomas Gummerer

I'm opening this up for review to get some eyes on it. I think this follows what was suggested in the internal doc, but would be nice to get some...

> Here's what I see as the primitive operations we need: > > 1. add a pending operation > > 2. remove a pending operation > > 3. remove a...

> I think this is mostly right, but there's a couple of things missing Thinking about this actually made me think about a way to do all of this in...

> Is there a reason we'd want to allow it? I can't think of one off the top of my head. Just for docs maybe? That's probably not worth it...

This needs some description why this is useful. Just not setting the typechecker option gives you no type checker, so why do we need to introduce an extra option here?

Are you running this from an Azure VM? The error here indicates that it is trying to get an identity from an "Instance Metadata Service" that seems to be a...

Do you have a `MSI_ENDPOINT` env variable set locally? I haven't completely understood how the detection works, but that seems one piece. Also how are you trying to authenticate to...

Another question, is the above output the full output you're getting for the failure, or is there any more output? I'm pretty puzzled what's happening here, and am so far...

I'm not sure if there is a way to use a SAS token for a Key Vault tbh. Alternatively you can also set `AZURE_TENANT_ID`, `AZURE_CLIENT_ID` and `AZURE_CLIENT_SECRET`. I also just...