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