Skip to content

Commit 7cb704d

Browse files
authored
Merge branch '9.2' into backport-5495-to-9.2
2 parents c8b473f + 2162c0f commit 7cb704d

File tree

71 files changed

+49
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+49
-119
lines changed

.github/workflows/validate-apis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ jobs:
9393
with:
9494
path: ./clients-flight-recorder/recordings/types-validation/types-validation.json
9595
key: types-validation-json-${{ format('{0}-{1}', github.ref_name, github.sha) }}
96-
restore-keys: |
97-
types-validation-json-${{ github.ref_name }}-
9896

9997
- name: Run validation (PR)
10098
if: github.event_name == 'pull_request'

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

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

specification/_json_spec/clear_scroll.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
}
3434
]
3535
},
36-
"params": {},
3736
"body": {
3837
"description": "A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter",
3938
"required": false

specification/_json_spec/close_point_in_time.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
}
1919
]
2020
},
21-
"params": {},
2221
"body": {
2322
"description": "a point-in-time id to close",
2423
"required": true

specification/_json_spec/cluster.info.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
}
2424
}
2525
]
26-
},
27-
"params": {}
26+
}
2827
}
2928
}

specification/_json_spec/cluster.remote_info.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"methods": ["GET"]
1717
}
1818
]
19-
},
20-
"params": {}
19+
}
2120
}
2221
}

specification/_json_spec/connector.secret_delete.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
}
2323
}
2424
]
25-
},
26-
"params": {}
25+
}
2726
}
2827
}

specification/_json_spec/connector.secret_get.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
}
2323
}
2424
]
25-
},
26-
"params": {}
25+
}
2726
}
2827
}

0 commit comments

Comments
 (0)