Ryan Nowak
Ryan Nowak
> Keep in mind, a PR to allow supplying a customer authorizer would only help SDK users. For the Helm CLI, this logic is going to be necessarily fixed. This...
@anthony-c-martin - any ideas about how this would work for a resource with a discriminator field? (likely `kind`) property?
The first step of this (all the disruptive changes) are in but hidden behind an experimental flag. I plan to continue making progress on all of the scenarios described here...
Set the environment variable `BICEP_RESOURCE_TYPED_PARAMS_AND_OUTPUTS_EXPERIMENTAL=true` I'd recommend also reading the PR description before trying this out https://github.com/Azure/bicep/pull/4971 Some of the scenarios described in this issue are **explicitly blocked** by the...
Hi @MattCosturos - It's a been a while since I opened this issue, so I'm remembering to the best of my ability .... What I remember about this issue is...
I'd love to participate in this!
I'm very interested to participate in this!
The best place to ask for this might be https://github.com/dotnet/sdk - I neither work on the SDK nor the CLR so I don't have much experience for the workflow of...
Cool, glad you found a solution. I'm re-opening this to track updating the docs to explain this. If you [this suggestion](https://github.com/aspnet/JitBench/issues/75#issuecomment-332524139) please file an issue on SDK so they can...
There are a couple related issues in the install scripts: https://github.com/dotnet/cli/issues/3474 https://github.com/dotnet/cli/issues/2568 Basically `dotnet-install.sh` uses `set +e` and some other things, but also wants you to `source` it so it...