Skip to content

Commit 5724626

Browse files
bcreddy-gcpNickElliot
authored andcommitted
Colab: Use location instead of region for Colab resources in base_url (GoogleCloudPlatform#13470)
1 parent a637e0a commit 5724626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmv1/products/colab/product.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ name: 'Colab'
1616
display_name: 'Colab Enterprise'
1717
versions:
1818
- name: 'ga'
19-
base_url: 'https://{{region}}-aiplatform.googleapis.com/v1/'
19+
base_url: 'https://{{location}}-aiplatform.googleapis.com/v1/'
2020
cai_base_url: 'https://aiplatform.googleapis.com/v1/'
2121
- name: 'beta'
22-
base_url: 'https://{{region}}-aiplatform.googleapis.com/v1beta1/'
22+
base_url: 'https://{{location}}-aiplatform.googleapis.com/v1beta1/'
2323
cai_base_url: 'https://aiplatform.googleapis.com/v1beta1/'
2424
scopes:
2525
- 'https://www.googleapis.com/auth/cloud-platform'

0 commit comments

Comments
 (0)