Add snapshotsUrl to Cloud plugin public interface.#110328
Add snapshotsUrl to Cloud plugin public interface.#110328cjcenizal merged 5 commits intoelastic:masterfrom
Conversation
|
Pinging @elastic/kibana-core (Team:Core) |
3ce6c30 to
63815a0
Compare
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
| deploymentUrl?: string; | ||
| profileUrl?: string; | ||
| organizationUrl?: string; | ||
| snapshotsUrl?: string; |
There was a problem hiding this comment.
nit: We've made a change to the setup contract and need to update the cloud plugin tests too.
Considering that we want to track consumption of the url, we should at the very least have a test in place to make sure it is there.
There was a problem hiding this comment.
Great catch! Will do.
TinaHeiligers
left a comment
There was a problem hiding this comment.
Tentatively approving since the change is small but I really would like to have a test for something that we want to track.
💚 Build SucceededMetrics [docs]Public APIs missing comments
Page load bundle
History
To update your PR or re-run it, just comment with: |
* Add unit tests for Cloud plugin setup interface.
Fixes #110311