|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 3.0.0 (2025-04-23) |
| 4 | + |
| 5 | +### Features Added |
| 6 | + |
| 7 | + - Client `StorageCacheManagementClient` added operation group `auto_export_jobs` |
| 8 | + - Client `StorageCacheManagementClient` added operation group `auto_import_jobs` |
| 9 | + - Model `ImportJob` added property `admin_status` |
| 10 | + - Model `ImportJob` added property `imported_files` |
| 11 | + - Model `ImportJob` added property `imported_directories` |
| 12 | + - Model `ImportJob` added property `imported_symlinks` |
| 13 | + - Model `ImportJob` added property `preexisting_files` |
| 14 | + - Model `ImportJob` added property `preexisting_directories` |
| 15 | + - Model `ImportJob` added property `preexisting_symlinks` |
| 16 | + - Model `ImportJobUpdate` added property `admin_status` |
| 17 | + - Added model `AutoExportJob` |
| 18 | + - Added enum `AutoExportJobAdminStatus` |
| 19 | + - Added enum `AutoExportJobProvisioningStateType` |
| 20 | + - Added model `AutoExportJobUpdate` |
| 21 | + - Added model `AutoExportJobsListResult` |
| 22 | + - Added enum `AutoExportStatusType` |
| 23 | + - Added model `AutoImportJob` |
| 24 | + - Added enum `AutoImportJobPropertiesAdminStatus` |
| 25 | + - Added enum `AutoImportJobPropertiesProvisioningState` |
| 26 | + - Added model `AutoImportJobPropertiesStatusBlobSyncEvents` |
| 27 | + - Added enum `AutoImportJobState` |
| 28 | + - Added model `AutoImportJobUpdate` |
| 29 | + - Added enum `AutoImportJobUpdatePropertiesAdminStatus` |
| 30 | + - Added model `AutoImportJobsListResult` |
| 31 | + - Added enum `ImportJobAdminStatus` |
| 32 | + - Added model `AutoExportJobsOperations` |
| 33 | + - Added model `AutoImportJobsOperations` |
| 34 | + - Method `AutoExportJobsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, aml_filesystem_name: str, auto_export_job_name: str, auto_export_job: AutoExportJob, content_type: str)` |
| 35 | + - Method `AutoExportJobsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, aml_filesystem_name: str, auto_export_job_name: str, auto_export_job: IO[bytes], content_type: str)` |
| 36 | + - Method `AutoExportJobsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, aml_filesystem_name: str, auto_export_job_name: str, auto_export_job: AutoExportJobUpdate, content_type: str)` |
| 37 | + - Method `AutoExportJobsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, aml_filesystem_name: str, auto_export_job_name: str, auto_export_job: IO[bytes], content_type: str)` |
| 38 | + - Method `AutoImportJobsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, aml_filesystem_name: str, auto_import_job_name: str, auto_import_job: AutoImportJob, content_type: str)` |
| 39 | + - Method `AutoImportJobsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, aml_filesystem_name: str, auto_import_job_name: str, auto_import_job: IO[bytes], content_type: str)` |
| 40 | + - Method `AutoImportJobsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, aml_filesystem_name: str, auto_import_job_name: str, auto_import_job: AutoImportJobUpdate, content_type: str)` |
| 41 | + - Method `AutoImportJobsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, aml_filesystem_name: str, auto_import_job_name: str, auto_import_job: IO[bytes], content_type: str)` |
| 42 | + |
| 43 | +### Breaking Changes |
| 44 | + |
| 45 | + - Method `ImportJob.__init__` parameter `conflict_resolution_mode` changed default value from `str` to `none` |
| 46 | + |
3 | 47 | ## 2.0.0 (2024-05-20) |
4 | 48 |
|
5 | 49 | ### Features Added |
|
0 commit comments