Skip to content

Commit 0461c02

Browse files
authored
Enable CCPA during setup for code assist flow (#397)
Made changes to setup script to enable CCPA as part of setup process as this is required by code assist.
1 parent 6f116f0 commit 0461c02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/setup_workload_identity.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ print_header "Step 1: Enabling required Google Cloud APIs"
211211
required_apis=(
212212
"aiplatform.googleapis.com"
213213
"cloudaicompanion.googleapis.com"
214+
"cloudcode-pa.googleapis.com"
214215
"cloudresourcemanager.googleapis.com"
215216
"cloudtrace.googleapis.com"
216217
"iam.googleapis.com"

0 commit comments

Comments
 (0)