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