From 77c2c87df0fc416b426c82ba845abc0ab5e9d803 Mon Sep 17 00:00:00 2001 From: Yaohan Teng Date: Tue, 1 Oct 2024 13:25:39 -0400 Subject: [PATCH] Make `global` the only supported location for LogScope --- 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