-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Upgrade MySql to API version 2024-12-01-preview #52193
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR upgrades the MySQL Flexible Server API from version 2024-01-01 to 2024-12-01-preview, introducing new features and updates to the Azure ResourceManager.MySql SDK.
Key changes include:
- Upgrade from API version 2024-01-01 to 2024-12-01-preview with updated spec references
- Addition of private endpoint connection management capabilities
- Introduction of new maintenance and storage configuration options
Reviewed Changes
Copilot reviewed 10 out of 122 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| autorest.md | Updates API version tag and spec repository references for code generation |
| MySqlFlexibleServerData.cs | Adds backward compatibility wrapper for PrivateEndpointConnections property |
| MySqlFlexibleServerConfigurationCollection.cs | Removes unused imports to clean up the codebase |
| MySqlFlexibleServersPrivateEndpointConnection.cs | Updates SystemData type reference for consistency |
| MySqlFlexibleServersPrivateEndpointConnection.Serialization.cs | Updates SystemData deserialization for type consistency |
| MySqlFlexibleServerVersion.cs | Removes unused System.ComponentModel import |
| AzureResourceManagerMySqlContext.cs | Adds ModelReaderWriter support for private endpoint connections |
| ArmMySqlFlexibleServersModelFactory.cs | Adds factory methods for creating test instances of new models |
| Azure.ResourceManager.MySql.netstandard2.0.cs | Adds new API surface for private endpoint and storage features |
| Azure.ResourceManager.MySql.net8.0.cs | Adds new API surface for private endpoint and storage features |
...mysql/Azure.ResourceManager.MySql/src/MySqlFlexibleServers/Custom/MySqlFlexibleServerData.cs
Show resolved
Hide resolved
...ResourceManager.MySql/src/MySqlFlexibleServers/Custom/ArmMySqlFlexibleServersModelFactory.cs
Show resolved
Hide resolved
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
Contributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
For specific information about pull request etiquette and best practices, see this section.