From c69469350e9c66aaad2a0e1f30e7ff37d489741e Mon Sep 17 00:00:00 2001 From: suna Liu Date: Thu, 18 Feb 2021 15:06:08 +0800 Subject: [PATCH] Correct the server version enum for MariaDB swagger --- .../2018-06-01-preview/examples/ReplicasListByServer.json | 6 +++--- .../preview/2018-06-01-preview/examples/ServerCreate.json | 4 ++-- .../examples/ServerCreateGeoRestoreMode.json | 4 ++-- .../examples/ServerCreatePointInTimeRestore.json | 4 ++-- .../examples/ServerCreateReplicaMode.json | 4 ++-- .../preview/2018-06-01-preview/examples/ServerGet.json | 2 +- .../preview/2018-06-01-preview/examples/ServerList.json | 6 +++--- .../examples/ServerListByResourceGroup.json | 4 ++-- .../preview/2018-06-01-preview/examples/ServerUpdate.json | 2 +- .../preview/2018-06-01-preview/mariadb.json | 4 ++-- .../examples/ReplicasListByServer.json | 6 +++--- .../2018-06-01-privatepreview/examples/ServerCreate.json | 4 ++-- .../examples/ServerCreateGeoRestoreMode.json | 4 ++-- .../examples/ServerCreatePointInTimeRestore.json | 4 ++-- .../examples/ServerCreateReplicaMode.json | 4 ++-- .../2018-06-01-privatepreview/examples/ServerGet.json | 2 +- .../2018-06-01-privatepreview/examples/ServerList.json | 6 +++--- .../examples/ServerListByResourceGroup.json | 4 ++-- .../2018-06-01-privatepreview/examples/ServerUpdate.json | 2 +- .../preview/2018-06-01-privatepreview/mariadb.json | 4 ++-- .../stable/2018-06-01/examples/ReplicasListByServer.json | 6 +++--- .../stable/2018-06-01/examples/ServerCreate.json | 4 ++-- .../2018-06-01/examples/ServerCreateGeoRestoreMode.json | 4 ++-- .../2018-06-01/examples/ServerCreatePointInTimeRestore.json | 4 ++-- .../stable/2018-06-01/examples/ServerCreateReplicaMode.json | 4 ++-- .../stable/2018-06-01/examples/ServerGet.json | 2 +- .../stable/2018-06-01/examples/ServerList.json | 6 +++--- .../2018-06-01/examples/ServerListByResourceGroup.json | 4 ++-- .../stable/2018-06-01/examples/ServerUpdate.json | 2 +- .../Microsoft.DBforMariaDB/stable/2018-06-01/mariadb.json | 4 ++-- 30 files changed, 60 insertions(+), 60 deletions(-) diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ReplicasListByServer.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ReplicasListByServer.json index a46ef1141d13..7eed23d153d8 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ReplicasListByServer.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ReplicasListByServer.json @@ -33,7 +33,7 @@ "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "testserver.mariadb.database.azure.com", - "version": "5.6", + "version": "10.2", "earliestRestoreDate": "2018-06-11T23:56:54.3+00:00", "replicationRole": "Replica", "masterServerId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testmaster", @@ -64,7 +64,7 @@ "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "testserver1.mariadb.database.azure.com", - "version": "5.6", + "version": "10.2", "earliestRestoreDate": "2018-06-11T23:56:54.3+00:00", "replicationRole": "Replica", "masterServerId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testmaster", @@ -95,7 +95,7 @@ "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "testserver2.mariadb.database.azure.com", - "version": "5.6", + "version": "10.2", "earliestRestoreDate": "2018-06-11T23:56:54.3+00:00", "replicationRole": "Replica", "masterServerId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testmaster", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerCreate.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerCreate.json index 01dd1b6b3033..e82692b86fd3 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerCreate.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerCreate.json @@ -44,7 +44,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc4.mariadb.database.azure.com", @@ -81,7 +81,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc4.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerCreateGeoRestoreMode.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerCreateGeoRestoreMode.json index 88a73cd8bf8c..6831cdca6917 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerCreateGeoRestoreMode.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerCreateGeoRestoreMode.json @@ -37,7 +37,7 @@ "backupRetentionDays": 14, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", @@ -74,7 +74,7 @@ "backupRetentionDays": 14, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerCreatePointInTimeRestore.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerCreatePointInTimeRestore.json index 432ff0d3a129..4b38c16ae3c0 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerCreatePointInTimeRestore.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerCreatePointInTimeRestore.json @@ -38,7 +38,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", @@ -75,7 +75,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerCreateReplicaMode.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerCreateReplicaMode.json index 8335290219be..e2fed9699ce2 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerCreateReplicaMode.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerCreateReplicaMode.json @@ -28,7 +28,7 @@ "backupRetentionDays": 14, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", @@ -61,7 +61,7 @@ "backupRetentionDays": 14, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerGet.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerGet.json index b4086096f776..226cc9138859 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerGet.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerGet.json @@ -21,7 +21,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc4.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerList.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerList.json index 8e7b0a20fab1..f83126c70fdd 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerList.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerList.json @@ -21,7 +21,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Disabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc1.mariadb.database.azure.com", @@ -46,7 +46,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Disabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtstsvc2.mariadb.database.azure.com", @@ -71,7 +71,7 @@ "backupRetentionDays": 35, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc3.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerListByResourceGroup.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerListByResourceGroup.json index 9062e828c299..a7783e95a7f2 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerListByResourceGroup.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerListByResourceGroup.json @@ -22,7 +22,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Disabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc1.mariadb.database.azure.com", @@ -47,7 +47,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Disabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtstsvc2.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerUpdate.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerUpdate.json index 04d20351d554..ff59c41af747 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerUpdate.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/examples/ServerUpdate.json @@ -27,7 +27,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Disabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc4.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/mariadb.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/mariadb.json index 9453b8b74149..4f68c873ec4f 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/mariadb.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/mariadb.json @@ -1487,8 +1487,8 @@ "type": "string", "description": "The version of a server.", "enum": [ - "5.6", - "5.7" + "10.2", + "10.3" ], "x-ms-enum": { "name": "ServerVersion", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ReplicasListByServer.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ReplicasListByServer.json index dbff8b3c4e89..839ffa85d4ca 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ReplicasListByServer.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ReplicasListByServer.json @@ -33,7 +33,7 @@ "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "testserver.mariadb.database.azure.com", - "version": "5.6", + "version": "10.2", "earliestRestoreDate": "2018-06-11T23:56:54.3+00:00", "replicationRole": "Replica", "masterServerId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testmaster", @@ -64,7 +64,7 @@ "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "testserver1.mariadb.database.azure.com", - "version": "5.6", + "version": "10.2", "earliestRestoreDate": "2018-06-11T23:56:54.3+00:00", "replicationRole": "Replica", "masterServerId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testmaster", @@ -95,7 +95,7 @@ "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "testserver2.mariadb.database.azure.com", - "version": "5.6", + "version": "10.2", "earliestRestoreDate": "2018-06-11T23:56:54.3+00:00", "replicationRole": "Replica", "masterServerId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testmaster", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerCreate.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerCreate.json index 0ec7e3acb070..43eafb7b25c3 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerCreate.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerCreate.json @@ -44,7 +44,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc4.mariadb.database.azure.com", @@ -81,7 +81,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc4.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerCreateGeoRestoreMode.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerCreateGeoRestoreMode.json index b352e68e5f10..36e042d88a73 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerCreateGeoRestoreMode.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerCreateGeoRestoreMode.json @@ -37,7 +37,7 @@ "backupRetentionDays": 14, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", @@ -74,7 +74,7 @@ "backupRetentionDays": 14, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerCreatePointInTimeRestore.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerCreatePointInTimeRestore.json index 05f6fdc02bbd..151c3cb0f4b6 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerCreatePointInTimeRestore.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerCreatePointInTimeRestore.json @@ -38,7 +38,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", @@ -75,7 +75,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerCreateReplicaMode.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerCreateReplicaMode.json index fd00d428392f..5776584bd948 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerCreateReplicaMode.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerCreateReplicaMode.json @@ -28,7 +28,7 @@ "backupRetentionDays": 14, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", @@ -61,7 +61,7 @@ "backupRetentionDays": 14, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerGet.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerGet.json index fb8fdea3d1f7..9afa5aefc4ff 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerGet.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerGet.json @@ -21,7 +21,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc4.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerList.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerList.json index de7b622078e6..b8bfb4b7636f 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerList.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerList.json @@ -21,7 +21,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Disabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc1.mariadb.database.azure.com", @@ -46,7 +46,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Disabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtstsvc2.mariadb.database.azure.com", @@ -71,7 +71,7 @@ "backupRetentionDays": 35, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc3.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerListByResourceGroup.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerListByResourceGroup.json index 7331423f71cd..4874a78a8038 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerListByResourceGroup.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerListByResourceGroup.json @@ -22,7 +22,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Disabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc1.mariadb.database.azure.com", @@ -47,7 +47,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Disabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtstsvc2.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerUpdate.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerUpdate.json index fe2f8ab1bf1c..10c14e4e33ab 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerUpdate.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/examples/ServerUpdate.json @@ -27,7 +27,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Disabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc4.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/mariadb.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/mariadb.json index ab4d06779f92..e041ba599295 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/mariadb.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-privatepreview/mariadb.json @@ -1860,8 +1860,8 @@ "type": "string", "description": "The version of a server.", "enum": [ - "5.6", - "5.7" + "10.2", + "10.3" ], "x-ms-enum": { "name": "ServerVersion", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ReplicasListByServer.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ReplicasListByServer.json index dbff8b3c4e89..839ffa85d4ca 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ReplicasListByServer.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ReplicasListByServer.json @@ -33,7 +33,7 @@ "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "testserver.mariadb.database.azure.com", - "version": "5.6", + "version": "10.2", "earliestRestoreDate": "2018-06-11T23:56:54.3+00:00", "replicationRole": "Replica", "masterServerId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testmaster", @@ -64,7 +64,7 @@ "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "testserver1.mariadb.database.azure.com", - "version": "5.6", + "version": "10.2", "earliestRestoreDate": "2018-06-11T23:56:54.3+00:00", "replicationRole": "Replica", "masterServerId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testmaster", @@ -95,7 +95,7 @@ "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "testserver2.mariadb.database.azure.com", - "version": "5.6", + "version": "10.2", "earliestRestoreDate": "2018-06-11T23:56:54.3+00:00", "replicationRole": "Replica", "masterServerId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMariaDB/servers/testmaster", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerCreate.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerCreate.json index 0ec7e3acb070..43eafb7b25c3 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerCreate.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerCreate.json @@ -44,7 +44,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc4.mariadb.database.azure.com", @@ -81,7 +81,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc4.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerCreateGeoRestoreMode.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerCreateGeoRestoreMode.json index b352e68e5f10..36e042d88a73 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerCreateGeoRestoreMode.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerCreateGeoRestoreMode.json @@ -37,7 +37,7 @@ "backupRetentionDays": 14, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", @@ -74,7 +74,7 @@ "backupRetentionDays": 14, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerCreatePointInTimeRestore.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerCreatePointInTimeRestore.json index 05f6fdc02bbd..151c3cb0f4b6 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerCreatePointInTimeRestore.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerCreatePointInTimeRestore.json @@ -38,7 +38,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", @@ -75,7 +75,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerCreateReplicaMode.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerCreateReplicaMode.json index fd00d428392f..5776584bd948 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerCreateReplicaMode.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerCreateReplicaMode.json @@ -28,7 +28,7 @@ "backupRetentionDays": 14, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", @@ -61,7 +61,7 @@ "backupRetentionDays": 14, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "targetserver.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerGet.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerGet.json index 1d5df012112a..0ee1ff4d8aec 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerGet.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerGet.json @@ -21,7 +21,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc4.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerList.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerList.json index fca509d4c1ad..8de88d0c8974 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerList.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerList.json @@ -21,7 +21,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Disabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc1.mariadb.database.azure.com", @@ -48,7 +48,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Disabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtstsvc2.mariadb.database.azure.com", @@ -90,7 +90,7 @@ "backupRetentionDays": 35, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc3.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerListByResourceGroup.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerListByResourceGroup.json index ad95643dfbb6..2a809a6124e4 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerListByResourceGroup.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerListByResourceGroup.json @@ -22,7 +22,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Disabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc1.mariadb.database.azure.com", @@ -49,7 +49,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Disabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Enabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtstsvc2.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerUpdate.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerUpdate.json index fe2f8ab1bf1c..10c14e4e33ab 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerUpdate.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/examples/ServerUpdate.json @@ -27,7 +27,7 @@ "backupRetentionDays": 7, "geoRedundantBackup": "Enabled" }, - "version": "5.7", + "version": "10.3", "sslEnforcement": "Disabled", "userVisibleState": "Ready", "fullyQualifiedDomainName": "mariadbtestsvc4.mariadb.database.azure.com", diff --git a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/mariadb.json b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/mariadb.json index 01284ebdbcde..0b4117240996 100644 --- a/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/mariadb.json +++ b/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/mariadb.json @@ -1457,8 +1457,8 @@ "type": "string", "description": "The version of a server.", "enum": [ - "5.6", - "5.7" + "10.2", + "10.3" ], "x-ms-enum": { "name": "ServerVersion",