Skip to content

Commit e2df63b

Browse files
authored
convert databaseVersion enum to string (GoogleCloudPlatform#12687)
Co-authored-by: Minoru, Kawamoto <[email protected]>
1 parent 555fb5c commit e2df63b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

mmv1/products/sql/SourceRepresentationInstance.yaml

+2-12
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,10 @@ properties:
6666
required: false
6767
default_from_api: true
6868
- name: 'databaseVersion'
69-
type: Enum
69+
type: String
7070
description: |
71-
The MySQL version running on your source database server.
71+
The MySQL, PostgreSQL or SQL Server (beta) version to use. Supported values include MYSQL_5_6, MYSQL_5_7, MYSQL_8_0, MYSQL_8_4, POSTGRES_9_6, POSTGRES_10, POSTGRES_11, POSTGRES_12, POSTGRES_13, POSTGRES_14, POSTGRES_15, POSTGRES_16, POSTGRES_17. Database Version Policies includes an up-to-date reference of supported versions.
7272
required: true
73-
enum_values:
74-
- 'MYSQL_5_6'
75-
- 'MYSQL_5_7'
76-
- 'MYSQL_8_0'
77-
- 'POSTGRES_9_6'
78-
- 'POSTGRES_10'
79-
- 'POSTGRES_11'
80-
- 'POSTGRES_12'
81-
- 'POSTGRES_13'
82-
- 'POSTGRES_14'
8373
- name: 'onPremisesConfiguration'
8474
type: NestedObject
8575
description: |

0 commit comments

Comments
 (0)