Azure-rest-api-specs: "Microsoft.DBforMariaDB/servers" invalid ServerVersion enum definition

Created on 11 Feb 2021  路  4Comments  路  Source: Azure/azure-rest-api-specs

Hello,

On all version of the specification file :
https://github.com/Azure/azure-rest-api-specs/blob/master/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/mariadb.json
The server version definition use "5.6" and "5.7" as enum valid options (this is the case for Mysql), but for MariaDB server version option in Azure are : "10.3" or "10.2".

"ServerVersion": {
  "type": "string",
  "description": "The version of a server.",
  "enum": [
    "5.6",
    "5.7"
  ],

I am not sure of how to update the specification files. But willing to help if needed.
Thanks,

MariaDB MySQL Service Attention question

All 4 comments

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @ambhatna, @savjani.


Issue Details

Hello,

On all version of the specification file :
https://github.com/Azure/azure-rest-api-specs/blob/master/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/mariadb.json
The server version definition use "5.6" and "5.7" as enum valid options (this is the case for Mysql), but for MariaDB server version option in Azure are : "10.3" or "10.2".

"ServerVersion": {
  "type": "string",
  "description": "The version of a server.",
  "enum": [
    "5.6",
    "5.7"
  ],

I am not sure of how to update the specification files. But willing to help if needed.
Thanks,

Author: matthieume
Assignees: zhenglaizhang, akning-ms
Labels: `MariaDB`, `Service Attention`, `question`
Milestone: -

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @ambhatna, @savjani.


Issue Details

Hello,

On all version of the specification file :
https://github.com/Azure/azure-rest-api-specs/blob/master/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/mariadb.json
The server version definition use "5.6" and "5.7" as enum valid options (this is the case for Mysql), but for MariaDB server version option in Azure are : "10.3" or "10.2".

"ServerVersion": {
  "type": "string",
  "description": "The version of a server.",
  "enum": [
    "5.6",
    "5.7"
  ],

I am not sure of how to update the specification files. But willing to help if needed.
Thanks,

Author: matthieume
Assignees: -
Labels: `MariaDB`, `MySQL`, `Service Attention`, `question`
Milestone: -

Thanks @matthieume for reporting this. It is a bug in our end and we will fix it in next iteration (ETA for fix < 1 month)

fixed in PR13031.

Was this page helpful?
0 / 5 - 0 ratings