Skip to content

Commit 6c7affc

Browse files
committed
Fix RemoteClusterPrivilege availability (#3145)
1 parent bc5cff7 commit 6c7affc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

specification/security/_types/Privileges.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ export enum ClusterPrivilege {
200200

201201
/**
202202
* The subset of cluster level privileges that can be defined for remote clusters.
203-
* @availability stack
204203
*/
205204
export enum RemoteClusterPrivilege {
206205
/**

specification/security/put_role/SecurityPutRoleRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export interface Request extends RequestBase {
8282
/**
8383
* A list of remote cluster permissions entries.
8484
* @availability stack since=8.15.0
85-
*
8685
*/
8786
remote_cluster?: RemoteClusterPrivileges[]
8887
/**

0 commit comments

Comments
 (0)