From 25b0c20c6143e3e3e74ee5d04ce3844ada8b33c2 Mon Sep 17 00:00:00 2001 From: Minoru KAWAMOTO Date: Thu, 9 Jan 2025 08:39:22 +0900 Subject: [PATCH] convert databaseVersion enum to string (#12687) Co-authored-by: Minoru, Kawamoto --- .../products/sql/SourceRepresentationInstance.yaml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/mmv1/products/sql/SourceRepresentationInstance.yaml b/mmv1/products/sql/SourceRepresentationInstance.yaml index 98cd2f038f32..5c5bf7ffef2d 100644 --- a/mmv1/products/sql/SourceRepresentationInstance.yaml +++ b/mmv1/products/sql/SourceRepresentationInstance.yaml @@ -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: |