Skip to content

Commit b22f06d

Browse files
committed
Exclude QueryWatches from API renaming
1 parent 029b79c commit b22f06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiGenerator/Domain/Code/CsharpNames.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ string Replace(string original, string ns, string find, string replace, string[]
3737

3838
var namespaceRenames = new Dictionary<string, (string find, string replace, string[] exceptions)>
3939
{
40-
{ "Watcher", (find: "Watch", replace: "", exceptions: new string[0]) },
40+
{ "Watcher", (find: "Watch", replace: "", exceptions: new string[]{ "QueryWatches" }) },
4141
{ "Indices", (find: "Index", replace: "", exceptions: new [] { "SimulateIndexTemplate" }) },
4242
{ "CrossClusterReplication", (find: "Ccr", replace: "", exceptions: new string[0]) },
4343
{ "IndexLifecycleManagement", (find: "Ilm", replace: "", exceptions: new string[0]) },

0 commit comments

Comments
 (0)