|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 1.1.0 (2022-08-19) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New const `RunLocationUsgovvirginia` |
| 7 | +- New const `JobDefinitionStateCreated` |
| 8 | +- New const `JobDefinitionStateRunning` |
| 9 | +- New const `JobStatusCancelledRetried` |
| 10 | +- New const `JobDefinitionStateCancelled` |
| 11 | +- New const `JobDefinitionStateWaiting` |
| 12 | +- New const `JobStatusWaiting` |
| 13 | +- New const `JobDefinitionStateComplete` |
| 14 | +- New const `JobStatusFailedSkipped` |
| 15 | +- New const `JobStatusCancelledSkipped` |
| 16 | +- New const `RunLocationUsgovtexas` |
| 17 | +- New const `JobDefinitionStatePaused` |
| 18 | +- New const `JobStatusFailedRetried` |
| 19 | +- New const `JobDefinitionStateQueueing` |
| 20 | +- New const `JobDefinitionStateCancelling` |
| 21 | +- New type alias `JobDefinitionState` |
| 22 | +- New function `PossibleJobDefinitionStateValues() []JobDefinitionState` |
| 23 | +- New function `*JobDefinitionsClient.SkipJob(context.Context, string, string, string, string, *JobDefinitionsClientSkipJobOptions) (JobDefinitionsClientSkipJobResponse, error)` |
| 24 | +- New function `*JobDefinitionsClient.Cancel(context.Context, string, string, string, string, *JobDefinitionsClientCancelOptions) (JobDefinitionsClientCancelResponse, error)` |
| 25 | +- New function `*JobDefinitionsClient.RetryJob(context.Context, string, string, string, string, *JobDefinitionsClientRetryJobOptions) (JobDefinitionsClientRetryJobResponse, error)` |
| 26 | +- New struct `CloudError` |
| 27 | +- New struct `CloudErrorBody` |
| 28 | +- New struct `JobDefinitionsClientCancelOptions` |
| 29 | +- New struct `JobDefinitionsClientCancelResponse` |
| 30 | +- New struct `JobDefinitionsClientRetryJobOptions` |
| 31 | +- New struct `JobDefinitionsClientRetryJobResponse` |
| 32 | +- New struct `JobDefinitionsClientSkipJobOptions` |
| 33 | +- New struct `JobDefinitionsClientSkipJobResponse` |
| 34 | +- New field `ActionType` in struct `AvailableProviderOperation` |
| 35 | +- New field `IsDataAction` in struct `AvailableProviderOperation` |
| 36 | +- New field `JobDefinitionSchemaVersion` in struct `JobDefinitionProperties` |
| 37 | +- New field `JobDefinitionState` in struct `JobDefinitionProperties` |
| 38 | +- New field `CleanupComputeStartTime` in struct `JobProperties` |
| 39 | +- New field `PurgeDetectionStartTime` in struct `JobProperties` |
| 40 | +- New field `ItemsDeleted` in struct `JobProperties` |
| 41 | +- New field `EstimationEndTime` in struct `JobProperties` |
| 42 | +- New field `PostEstimationStartTime` in struct `JobProperties` |
| 43 | +- New field `PostCopyEndTime` in struct `JobProperties` |
| 44 | +- New field `PostEstimationEndTime` in struct `JobProperties` |
| 45 | +- New field `BackupStartTime` in struct `JobProperties` |
| 46 | +- New field `CopyConfigureComputeStartTime` in struct `JobProperties` |
| 47 | +- New field `EstimationConfigureComputeStartTime` in struct `JobProperties` |
| 48 | +- New field `BytesCopied` in struct `JobProperties` |
| 49 | +- New field `PostCopyStartTime` in struct `JobProperties` |
| 50 | +- New field `CopyStartTime` in struct `JobProperties` |
| 51 | +- New field `FilesDeletedCounter` in struct `JobProperties` |
| 52 | +- New field `TotalItemsToDelete` in struct `JobProperties` |
| 53 | +- New field `BackupEndTime` in struct `JobProperties` |
| 54 | +- New field `PurgeDetectionEndTime` in struct `JobProperties` |
| 55 | +- New field `FilesCopiedCounter` in struct `JobProperties` |
| 56 | +- New field `CopyEndTime` in struct `JobProperties` |
| 57 | +- New field `DirectoryParserEndTime` in struct `JobProperties` |
| 58 | +- New field `CopyErrors` in struct `JobProperties` |
| 59 | +- New field `DirectoryParserStartTime` in struct `JobProperties` |
| 60 | +- New field `EstimationStartTime` in struct `JobProperties` |
| 61 | +- New field `EstimationConfigureComputeEndTime` in struct `JobProperties` |
| 62 | +- New field `CleanupComputeEndTime` in struct `JobProperties` |
| 63 | +- New field `CopyConfigureComputeEndTime` in struct `JobProperties` |
| 64 | +- New field `UnsupportedFiles` in struct `JobProperties` |
| 65 | + |
| 66 | + |
3 | 67 | ## 1.0.0 (2022-05-18) |
4 | 68 |
|
5 | 69 | The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/hybriddatamanager/armhybriddatamanager` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 1.0.0, which contains breaking changes. |
|
0 commit comments