[dataprotection] Code generation: update services and models#1945
[dataprotection] Code generation: update services and models#1945AdyenAutomationBot wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new metadata log file for the dataprotection service and performs minor code cleanup in the clouddevice service, including the removal of an unused import and formatting adjustments to Javadoc and test assertions. A review comment points out a potential inconsistency where the new log file refers to dataprotection while the code changes are within the clouddevice package, suggesting a possible misconfiguration in the generation automation.
| @@ -0,0 +1,8 @@ | |||
| { | |||
| "service": "dataprotection", | |||
There was a problem hiding this comment.
The service name in this metadata file is set to dataprotection, but the code changes in this pull request (e.g., CloudDeviceApi.java) belong to the clouddevice service. This indicates a potential misconfiguration in the code generation automation or the OpenAPI specification mapping. Please verify if the service name and the log file name should be updated to reflect the correct service, as this mismatch could cause issues with downstream automation or tracking tools.
0717568 to
6d8495d
Compare
This PR contains the automated changes for the
dataprotectionservice.The commit history of this PR reflects the
adyen-openapicommits that have been applied.