7 references to WithRoleAssignments
Aspire.Hosting.Azure.AppContainers (1)
src\Shared\CrossScopeAcrPullIdentityPreparer.cs (1)
142identityBuilder.WithRoleAssignments(
Aspire.Hosting.Azure.AppService (1)
src\Shared\CrossScopeAcrPullIdentityPreparer.cs (1)
142identityBuilder.WithRoleAssignments(
Aspire.Hosting.Azure.ContainerRegistry (2)
AzureContainerRegistryExtensions.cs (2)
285return builder.WithRoleAssignments(target, Array.Empty<ContainerRegistryBuiltInRole>()); 303return builder.WithRoleAssignments(target, builtInRoles);
Aspire.Hosting.Azure.Sandboxes (1)
src\Shared\CrossScopeAcrPullIdentityPreparer.cs (1)
142identityBuilder.WithRoleAssignments(
Aspire.Hosting.Azure.Tests (2)
AzureContainerRegistryTests.cs (1)
82.WithRoleAssignments(acr, ContainerRegistryBuiltInRole.AcrPull, ContainerRegistryBuiltInRole.AcrPush);
AzureUserAssignedIdentityTests.cs (1)
67.WithRoleAssignments(registry, [ContainerRegistryBuiltInRole.AcrPush]);