-
Notifications
You must be signed in to change notification settings - Fork 5k
[DataMigration] SDK generation for stable API version 2025-06-30 #52227
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
base: main
Are you sure you want to change the base?
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 publishes a stable API version 2025-06-30 for Azure Data Migration Service (DMS) APIs, transitioning from beta to stable release. The changes introduce new API operations for database migration management and add support for deletion and retry operations.
Key changes:
- Release of stable version 1.0.0 for API version 2025-06-30
- Added three new operations: Retry API for Database Migration, Delete API for SQL Database Migration, and Delete API for SQL VM Migration
- Introduction of new project configuration for SQL Migration Management Client
Reviewed Changes
Copilot reviewed 2 out of 21 changed files in this pull request and generated no comments.
File | Description |
---|---|
CHANGELOG.md | Documents the stable release 1.0.0 with new API operations and version support |
SqlMigrationManagementClient.csproj | New project file configuration for SQL Migration Management Client with dependencies |
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.
You've added code to the root of the repository rather than your /sdk
directory. Please revert.
a1d3fa2
to
9d40a3e
Compare
@jsquire |
Confirmed that non-library files have been revereted.
@ArthurMa1978 |
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.
It seems the code changes weren’t generated from the spec, as there’s no update to the autorest.md file indicating a new spec version. Since the mgmt. plane SDK is generated from the Swagger spec, please follow the doc to update the SDK accordingly.
Contributing to the Azure SDK
Published the stable API version 2025-06-30 for DMS APIs.
Added Retry API for Database Migration.
Introduced Delete API for SQL Database Migration.
Introduced Delete API for SQL VM Migration.
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.