Implemented interface member:
property
Identity
Aspire.Hosting.Azure.IAcrPullIdentityAnnotation.Identity
6 references to Identity
Aspire.Hosting.Azure.Sandboxes (4)
AzureSandboxesExtensions.cs (3)
56
(imagePullIdentityAnnotation.IsAspireManaged || !imagePullIdentityAnnotation.
Identity
.IsExisting()))
61
imagePullIdentityId = imagePullIdentityAnnotation.
Identity
.Id.AsProvisioningParameter(infrastructure);
62
imagePullIdentityClientId = imagePullIdentityAnnotation.
Identity
.ClientId.AsProvisioningParameter(infrastructure);
AzureSandboxGroupResource.cs (1)
200
? imagePullIdentityAnnotation.
Identity
Aspire.Hosting.Azure.Tests (2)
AzureSandboxesTests.cs (2)
344
Assert.Same(pullIdentity.Resource, annotation.
Identity
);
426
Assert.Same(identity, annotation.
Identity
);