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())) 58imagePullIdentityId = imagePullIdentityAnnotation.Identity.Id.AsProvisioningParameter(infrastructure); 59imagePullIdentityClientId = imagePullIdentityAnnotation.Identity.ClientId.AsProvisioningParameter(infrastructure);
AzureSandboxGroupResource.cs (1)
164? imagePullIdentityAnnotation.Identity
Aspire.Hosting.Azure.Tests (2)
AzureSandboxesTests.cs (2)
233Assert.Same(pullIdentity.Resource, annotation.Identity); 315Assert.Same(identity, annotation.Identity);