Merge pull request #98 from modular-magician/codegen-pr-2773

fix broken indent in bigquery dataset docs
This commit is contained in:
Dana Hoffman 2019-12-03 11:35:24 -08:00 committed by GitHub
commit 352731c9db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -81,8 +81,8 @@ options:
type: str
special_group:
description:
- A special group to grant access to.
- 'Possible values include: * `projectOwners`: Owners of the enclosing project.'
- 'A special group to grant access to. Possible values include: * `projectOwners`:
Owners of the enclosing project.'
- "* `projectReaders`: Readers of the enclosing project."
- "* `projectWriters`: Writers of the enclosing project."
- "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."
@ -301,8 +301,8 @@ access:
type: str
specialGroup:
description:
- A special group to grant access to.
- 'Possible values include: * `projectOwners`: Owners of the enclosing project.'
- 'A special group to grant access to. Possible values include: * `projectOwners`:
Owners of the enclosing project.'
- "* `projectReaders`: Readers of the enclosing project."
- "* `projectWriters`: Writers of the enclosing project."
- "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."

View file

@ -137,8 +137,8 @@ resources:
type: str
specialGroup:
description:
- A special group to grant access to.
- 'Possible values include: * `projectOwners`: Owners of the enclosing project.'
- 'A special group to grant access to. Possible values include: * `projectOwners`:
Owners of the enclosing project.'
- "* `projectReaders`: Readers of the enclosing project."
- "* `projectWriters`: Writers of the enclosing project."
- "* `allAuthenticatedUsers`: All authenticated BigQuery users. ."