1 implementation of IAcrPullIdentityAnnotation
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppEnvironmentAcrPullIdentityAnnotation.cs (1)
13
internal sealed class AzureContainerAppEnvironmentAcrPullIdentityAnnotation(AzureUserAssignedIdentityResource identity) :
IAcrPullIdentityAnnotation
3 references to IAcrPullIdentityAnnotation
Aspire.Hosting.Azure.AppContainers (3)
src\Shared\CrossScopeAcrPullIdentityPreparer.cs (3)
43
Func<AzureUserAssignedIdentityResource,
IAcrPullIdentityAnnotation
> createIdentityAnnotation,
86
if (environment.HasAnnotationOfType<
IAcrPullIdentityAnnotation
>())
106
Func<AzureUserAssignedIdentityResource,
IAcrPullIdentityAnnotation
> createIdentityAnnotation,