Commit graph

2 commits

Author SHA1 Message Date
Jean-Louis Leysens
e7c2c187e1
Rename ModelVersionTestKit utility (#178077)
## Summary

`tearsDown` -> `tearDown`
2024-03-12 04:21:53 -07:00
Christiane (Tina) Heiligers
cec949ed0a
Deprecates SavedObjectType migrations and schemas in favor of modelVersions (#176970)
fix https://github.com/elastic/kibana/issues/176776

Saved objects `modelVersions` support BWC and ZDT and replace
`SavedObjectsType.schemas` and `SavedObjectsType.migrations` properties.

This PR marks these two properties as deprecated.

The public facing docs have also been updated to the "new" way of
implementing saved object changes.

### Checklist

Delete any items that are not applicable to this PR.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
2024-02-15 13:09:11 -07:00