Skip to content

Commit 9716508

Browse files
authored
Add cai_base_url fields for resources that need them (#11987)
1 parent a8e718b commit 9716508

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

mmv1/products/deploymentmanager/product.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ display_name: 'Cloud Deployment Manager'
1717
versions:
1818
- name: 'ga'
1919
base_url: 'https://www.googleapis.com/deploymentmanager/v2/'
20+
cai_base_url: 'https://deploymentmanager.googleapis.com/v2/'
2021
scopes:
2122
- 'https://www.googleapis.com/auth/cloud-platform'

mmv1/products/secretmanagerregional/product.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ display_name: 'Secret Manager'
1818
versions:
1919
- name: 'ga'
2020
base_url: 'https://secretmanager.{{location}}.rep.googleapis.com/v1/'
21+
cai_base_url: 'https://secretmanager.googleapis.com/v1/'
2122
- name: 'beta'
2223
base_url: 'https://secretmanager.{{location}}.rep.googleapis.com/v1/'
24+
cai_base_url: 'https://secretmanager.googleapis.com/v1/'
2325
scopes:
2426
- 'https://www.googleapis.com/auth/cloud-platform'

mmv1/products/siteverification/product.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ display_name: 'Site Verification'
1717
versions:
1818
- name: 'ga'
1919
base_url: 'https://www.googleapis.com/siteVerification/v1/'
20+
cai_base_url: 'https://siteverification.googleapis.com/v1/'
2021
scopes:
2122
- 'https://www.googleapis.com/auth/siteverification'

0 commit comments

Comments
 (0)