Commit 7481764
authored
Adds 'eventarcpublishing' as required API to custom event function (#1300)
Adds `eventarcpublishing.googleapis.com` as a required API for the `onCustomEventPublished` trigger so that the CLI enables it on deployment. Attempting to deploy a cloud function to GCF that listens on a non-existent channel will throw an error; `eventarcpublishing` API is necessary to allow the CLI to create the channel before the function is deployed.1 parent 21f4dcb commit 7481764
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
228 | 235 | | |
229 | 236 | | |
0 commit comments