Skip to content

[AutoPR azure-mgmt-migrate]-generated-from-SDK Generation - Python-6746547 - #48758

Open
azure-sdk-automation[bot] wants to merge 1 commit into
mainfrom
sdkauto/azure-mgmt-migrate-6746547
Open

[AutoPR azure-mgmt-migrate]-generated-from-SDK Generation - Python-6746547#48758
azure-sdk-automation[bot] wants to merge 1 commit into
mainfrom
sdkauto/azure-mgmt-migrate-6746547

Conversation

@azure-sdk-automation

Copy link
Copy Markdown
Contributor

Configurations: 'specification/migrate/resource-manager/Microsoft.Migrate/Waves/tspconfig.yaml', SDK Release Type: beta, and CommitSHA: 'f872f172e5ba8603e89de31604c61fbaab81ad61' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6746547 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. Release plan link: https://azsdk-releaseplan-dashboard-hveph5aqhhcfhtgu.westus-01.azurewebsites.net/?releaseplan=36266 Submitted by: sorabhtandon@microsoft.com

Copilot AI balanced review requested due to automatic review settings August 26, 2026 06:51
@azure-sdk-automation azure-sdk-automation Bot added the auto-release When merged to main, release pipelines for this PR's changed packages trigger automatically. label Aug 26, 2026
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
9 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the initial beta azure-mgmt-migrate management SDK for the 2026-06-01-preview API.

Changes:

  • Adds synchronous and asynchronous Migrate clients and API surface.
  • Adds packaging, documentation, generation, and APIView metadata.
  • Registers the package in CI and adds generated samples/tests.

Reviewed changes

Copilot reviewed 76 out of 78 changed files in this pull request and generated no comments.

Show a summary per file
File Description
sdk/migrate/ci.yml Registers the new CI artifact.
sdk/migrate/azure-mgmt-migrate/CHANGELOG.md Records the initial beta release.
sdk/migrate/azure-mgmt-migrate/LICENSE Adds the MIT license.
sdk/migrate/azure-mgmt-migrate/MANIFEST.in Defines source-distribution contents.
sdk/migrate/azure-mgmt-migrate/README.md Adds package usage guidance.
sdk/migrate/azure-mgmt-migrate/_metadata.json Records generation metadata.
sdk/migrate/azure-mgmt-migrate/api.md Captures the generated API surface.
sdk/migrate/azure-mgmt-migrate/api.metadata.yml Records API snapshot metadata.
sdk/migrate/azure-mgmt-migrate/apiview-properties.json Maps cross-language API identifiers.
sdk/migrate/azure-mgmt-migrate/dev_requirements.txt Adds development dependencies.
sdk/migrate/azure-mgmt-migrate/pyproject.toml Configures beta package metadata.
sdk/migrate/azure-mgmt-migrate/tsp-location.yaml Pins the TypeSpec source.
sdk/migrate/azure-mgmt-migrate/azure/__init__.py Adds namespace packaging.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/__init__.py Adds management namespace packaging.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/__init__.py Exports the synchronous client.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/_client.py Implements the synchronous client.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/_configuration.py Generated configuration.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/_patch.py Adds customization hooks.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/_validation.py Generated API-version validation.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/_version.py Sets version 1.0.0b1.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/py.typed Marks typed-package support.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/types.py Generated typed dictionaries.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/_utils/__init__.py Generated utility package.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/_utils/model_base.py Generated model utilities.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/_utils/serialization.py Generated serialization utilities.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/models/__init__.py Exports generated models.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/models/_enums.py Defines generated enums.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/models/_models.py Implements generated models.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/models/_patch.py Adds model customization hooks.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/operations/__init__.py Exports synchronous operations.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/operations/_operations.py Implements generated operations.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/operations/_patch.py Adds operation customization hooks.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/aio/__init__.py Exports the asynchronous client.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/aio/_client.py Implements the asynchronous client.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/aio/_configuration.py Generated async configuration.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/aio/_patch.py Adds async customization hooks.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/aio/operations/__init__.py Exports asynchronous operations.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/aio/operations/_operations.py Implements generated async operations.
sdk/migrate/azure-mgmt-migrate/azure/mgmt/migrate/aio/operations/_patch.py Adds async operation hooks.
sdk/migrate/azure-mgmt-migrate/generated_tests/conftest.py Generated test configuration.
sdk/migrate/azure-mgmt-migrate/generated_tests/test_migrate_migrate_projects_operations.py Generated synchronous tests.
sdk/migrate/azure-mgmt-migrate/generated_tests/test_migrate_migrate_projects_operations_async.py Generated asynchronous tests.
sdk/migrate/azure-mgmt-migrate/generated_tests/test_migrate_migration_entities_operations.py Generated synchronous tests.
sdk/migrate/azure-mgmt-migrate/generated_tests/test_migrate_migration_entities_operations_async.py Generated asynchronous tests.
sdk/migrate/azure-mgmt-migrate/generated_tests/test_migrate_migration_entity_groups_operations.py Generated synchronous tests.
sdk/migrate/azure-mgmt-migrate/generated_tests/test_migrate_migration_entity_groups_operations_async.py Generated asynchronous tests.
sdk/migrate/azure-mgmt-migrate/generated_tests/test_migrate_operations.py Generated synchronous tests.
sdk/migrate/azure-mgmt-migrate/generated_tests/test_migrate_operations_async.py Generated asynchronous tests.
sdk/migrate/azure-mgmt-migrate/generated_tests/test_migrate_tasks_operations.py Generated synchronous tests.
sdk/migrate/azure-mgmt-migrate/generated_tests/test_migrate_tasks_operations_async.py Generated asynchronous tests.
sdk/migrate/azure-mgmt-migrate/generated_tests/test_migrate_waves_operations.py Generated synchronous tests.
sdk/migrate/azure-mgmt-migrate/generated_tests/test_migrate_waves_operations_async.py Generated asynchronous tests.
sdk/migrate/azure-mgmt-migrate/generated_samples/migrate_projects_create_waves_from_plan_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/migrate_projects_fetch_sas_uri_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/migrate_projects_generate_wave_plan_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/migrate_projects_get_wave_plans_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/migrate_projects_import_wave_plan_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/migrate_projects_refresh_entities_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/migration_entities_create_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/migration_entities_delete_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/migration_entities_get_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/migration_entities_list_by_parent_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/migration_entity_groups_create_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/migration_entity_groups_delete_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/migration_entity_groups_get_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/migration_entity_groups_list_by_parent_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/operations_list_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/operations_list_minimum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/tasks_create_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/tasks_delete_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/tasks_get_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/tasks_get_summary_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/tasks_list_by_parent_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/waves_create_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/waves_delete_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/waves_get_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/waves_list_by_parent_maximum_set_gen.py Generated operation sample.
sdk/migrate/azure-mgmt-migrate/generated_samples/waves_refresh_maximum_set_gen.py Generated operation sample.

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-release When merged to main, release pipelines for this PR's changed packages trigger automatically.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants