3 writes to WorkloadManagedIdentityType
Aspire.Hosting.Azure.Sandboxes (3)
AzureSandboxesExtensions.cs (2)
230builder.Resource.WorkloadManagedIdentityType = ManagedServiceIdentityType.None; 252builder.Resource.WorkloadManagedIdentityType = ManagedServiceIdentityType.SystemAssigned;
AzureSandboxGroupResource.cs (1)
360WorkloadManagedIdentityType = WorkloadManagedIdentityType switch
7 references to WorkloadManagedIdentityType
Aspire.Hosting.Azure.Sandboxes (4)
AzureSandboxesExtensions.cs (2)
509identity.ManagedServiceIdentityType = resource.WorkloadManagedIdentityType switch 513_ => resource.WorkloadManagedIdentityType
AzureSandboxGroupResource.cs (2)
360WorkloadManagedIdentityType = WorkloadManagedIdentityType switch 364_ => WorkloadManagedIdentityType
Aspire.Hosting.Azure.Tests (3)
AzureSandboxesTests.cs (3)
227Assert.Equal(ManagedServiceIdentityType.SystemAssignedUserAssigned, sandboxGroup.Resource.WorkloadManagedIdentityType); 274Assert.Equal(ManagedServiceIdentityType.UserAssigned, sandboxGroup.Resource.WorkloadManagedIdentityType); 296Assert.Equal(ManagedServiceIdentityType.UserAssigned, sandboxGroup.Resource.WorkloadManagedIdentityType);