Vaclav Turecek

Results 6 issues of Vaclav Turecek

Connecting to a cluster secured with AAD using FabricClient in C# crashes with the following exception: ``` Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Fabric.AzureActiveDirectory.Client, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'...

type-code-defect
status-investigation
area-security-auth

The methods that deal with Service Account issuer Open ID are unable to deserialize the response in the .NET client: ``` GetServiceAccountIssuerOpenIDConfigurationAsync GetServiceAccountIssuerOpenIDKeysetAsync ``` The problem seems to be that...

With the introduction of extended workload types, we may need to have a way to pipe the output of components into parameters of other components.Consider the following deployment: - Component...

enhancement
Discussion

The term "runtime" is used in two contexts in the spec: 1. An implementation of the spec itself 2. The workload runtime that executes a workload type, such as a...

# ARM (Control Plane) API Specification Update Pull Request > [!TIP] > Overwhelmed by all this guidance? See the `Getting help` section at the bottom of this PR description. >...

ARMSignedOff
ARMReview
resource-manager
no-recent-activity

### Description I'm getting random `ArgumentOutOfRangeException` from an internal `StringBuilder.ToString()` call when using object equivalency (`Should().BeEquivalentTo`) with large object graphs during concurrent test runs with xUnit: ``` Error Message: System.ArgumentOutOfRangeException...

bug
up-for-grabs