|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 11.0.0b1 (2026-06-02) |
| 4 | + |
| 5 | +### Features Added |
| 6 | + |
| 7 | + - Client `DataMigrationManagementClient` added parameter `cloud_setting` in method `__init__` |
| 8 | + - Client `DataMigrationManagementClient` added method `send_request` |
| 9 | + - Model `DatabaseMigrationProperties` added property `sql_server_instance_id` |
| 10 | + - Model `DatabaseMigrationPropertiesSqlDb` added property `sql_server_instance_id` |
| 11 | + - Model `DatabaseMigrationPropertiesSqlMi` added property `sql_server_instance_id` |
| 12 | + - Model `DatabaseMigrationPropertiesSqlVm` added property `sql_server_instance_id` |
| 13 | + - Enum `ResourceType` added member `DATABASE_MIGRATION_PROPERTIES` |
| 14 | + |
| 15 | +### Breaking Changes |
| 16 | + |
| 17 | + - This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration. |
| 18 | + - For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration. |
| 19 | + - Model `DatabaseMigrationCosmosDbMongo` moved instance variable `kind`, `scope`, `provisioning_state`, `migration_status`, `started_on`, `ended_on`, `migration_service`, `migration_operation_id`, `migration_failure_error`, `provisioning_error`, `source_mongo_connection`, `target_mongo_connection` and `collection_list` under property `properties` whose type is `DatabaseMigrationPropertiesCosmosDbMongo` |
| 20 | + - Model `ResourceSkuRestrictions` renamed its instance variable `values` to `values_property` |
| 21 | + - Method `DatabaseMigrationsMongoToCosmosDbRUMongoOperations.begin_delete` changed its parameter `force` from `positional_or_keyword` to `keyword_only` |
| 22 | + - Method `DatabaseMigrationsMongoToCosmosDbvCoreMongoOperations.begin_delete` changed its parameter `force` from `positional_or_keyword` to `keyword_only` |
| 23 | + - Method `DatabaseMigrationsSqlDbOperations.begin_delete` changed its parameter `force` from `positional_or_keyword` to `keyword_only` |
| 24 | + - Method `DatabaseMigrationsSqlDbOperations.get` changed its parameter `migration_operation_id`/`expand` from `positional_or_keyword` to `keyword_only` |
| 25 | + - Method `DatabaseMigrationsSqlMiOperations.begin_delete` changed its parameter `force` from `positional_or_keyword` to `keyword_only` |
| 26 | + - Method `DatabaseMigrationsSqlMiOperations.get` changed its parameter `migration_operation_id`/`expand` from `positional_or_keyword` to `keyword_only` |
| 27 | + - Method `DatabaseMigrationsSqlVmOperations.begin_delete` changed its parameter `force` from `positional_or_keyword` to `keyword_only` |
| 28 | + - Method `DatabaseMigrationsSqlVmOperations.get` changed its parameter `migration_operation_id`/`expand` from `positional_or_keyword` to `keyword_only` |
| 29 | + - Method `ProjectsOperations.delete` changed its parameter `delete_running_tasks` from `positional_or_keyword` to `keyword_only` |
| 30 | + - Method `ServiceTasksOperations.delete` changed its parameter `delete_running_tasks` from `positional_or_keyword` to `keyword_only` |
| 31 | + - Method `ServiceTasksOperations.get` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 32 | + - Method `ServiceTasksOperations.list` changed its parameter `task_type` from `positional_or_keyword` to `keyword_only` |
| 33 | + - Method `ServicesOperations.begin_delete` changed its parameter `delete_running_tasks` from `positional_or_keyword` to `keyword_only` |
| 34 | + - Method `TasksOperations.delete` changed its parameter `delete_running_tasks` from `positional_or_keyword` to `keyword_only` |
| 35 | + - Method `TasksOperations.get` changed its parameter `expand` from `positional_or_keyword` to `keyword_only` |
| 36 | + - Method `TasksOperations.list` changed its parameter `task_type` from `positional_or_keyword` to `keyword_only` |
| 37 | + |
| 38 | +### Other Changes |
| 39 | + |
| 40 | + - Deleted model `DataMigrationServiceList`/`FileList`/`ProjectList`/`QuotaList`/`ResourceSkusResult`/`ServiceOperationList`/`ServiceSkuList`/`TaskList` which actually were not used by SDK users |
| 41 | + - Deleted model `DataItemMigrationSummaryResult`/`DataMigrationError`/`DataMigrationProjectMetadata`/`Database`/`DatabaseFileInput`/`DatabaseObjectName`/`DatabaseSummaryResult`/`GetProjectDetailsNonSqlTaskInput`/`MigrateSqlServerDatabaseInput`/`MigrationTableMetadata`/`MigrationValidationDatabaseLevelResult`/`NonSqlDataMigrationTable`/`NonSqlDataMigrationTableResult`/`NonSqlMigrationTaskInput`/`NonSqlMigrationTaskOutput`/`ProxyResourceAutoGenerated`/`ResourceAutoGenerated`/`ServiceOperation`/`ServiceOperationDisplay`/`StartMigrationScenarioServerRoleResult`/`SystemDataAutoGenerated`/`TrackedResourceAutoGenerated` which actually were not used by SDK users |
| 42 | + - Deleted enum `DataMigrationResultCode`/`ErrorType` which actually were not used by SDK users |
| 43 | + |
3 | 44 | ## 10.1.0 (2025-09-22) |
4 | 45 |
|
5 | 46 | ### Features Added |
|
0 commit comments