Skip to content

Commit dadf498

Browse files
author
SDKAuto
committed
CodeGen from PR 34496 in Azure/azure-rest-api-specs
Merge a415cfd42dcfac1332d07730ae98c7413e680b34 into 532b1b8f4efdb960efce95c6694164303d79a3fc
1 parent 9e8eb1f commit dadf498

File tree

50 files changed

+1462
-2996
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1462
-2996
lines changed

sdk/resourcemanager/maintenance/armmaintenance/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Release History
22

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+
340
## 1.4.0-beta.1 (2024-05-24)
441
### Features Added
542

sdk/resourcemanager/maintenance/armmaintenance/applyupdateforresourcegroup_client.go

Lines changed: 9 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/maintenance/armmaintenance/applyupdateforresourcegroup_client_example_test.go

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)