From 9958d98e9be645fbba152f2a0b971f246e2cdfbc Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Thu, 8 Apr 2021 11:03:59 +0100 Subject: [PATCH] Skip ml.find_file_structure.json (#5532) --- src/ApiGenerator/Configuration/CodeConfiguration.cs | 3 +++ 1 file changed, 3 insertions(+) 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; } =