Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.9] [Fleet] Fixes wrong artifact Id on bulkCreate response (#160710) (
#160752) # Backport This will backport the following commits from `main` to `8.9`: - [[Fleet] Fixes wrong artifact Id on bulkCreate response (#160710)](#160710) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"David Sánchez","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-06-28T13:49:31Z","message":"[Fleet] Fixes wrong artifact Id on bulkCreate response (#160710)\n\n## Summary\r\n\r\nThe artifact Id on the bulkCreateArtifact response was wrong. There is\r\nno issue currently as this id is not used, but it could end up in a bug\r\nif at some point someone somewhere uses this wrong id.\r\n\r\nImproved unit test to handle this.\r\n\r\nRelated PR: https://github.com/elastic/kibana/pull/159187","sha":"4cc04bd8e35320603a592de619791f26ce3b74a8","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","Team:Defend Workflows","v8.9.0","v8.10.0"],"number":160710,"url":"https://github.com/elastic/kibana/pull/160710","mergeCommit":{"message":"[Fleet] Fixes wrong artifact Id on bulkCreate response (#160710)\n\n## Summary\r\n\r\nThe artifact Id on the bulkCreateArtifact response was wrong. There is\r\nno issue currently as this id is not used, but it could end up in a bug\r\nif at some point someone somewhere uses this wrong id.\r\n\r\nImproved unit test to handle this.\r\n\r\nRelated PR: https://github.com/elastic/kibana/pull/159187","sha":"4cc04bd8e35320603a592de619791f26ce3b74a8"}},"sourceBranch":"main","suggestedTargetBranches":["8.9"],"targetPullRequestStates":[{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/160710","number":160710,"mergeCommit":{"message":"[Fleet] Fixes wrong artifact Id on bulkCreate response (#160710)\n\n## Summary\r\n\r\nThe artifact Id on the bulkCreateArtifact response was wrong. There is\r\nno issue currently as this id is not used, but it could end up in a bug\r\nif at some point someone somewhere uses this wrong id.\r\n\r\nImproved unit test to handle this.\r\n\r\nRelated PR: https://github.com/elastic/kibana/pull/159187","sha":"4cc04bd8e35320603a592de619791f26ce3b74a8"}}]}] BACKPORT--> Co-authored-by: David Sánchez <[email protected]>
- Loading branch information