|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 4.1.0 (2024-07-24) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New enum type `AutoExportJobAdminStatus` with values `AutoExportJobAdminStatusDisable`, `AutoExportJobAdminStatusEnable` |
| 7 | +- New enum type `AutoExportJobProvisioningStateType` with values `AutoExportJobProvisioningStateTypeCanceled`, `AutoExportJobProvisioningStateTypeCreating`, `AutoExportJobProvisioningStateTypeDeleting`, `AutoExportJobProvisioningStateTypeFailed`, `AutoExportJobProvisioningStateTypeSucceeded`, `AutoExportJobProvisioningStateTypeUpdating` |
| 8 | +- New enum type `AutoExportStatusType` with values `AutoExportStatusTypeDisableFailed`, `AutoExportStatusTypeDisabled`, `AutoExportStatusTypeDisabling`, `AutoExportStatusTypeFailed`, `AutoExportStatusTypeInProgress` |
| 9 | +- New enum type `ImportJobAdminStatus` with values `ImportJobAdminStatusDisable`, `ImportJobAdminStatusEnable` |
| 10 | +- New function `NewAutoExportJobsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AutoExportJobsClient, error)` |
| 11 | +- New function `*AutoExportJobsClient.BeginCreateOrUpdate(context.Context, string, string, string, AutoExportJob, *AutoExportJobsClientBeginCreateOrUpdateOptions) (*runtime.Poller[AutoExportJobsClientCreateOrUpdateResponse], error)` |
| 12 | +- New function `*AutoExportJobsClient.BeginDelete(context.Context, string, string, string, *AutoExportJobsClientBeginDeleteOptions) (*runtime.Poller[AutoExportJobsClientDeleteResponse], error)` |
| 13 | +- New function `*AutoExportJobsClient.Get(context.Context, string, string, string, *AutoExportJobsClientGetOptions) (AutoExportJobsClientGetResponse, error)` |
| 14 | +- New function `*AutoExportJobsClient.NewListByAmlFilesystemPager(string, string, *AutoExportJobsClientListByAmlFilesystemOptions) *runtime.Pager[AutoExportJobsClientListByAmlFilesystemResponse]` |
| 15 | +- New function `*AutoExportJobsClient.BeginUpdate(context.Context, string, string, string, AutoExportJobUpdate, *AutoExportJobsClientBeginUpdateOptions) (*runtime.Poller[AutoExportJobsClientUpdateResponse], error)` |
| 16 | +- New function `*ClientFactory.NewAutoExportJobsClient() *AutoExportJobsClient` |
| 17 | +- New struct `AutoExportJob` |
| 18 | +- New struct `AutoExportJobProperties` |
| 19 | +- New struct `AutoExportJobPropertiesStatus` |
| 20 | +- New struct `AutoExportJobUpdate` |
| 21 | +- New struct `AutoExportJobsListResult` |
| 22 | +- New field `AdminStatus` in struct `ImportJobProperties` |
| 23 | +- New field `ImportedDirectories`, `ImportedFiles`, `ImportedSymlinks`, `PreexistingDirectories`, `PreexistingFiles`, `PreexistingSymlinks` in struct `ImportJobPropertiesStatus` |
| 24 | + |
| 25 | + |
3 | 26 | ## 4.0.0 (2024-05-24) |
4 | 27 | ### Breaking Changes |
5 | 28 |
|
|
0 commit comments