chore: remove description_override (batch 5 - to google-cloud-gke-multicloud)#16889
chore: remove description_override (batch 5 - to google-cloud-gke-multicloud)#16889parthea merged 3 commits intogoogleapis:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request removes description_override fields from librarian.yaml for multiple Google Cloud libraries and synchronizes these changes by updating the corresponding package-level metadata and documentation. A review comment identifies that google-cloud-dns and google-cloud-geminidataanalytics are missing their package-level updates, which is inconsistent with the other changes in the PR and could lead to documentation regressions.
| default_version: v1 | ||
| - name: google-cloud-dns | ||
| version: 0.36.1 | ||
| description_override: provides methods that you can use to manage DNS for your applications. |
There was a problem hiding this comment.
The description_override for google-cloud-dns is removed here, but there is no corresponding update to its package metadata in packages/google-cloud-dns/ within this pull request. Similarly, the override for google-cloud-geminidataanalytics at line 1284 is removed without a package-level update. Please ensure these packages are updated to maintain consistency with the other 18 libraries modified in this batch and to avoid potential regressions in documentation quality.
No description provided.