Skip to content

Commit

Permalink
convert databaseVersion enum to string (#12687)
Browse files Browse the repository at this point in the history
Co-authored-by: Minoru, Kawamoto <[email protected]>
  • Loading branch information
k12u and k12u authored Jan 8, 2025
1 parent 555fb5c commit e2df63b
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions mmv1/products/sql/SourceRepresentationInstance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,10 @@ properties:
required: false
default_from_api: true
- name: 'databaseVersion'
type: Enum
type: String
description: |
The MySQL version running on your source database server.
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.
required: true
enum_values:
- 'MYSQL_5_6'
- 'MYSQL_5_7'
- 'MYSQL_8_0'
- 'POSTGRES_9_6'
- 'POSTGRES_10'
- 'POSTGRES_11'
- 'POSTGRES_12'
- 'POSTGRES_13'
- 'POSTGRES_14'
- name: 'onPremisesConfiguration'
type: NestedObject
description: |
Expand Down

0 comments on commit e2df63b

Please sign in to comment.