Skip to content

Commit 55a7114

Browse files
authored
Add codegen_name annotations to ManagedBy (#2368)
1 parent de45840 commit 55a7114

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.repository_owner == 'elastic' # this action will fail if executed from a fork
1919
runs-on: ubuntu-latest
2020
env:
21-
STACK_VERSION: 8.10-SNAPSHOT
21+
STACK_VERSION: 8.13-SNAPSHOT
2222

2323
steps:
2424
- uses: actions/checkout@v2

output/schema/schema.json

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

specification/indices/_types/DataStream.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ import { integer } from '@_types/Numeric'
3030
import { DataStreamLifecycleWithRollover } from '@indices/_types/DataStreamLifecycle'
3131

3232
enum ManagedBy {
33+
/** @codegen_name ilm */
3334
'Index Lifecycle Management',
35+
/** @codegen_name datastream */
3436
'Data stream lifecycle',
37+
/** @codegen_name unmanaged */
3538
'Unmanaged'
3639
}
3740

0 commit comments

Comments
 (0)