2 implementations of ManagedIdentityId
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppEnvironmentResource.cs (1)
222
ReferenceExpression IAzureContainerRegistry.
ManagedIdentityId
=> ReferenceExpression.Create($"{ContainerRegistryManagedIdentityId}");
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentResource.cs (1)
378
ReferenceExpression IAzureContainerRegistry.
ManagedIdentityId
=> ReferenceExpression.Create($"{ContainerRegistryManagedIdentityId}");
4 references to ManagedIdentityId
Aspire.Hosting.Azure (1)
AzurePublishingContext.cs (1)
352
Visit(acr.
ManagedIdentityId
, CaptureBicepOutputs);
Aspire.Hosting.Azure.Tests (3)
ContainerRegistryTests.cs (3)
40
Assert.NotNull(azureRegistry.
ManagedIdentityId
);
75
Assert.NotNull(azureRegistry.
ManagedIdentityId
);
127
Assert.NotNull(azureRegistry.
ManagedIdentityId
);