2 instantiations of AzureSandboxGroupAcrPullIdentityAnnotation
Aspire.Hosting.Azure.Sandboxes (2)
AzureSandboxesExtensions.cs (2)
137identity => new AzureSandboxGroupAcrPullIdentityAnnotation(identity, isAspireManaged: true)); 307new AzureSandboxGroupAcrPullIdentityAnnotation(identity.Resource),
8 references to AzureSandboxGroupAcrPullIdentityAnnotation
Aspire.Hosting.Azure.Sandboxes (4)
AzureSandboxesExtensions.cs (2)
50if (sandboxResource.TryGetLastAnnotation<AzureSandboxGroupAcrPullIdentityAnnotation>(out var imagePullIdentityAnnotation))
AzureSandboxGroupResource.cs (2)
163var imagePullIdentity = this.TryGetLastAnnotation<AzureSandboxGroupAcrPullIdentityAnnotation>(out var imagePullIdentityAnnotation)
Aspire.Hosting.Azure.Tests (4)
AzureSandboxesTests.cs (4)
232var annotation = Assert.Single(sandboxGroup.Resource.Annotations.OfType<AzureSandboxGroupAcrPullIdentityAnnotation>()); 312var annotation = Assert.Single(sandboxGroup.Resource.Annotations.OfType<AzureSandboxGroupAcrPullIdentityAnnotation>());