We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df42920 commit 92b8506Copy full SHA for 92b8506
src/Aspire.Hosting.Azure.AppContainers/AzureContainerAppsInfrastructure.cs
@@ -153,7 +153,7 @@ public void BuildContainerApp(AzureResourceInfrastructure c)
153
};
154
155
// TODO: Add managed identities only when required
156
- AddManagedIdentites(containerAppResource);
+ AddManagedIdentities(containerAppResource);
157
158
containerAppResource.EnvironmentId = containerAppIdParam;
159
@@ -857,7 +857,7 @@ private void AddSecrets(ContainerAppConfiguration config)
857
}
858
859
860
- private void AddManagedIdentites(ContainerApp app)
+ private void AddManagedIdentities(ContainerApp app)
861
{
862
if (_managedIdentityIdParameter is null)
863
0 commit comments