3 writes to WorkloadManagedIdentityType
Aspire.Hosting.Azure.Sandboxes (3)
AzureSandboxesExtensions.cs (2)
232builder.Resource.WorkloadManagedIdentityType = ManagedServiceIdentityType.None; 254builder.Resource.WorkloadManagedIdentityType = ManagedServiceIdentityType.SystemAssigned;
AzureSandboxGroupResource.cs (1)
324WorkloadManagedIdentityType = WorkloadManagedIdentityType switch
7 references to WorkloadManagedIdentityType
Aspire.Hosting.Azure.Sandboxes (4)
AzureSandboxesExtensions.cs (2)
473identity.ManagedServiceIdentityType = resource.WorkloadManagedIdentityType switch 477_ => resource.WorkloadManagedIdentityType
AzureSandboxGroupResource.cs (2)
324WorkloadManagedIdentityType = WorkloadManagedIdentityType switch 328_ => WorkloadManagedIdentityType
Aspire.Hosting.Azure.Tests (3)
AzureSandboxesTests.cs (3)
117Assert.Equal(ManagedServiceIdentityType.SystemAssignedUserAssigned, sandboxGroup.Resource.WorkloadManagedIdentityType); 164Assert.Equal(ManagedServiceIdentityType.UserAssigned, sandboxGroup.Resource.WorkloadManagedIdentityType); 185Assert.Equal(ManagedServiceIdentityType.UserAssigned, sandboxGroup.Resource.WorkloadManagedIdentityType);