Kevin Haring
Kevin Haring
Having this issue with cloning `OpenApiPathItem` as well. As a workaround I serialize to json via the built-in functionality and use ReadFragment to deserialize it again.
This is holding us back as well. We deploy resources dynamically at request with a pre-existing managed identity. The namespace name is dynamic and is unique for each deployment. The...
@salaxander So no plan for implementing this for now? Is there a workaround?
> @kevinharing @ekristen Sorry for the confusion here folks! I did remove this from our roadmap project board because the limitation is on the AAD side, and so it's not...
One thing that's not clear to me is this: If I enable Workload Identity on an existing AKS cluster that's currently using AAD Pod Identity, will this interfere with each...
Running into the same issue with AKS. But like the other said it's probably because I use multiple zones (3) within one node pool. Too bad this doesn't work, but...
We're longing for this as well, by September 30 new dockerhub rate limiting will come into effect and this would make things easier to manage.
[It's now GA.](https://azure.microsoft.com/en-us/updates/generally-available-artifact-cache-for-azure-container-registry/)
I experience this as an issue as well. 1. Why is the restore needed in the bundling process? I do the restore already in a separate pipeline step with a...
Joining in, because I'm surprised to see that in .net 8 when the clients disconnects, the response code is set to 499, but serilog happily logs a 200 response code...