Skip to content

Commit 4775775

Browse files
committed
[API] Generator: freeze/unfreeze are X-Pack
1 parent 9e0b5e5 commit 4775775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-api/utils/thor/generator/files_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def self.files(api)
4848
'autoscaling', 'cross_cluster_replication', 'ccr', 'data_frame_transform_deprecated',
4949
'enrich', 'eql', 'fleet', 'ilm', 'logstash', 'migration', 'watcher', 'slm'
5050
]
51-
XPACK_ENDPOINTS_REGEXP = /data_stream|ml_|reload_search_analyzers|transform/
51+
XPACK_ENDPOINTS_REGEXP = /data_stream|ml_|reload_search_analyzers|transform|freeze|unfreeze/
5252

5353
def self.xpack_files
5454
xpack_tests = Dir.entries(TESTS_DIRECTORIES[:xpack])

0 commit comments

Comments
 (0)