Skip to content

Commit db3e142

Browse files
authored
Skip ml.find_file_structure.json (#5532)
1 parent 145f035 commit db3e142

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)