|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 1.4.0-beta.2 (2025-05-08) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `Operation.Display` has been changed from `*OperationInfo` to `*OperationDisplay` |
| 7 | +- Type of `Operation.Origin` has been changed from `*string` to `*Origin` |
| 8 | +- Function `*ConfigurationAssignmentsClient.NewListPager` has been removed |
| 9 | +- Operation `*UpdatesClient.NewListPager` does not support pagination anymore, use `*UpdatesClient.List` instead. |
| 10 | +- Operation `*UpdatesClient.NewListParentPager` does not support pagination anymore, use `*UpdatesClient.ListParent` instead. |
| 11 | +- Struct `OperationInfo` has been removed |
| 12 | +- Struct `OperationsListResult` has been removed |
| 13 | +- Field `Properties` of struct `Operation` has been removed |
| 14 | +- Field `OperationsListResult` of struct `OperationsClientListResponse` has been removed |
| 15 | + |
| 16 | +### Features Added |
| 17 | + |
| 18 | +- New enum type `ActionType` with values `ActionTypeInternal` |
| 19 | +- New enum type `Origin` with values `OriginSystem`, `OriginUser`, `OriginUserSystem` |
| 20 | +- New struct `ErrorAdditionalInfo` |
| 21 | +- New struct `ErrorDetail` |
| 22 | +- New struct `ErrorResponse` |
| 23 | +- New struct `OperationDisplay` |
| 24 | +- New struct `OperationListResult` |
| 25 | +- New struct `ProxyResource` |
| 26 | +- New struct `TrackedResource` |
| 27 | +- New field `NextLink` in struct `ListApplyUpdate` |
| 28 | +- New field `NextLink` in struct `ListConfigurationAssignmentsResult` |
| 29 | +- New field `NextLink` in struct `ListMaintenanceConfigurationsResult` |
| 30 | +- New field `ActionType` in struct `Operation` |
| 31 | +- New anonymous field `OperationListResult` in struct `OperationsClientListResponse` |
| 32 | + |
| 33 | + |
3 | 34 | ## 1.4.0-beta.1 (2024-05-24)
|
4 | 35 | ### Features Added
|
5 | 36 |
|
|
0 commit comments