Skip to content

Commit f906c66

Browse files
authored
Remove duplicate privilege (#2611)
`read_slm` was defined twice in #2547. Removing the dup.
1 parent e4a4823 commit f906c66

File tree

4 files changed

+13
-30
lines changed

4 files changed

+13
-30
lines changed

output/schema/schema.json

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

output/schema/validation-errors.json

Lines changed: 0 additions & 7 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 & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/security/_types/Privileges.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@ export enum ClusterPrivilege {
177177
* @availability stack
178178
*/
179179
read_ilm,
180-
/**
181-
* @availability stack
182-
*/
183-
read_slm,
184180
read_pipeline,
185181
read_security,
186182
/**

0 commit comments

Comments
 (0)