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 145f035 commit db3e142Copy full SHA for db3e142
src/ApiGenerator/Configuration/CodeConfiguration.cs
@@ -32,6 +32,9 @@ public static class CodeConfiguration
32
"indices.upgrade.json",
33
"indices.get_upgrade.json",
34
35
+ // This was added in 7.12.0 BC1 but the spec was removed before GA, but the API still existed.
36
+ // This isn't the preferred API so skipping code gen for it.
37
+ "ml.find_file_structure.json"
38
};
39
40
private static string[] IgnoredApisHighLevel { get; } =
0 commit comments