add support for sql 8.0 (#4363) (#360)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2021-01-07 07:10:40 -08:00 committed by GitHub
parent 4d6fb3b2a8
commit 0abe246128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -709,9 +709,9 @@ settings:
settingsVersion: settingsVersion:
description: description:
- The version of instance settings. This is a required field for update method - The version of instance settings. This is a required field for update method
to make sure concurrent updates are handled properly. During update, use the to make sure concurrent updates are handled properly.
most recent settingsVersion value for this instance and do not try to update - During update, use the most recent settingsVersion value for this instance
this value. and do not try to update this value.
returned: success returned: success
type: int type: int
userLabels: userLabels:

View file

@ -409,9 +409,9 @@ resources:
settingsVersion: settingsVersion:
description: description:
- The version of instance settings. This is a required field for update - The version of instance settings. This is a required field for update
method to make sure concurrent updates are handled properly. During update, method to make sure concurrent updates are handled properly.
use the most recent settingsVersion value for this instance and do not - During update, use the most recent settingsVersion value for this instance
try to update this value. and do not try to update this value.
returned: success returned: success
type: int type: int
userLabels: userLabels: