File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 5
5
version : 0.0.1
6
6
actions :
7
7
# Abbreviate and annotate items that are not shown in Bump.sh due to depth limits
8
+ <<<<<<< HEAD:docs/overlays/elasticsearch-shared-overlays.yaml
8
9
- target : " $.components['schemas']['ml._types:Datafeed'].properties.query"
9
10
description : Remove query object from anomaly detection datafeed
10
11
remove : true
@@ -74,6 +75,18 @@ actions:
74
75
externalDocs :
75
76
url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
76
77
description : Query DSL
78
+ =======
79
+ - target : " $.components['schemas']['security._types:IndicesPrivilegesQuery'].oneOf"
80
+ description : Remove types from security role descriptors indices query
81
+ remove : true
82
+ - target : " $.components['schemas']['security._types:IndicesPrivilegesQuery']"
83
+ description : Re-add simplified types for security role descriptors indices query
84
+ update :
85
+ x-abbreviated : true
86
+ oneOf :
87
+ - type : string
88
+ - type : object
89
+ >>>>>>> 295ccb76c (Add overlay for deep objects in security APIs):docs/overlays/elasticsearch-shared-example-overlays.yaml
77
90
# Examples
78
91
- target : " $.components['requestBodies']['async_search.submit']"
79
92
description : " Add example for asynch search submit request"
You can’t perform that action at this time.
0 commit comments