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