Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/ApiGenerator/Configuration/CodeConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; } =
Expand Down