Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Incorrect MySQL Flexible server version #32480

Open
pkuczynski opened this issue Feb 5, 2025 · 2 comments
Open

[BUG] Incorrect MySQL Flexible server version #32480

pkuczynski opened this issue Feb 5, 2025 · 2 comments
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Issues that are reported by GitHub users external to the Azure organization. Mgmt This issue is related to a management-plane library. MySQL question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team.

Comments

@pkuczynski
Copy link

API Spec link

https://github.com/Azure/azure-rest-api-specs/blob/main/specification/mysql/resource-manager/Microsoft.DBforMySQL/FlexibleServers/stable/2023-12-30/FlexibleServers.json#L774

API Spec version

2023-12-30

Describe the bug

MySQL spec defines ServerVersion as enum with values 5.7 and 8.0.21, and this does not correspond to https://learn.microsoft.com/en-us/azure/mysql/concepts-version-policy#supported-mysql-versions (8.0.37 is the latest in 8, but thera are also 8.4.x and 9.1.x

Expected behavior

It should allow to specify any supported version described in https://learn.microsoft.com/en-us/azure/mysql/concepts-version-policy#supported-mysql-versions

Actual behavior

Fails

Reproduction Steps

I am using via azurem terreform provider.

Environment

No response

@pkuczynski pkuczynski added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Feb 5, 2025
@pkuczynski
Copy link
Author

@microsoft-github-policy-service microsoft-github-policy-service bot added question The issue doesn't require a change to the product in order to be resolved. Most issues start as that customer-reported Issues that are reported by GitHub users external to the Azure organization. labels Feb 5, 2025
@pkuczynski
Copy link
Author

@v-jiaodi v-jiaodi added MySQL Service Attention Workflow: This issue is responsible by Azure service team. Mgmt This issue is related to a management-plane library. labels Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Issues that are reported by GitHub users external to the Azure organization. Mgmt This issue is related to a management-plane library. MySQL question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

2 participants