Skip to content

Commit

Permalink
feat(cloudbuild): update the api
Browse files Browse the repository at this point in the history
#### cloudbuild:v2

The following keys were added:
- schemas.PipelineRun.properties.serviceAccount.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 19, 2024
1 parent 8b2920b commit 5f3fa04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Expand Up @@ -2346,7 +2346,7 @@
}
}
},
"revision": "20240305",
"revision": "20240310",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down
5 changes: 3 additions & 2 deletions googleapiclient/discovery_cache/documents/cloudbuild.v2.json
Expand Up @@ -844,7 +844,7 @@
}
}
},
"revision": "20240305",
"revision": "20240310",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -2040,7 +2040,8 @@
"description": "Optional. Security configuration."
},
"serviceAccount": {
"description": "Service account used in the Pipeline.",
"deprecated": true,
"description": "Service account used in the Pipeline. Deprecated; please use security.service_account instead.",
"type": "string"
},
"skippedTasks": {
Expand Down

0 comments on commit 5f3fa04

Please sign in to comment.