Skip to content

Commit

Permalink
Add cai_base_url fields for resources that need them (#11987)
Browse files Browse the repository at this point in the history
  • Loading branch information
roaks3 authored Oct 16, 2024
1 parent a8e718b commit 9716508
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions mmv1/products/deploymentmanager/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ display_name: 'Cloud Deployment Manager'
versions:
- name: 'ga'
base_url: 'https://www.googleapis.com/deploymentmanager/v2/'
cai_base_url: 'https://deploymentmanager.googleapis.com/v2/'
scopes:
- 'https://www.googleapis.com/auth/cloud-platform'
2 changes: 2 additions & 0 deletions mmv1/products/secretmanagerregional/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ display_name: 'Secret Manager'
versions:
- name: 'ga'
base_url: 'https://secretmanager.{{location}}.rep.googleapis.com/v1/'
cai_base_url: 'https://secretmanager.googleapis.com/v1/'
- name: 'beta'
base_url: 'https://secretmanager.{{location}}.rep.googleapis.com/v1/'
cai_base_url: 'https://secretmanager.googleapis.com/v1/'
scopes:
- 'https://www.googleapis.com/auth/cloud-platform'
1 change: 1 addition & 0 deletions mmv1/products/siteverification/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ display_name: 'Site Verification'
versions:
- name: 'ga'
base_url: 'https://www.googleapis.com/siteVerification/v1/'
cai_base_url: 'https://siteverification.googleapis.com/v1/'
scopes:
- 'https://www.googleapis.com/auth/siteverification'

0 comments on commit 9716508

Please sign in to comment.