From c8de2fa7e8aa173372995eb7810702010e33e808 Mon Sep 17 00:00:00 2001 From: Yaohan Teng Date: Tue, 1 Oct 2024 18:43:44 +0000 Subject: [PATCH] Update documentation to list `global` as the only supported location for logging resource `LogScope` (#11882) --- mmv1/products/logging/LogScope.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mmv1/products/logging/LogScope.yaml b/mmv1/products/logging/LogScope.yaml index d52197e1f018..a6ca8922b4ac 100644 --- a/mmv1/products/logging/LogScope.yaml +++ b/mmv1/products/logging/LogScope.yaml @@ -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