Skip to content

Commit f7382de

Browse files
Skip ml.find_file_structure.json (#5532) (#5534)
Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
1 parent 110656a commit f7382de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ApiGenerator/Configuration/CodeConfiguration.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ public static class CodeConfiguration
3232
"indices.upgrade.json",
3333
"indices.get_upgrade.json",
3434

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"
3538
};
3639

3740
private static string[] IgnoredApisHighLevel { get; } =

0 commit comments

Comments
 (0)