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 55 version : 0.0.1
66actions :
77# Abbreviate and annotate items that are not shown in Bump.sh due to depth limits
8+ <<<<<<< HEAD:docs/overlays/elasticsearch-shared-overlays.yaml
89 - target : " $.components['schemas']['ml._types:Datafeed'].properties.query"
910 description : Remove query object from anomaly detection datafeed
1011 remove : true
@@ -74,6 +75,18 @@ actions:
7475 externalDocs :
7576 url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
7677 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
7790# Examples
7891 - target : " $.components['requestBodies']['async_search.submit']"
7992 description : " Add example for asynch search submit request"
You can’t perform that action at this time.
0 commit comments