2 instantiations of AzureSandboxGroupAcrPullIdentityAnnotation
Aspire.Hosting.Azure.Sandboxes (2)
AzureSandboxesExtensions.cs (2)
140
identity => new
AzureSandboxGroupAcrPullIdentityAnnotation
(identity, isAspireManaged: true));
305
new
AzureSandboxGroupAcrPullIdentityAnnotation
(identity.Resource),
8 references to AzureSandboxGroupAcrPullIdentityAnnotation
Aspire.Hosting.Azure.Sandboxes (4)
AzureSandboxesExtensions.cs (2)
53
if (sandboxResource.TryGetLastAnnotation<
AzureSandboxGroupAcrPullIdentityAnnotation
>(out
var
imagePullIdentityAnnotation))
AzureSandboxGroupResource.cs (2)
199
var imagePullIdentity = this.TryGetLastAnnotation<
AzureSandboxGroupAcrPullIdentityAnnotation
>(out
var
imagePullIdentityAnnotation)
Aspire.Hosting.Azure.Tests (4)
AzureSandboxesTests.cs (4)
343
var
annotation = Assert.Single(sandboxGroup.Resource.Annotations.OfType<
AzureSandboxGroupAcrPullIdentityAnnotation
>());
423
var
annotation = Assert.Single(sandboxGroup.Resource.Annotations.OfType<
AzureSandboxGroupAcrPullIdentityAnnotation
>());