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