[DO NOT MERGE] 3.0.0 staging branch

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
Riley Karson 2019-11-13 21:02:40 +00:00 committed by Modular Magician
parent f526d210f6
commit bafefea662
24 changed files with 57 additions and 133 deletions

View file

@ -117,7 +117,7 @@ options:
description:
- The URL pointing to the hosted repository where the function is defined
.
required: false
required: true
type: str
https_trigger:
description:
@ -392,7 +392,7 @@ def main():
environment_variables=dict(type='dict'),
source_archive_url=dict(type='str'),
source_upload_url=dict(type='str'),
source_repository=dict(type='dict', options=dict(url=dict(type='str'))),
source_repository=dict(type='dict', options=dict(url=dict(required=True, type='str'))),
https_trigger=dict(type='dict', options=dict()),
event_trigger=dict(
type='dict', options=dict(event_type=dict(required=True, type='str'), resource=dict(required=True, type='str'), service=dict(type='str'))