Implemented interface member:
property
Identity
Aspire.Hosting.Azure.IAcrPullIdentityAnnotation.Identity
6 references to Identity
Aspire.Hosting.Azure.Sandboxes (4)
AzureSandboxesExtensions.cs (3)
53
(imagePullIdentityAnnotation.IsAspireManaged || !imagePullIdentityAnnotation.
Identity
.IsExisting()))
58
imagePullIdentityId = imagePullIdentityAnnotation.
Identity
.Id.AsProvisioningParameter(infrastructure);
59
imagePullIdentityClientId = imagePullIdentityAnnotation.
Identity
.ClientId.AsProvisioningParameter(infrastructure);
AzureSandboxGroupResource.cs (1)
164
? imagePullIdentityAnnotation.
Identity
Aspire.Hosting.Azure.Tests (2)
AzureSandboxesTests.cs (2)
233
Assert.Same(pullIdentity.Resource, annotation.
Identity
);
315
Assert.Same(identity, annotation.
Identity
);