diff --git a/src/ApiGenerator/Configuration/CodeConfiguration.cs b/src/ApiGenerator/Configuration/CodeConfiguration.cs index c457fc3e0e6..66bbc17c4ed 100644 --- a/src/ApiGenerator/Configuration/CodeConfiguration.cs +++ b/src/ApiGenerator/Configuration/CodeConfiguration.cs @@ -32,6 +32,9 @@ public static class CodeConfiguration "indices.upgrade.json", "indices.get_upgrade.json", + // This was added in 7.12.0 BC1 but the spec was removed before GA, but the API still existed. + // This isn't the preferred API so skipping code gen for it. + "ml.find_file_structure.json" }; private static string[] IgnoredApisHighLevel { get; } =