Fabian Schmied

Results 6 issues of Fabian Schmied

### Description I'm calling `Invoke-AzAksRunCommand` with a command that can take a long time to complete. (It's `kubectl drain` which can potentially run forever, so I'm giving it a timeout...

AKS
question
customer-reported

When using "normal" EF 6 LINQ queries, one can obtain the SELECT SQL for them by either calling `ToString()` (without parameter values) or by getting the underlying object query (with...

Is csi-driver OS specific and does it require Linux nodes to run, or can it also be installed on Windows nodes?

**Description** When running a Windows container with Hyper-V isolation, the system ANSI Code Page (ACP) is set to 65001, which corresponds to the UTF-8 code page, rather than to an...

platform/windows

**Is your feature request related to a problem? Please describe.** When developing container-based distributed applications (e.g., based on microservices), it's often required to import custom trusted root certificates at container...

enhancement
🔖 ADO

When a `System.Diagnostics.Trace.Assert` call fails in a unit test, this is usually represented by an exception defined by the test host. However, when updating the `NUnit3TestAdapter` from version 5.0.0 to...

is:bug