Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/gapic-generator/tests/integration/redis_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ authentication:
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2121): Remove this section
# when async rest is GA.
publishing:
organization: DOES_NOT_EXIST
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The organization field is added to a section marked for removal (see TODO on line 75). Additionally, organization is typically not a valid top-level property under publishing in the GAPIC configuration schema; it usually belongs within language-specific settings (e.g., python_settings). This placement may cause the setting to be ignored or result in validation errors.

library_settings:
- version: 'google.cloud.redis.v1'
python_settings:
Expand Down
Loading