Skip to content

Commit 92b8506

Browse files
authored
fix typo in code (#6562)
1 parent df42920 commit 92b8506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Aspire.Hosting.Azure.AppContainers/AzureContainerAppsInfrastructure.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public void BuildContainerApp(AzureResourceInfrastructure c)
153153
};
154154

155155
// TODO: Add managed identities only when required
156-
AddManagedIdentites(containerAppResource);
156+
AddManagedIdentities(containerAppResource);
157157

158158
containerAppResource.EnvironmentId = containerAppIdParam;
159159

@@ -857,7 +857,7 @@ private void AddSecrets(ContainerAppConfiguration config)
857857
}
858858
}
859859

860-
private void AddManagedIdentites(ContainerApp app)
860+
private void AddManagedIdentities(ContainerApp app)
861861
{
862862
if (_managedIdentityIdParameter is null)
863863
{

0 commit comments

Comments
 (0)