2 implementations of ManagedIdentityId
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppEnvironmentResource.cs (1)
342
ReferenceExpression IAzureContainerRegistry.
ManagedIdentityId
=> ReferenceExpression.Create($"{ContainerRegistryManagedIdentityId}");
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentResource.cs (1)
503
ReferenceExpression IAzureContainerRegistry.
ManagedIdentityId
=> ReferenceExpression.Create($"{ContainerRegistryManagedIdentityId}");
3 references to ManagedIdentityId
Aspire.Hosting.Azure.Tests (3)
ContainerRegistryTests.cs (3)
39
Assert.NotNull(azureRegistry.
ManagedIdentityId
);
74
Assert.NotNull(azureRegistry.
ManagedIdentityId
);
126
Assert.NotNull(azureRegistry.
ManagedIdentityId
);