From 3f606a969e2e3bf6259986ed79bbd080c7871e8f Mon Sep 17 00:00:00 2001 From: Yeesian Ng Date: Mon, 6 Apr 2026 14:38:40 -0700 Subject: [PATCH] chore: for testing purposes only Co-authored-by: Yeesian Ng PiperOrigin-RevId: 895506890 --- src/google/adk/cli/utils/gcp_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google/adk/cli/utils/gcp_utils.py b/src/google/adk/cli/utils/gcp_utils.py index ac186a2f91..1e557ce570 100644 --- a/src/google/adk/cli/utils/gcp_utils.py +++ b/src/google/adk/cli/utils/gcp_utils.py @@ -30,7 +30,7 @@ from google.cloud import resourcemanager_v3 import requests -_VERTEX_AI_ENDPOINT = "https://{location}-aiplatform.googleapis.com/v1beta1" +_VERTEX_AI_ENDPOINT = "https://{location}-staging-aiplatform.googleapis.com/v1beta1" def check_adc() -> bool: