Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation to list global as the only supported location for logging resource LogScope #11882

Merged
merged 1 commit into from
Oct 1, 2024
Merged
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
3 changes: 1 addition & 2 deletions mmv1/products/logging/LogScope.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ parameters:
- name: 'location'
type: String
description:
'The location of the resource. The supported locations are: global,
us-central1, us-east1, us-west1, asia-east1, europe-west1.'
'The location of the resource. The only supported location is global so far.'
url_param_only: true
immutable: true
default_from_api: true
Expand Down
Loading