Skip to content

Commit 2ba4fc0

Browse files
authored
[AKS]Remove an empty char (#23749)
1 parent f1f586a commit 2ba4fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aks/Aks/Commands/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static class Constants
3636
{ "HttpApplicationRouting", "httpapplicationrouting" },
3737
{ "Monitoring", "omsagent" },
3838
{ "VirtualNode", "aciConnector" },
39-
{ "AzurePolicy", "azurepolicy " },
39+
{ "AzurePolicy", "azurepolicy" },
4040
{ "KubeDashboard", "kubeDashboard" },
4141
};
4242
public const string AddOnNameMonitoring = "Monitoring";

0 commit comments

Comments
 (0)