Skip to content

Commit 8d4b41f

Browse files
adding freeze (#2765) (#2766)
(cherry picked from commit 1a9a93e) Co-authored-by: Laura Trotta <[email protected]>
1 parent b0bf131 commit 8d4b41f

File tree

4 files changed

+36
-11
lines changed

4 files changed

+36
-11
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 27 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ilm/_types/Phase.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ export class Actions {
5252
* Phases allowed: hot, warm, cold.
5353
*/
5454
downsample?: DownsampleAction
55+
56+
/**
57+
* The freeze action is a noop in 8.x
58+
* @deprecated 7.0.0 */
59+
freeze?: EmptyObject
5560
/**
5661
* Phases allowed: hot, warm.
5762
*/

0 commit comments

Comments
 (0)