1 implementation of ManagedIdentityId
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppEnvironmentResource.cs (1)
88ReferenceExpression IAzureContainerRegistry.ManagedIdentityId => ReferenceExpression.Create($"{ContainerRegistryManagedIdentityId}");
7 references to ManagedIdentityId
Aspire.Hosting.Azure (1)
AzurePublishingContext.cs (1)
246Visit(acr.ManagedIdentityId, CaptureBicepOutputs);
Aspire.Hosting.Azure.Tests (6)
ContainerRegistryTests.cs (6)
41Assert.NotNull(azureRegistry.ManagedIdentityId); 76Assert.NotNull(azureRegistry.ManagedIdentityId); 111Assert.NotNull(azureRegistry.ManagedIdentityId); 121Assert.NotNull(azureRegistry.ManagedIdentityId); 129Assert.Equal(publisher.AzureContainerRegistry?.ManagedIdentityId.ToString(), 130azureRegistry.ManagedIdentityId.ToString());