2 implementations of ManagedIdentityId
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppEnvironmentResource.cs (1)
65ReferenceExpression IAzureContainerRegistry.ManagedIdentityId => ReferenceExpression.Create($"{ContainerRegistryManagedIdentityId}");
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentResource.cs (1)
28ReferenceExpression IAzureContainerRegistry.ManagedIdentityId =>
7 references to ManagedIdentityId
Aspire.Hosting.Azure (1)
AzurePublishingContext.cs (1)
249Visit(acr.ManagedIdentityId, CaptureBicepOutputs);
Aspire.Hosting.Azure.Tests (6)
ContainerRegistryTests.cs (6)
40Assert.NotNull(azureRegistry.ManagedIdentityId); 75Assert.NotNull(azureRegistry.ManagedIdentityId); 110Assert.NotNull(azureRegistry.ManagedIdentityId); 120Assert.NotNull(azureRegistry.ManagedIdentityId); 128Assert.Equal(publisher.AzureContainerRegistry?.ManagedIdentityId.ToString(), 129azureRegistry.ManagedIdentityId.ToString());