Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 0 additions & 2 deletions .github/workflows/gapic-generator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ jobs:
path: ~/.cache/bazel
# Ensure CACHE_VERSION is defined in the mono-repo secrets!
key: ${{ runner.os }}-bazel-20210105-${{ secrets.CACHE_VERSION }}
restore-keys: |
${{ runner.os }}-bazel-20210105-

- name: Run Bazel Integration Tests
run: |
Expand Down
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