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())) 61imagePullIdentityId = imagePullIdentityAnnotation.Identity.Id.AsProvisioningParameter(infrastructure); 62imagePullIdentityClientId = imagePullIdentityAnnotation.Identity.ClientId.AsProvisioningParameter(infrastructure);
AzureSandboxGroupResource.cs (1)
200? imagePullIdentityAnnotation.Identity
Aspire.Hosting.Azure.Tests (2)
AzureSandboxesTests.cs (2)
344Assert.Same(pullIdentity.Resource, annotation.Identity); 426Assert.Same(identity, annotation.Identity);