Skip to content

Commit bc59405

Browse files
author
SDKAuto
committed
CodeGen from PR 34279 in Azure/azure-rest-api-specs
Merge e92c4d43e01d5a6cbc369eca40d11dbb555bb26a into 4c0f7731c93696af01bd2bb9927bf28d2afcbc98
1 parent 09e316f commit bc59405

File tree

7 files changed

+84
-39
lines changed

7 files changed

+84
-39
lines changed

sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/CHANGELOG.md

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

3+
## 2.0.0 (2025-04-28)
4+
### Breaking Changes
5+
6+
- Type of `ErrorAdditionalInfo.Info` has been changed from `any` to `*ErrorAdditionalInfoInfo`
7+
- `ManagedServiceIdentityTypeSystemAssignedUserAssigned` from enum `ManagedServiceIdentityType` has been removed
8+
- Function `*FleetMembersClient.BeginUpdate` has been removed
9+
- Function `*FleetsClient.BeginCreateOrUpdate` has been removed
10+
- Function `*FleetsClient.BeginUpdate` has been removed
11+
12+
### Features Added
13+
14+
- New value `ManagedServiceIdentityTypeSystemAndUserAssigned` added to enum type `ManagedServiceIdentityType`
15+
- New value `NodeImageSelectionTypeCustom` added to enum type `NodeImageSelectionType`
16+
- New enum type `AutoUpgradeLastTriggerStatus` with values `AutoUpgradeLastTriggerStatusFailed`, `AutoUpgradeLastTriggerStatusSucceeded`
17+
- New enum type `AutoUpgradeNodeImageSelectionType` with values `AutoUpgradeNodeImageSelectionTypeConsistent`, `AutoUpgradeNodeImageSelectionTypeLatest`
18+
- New enum type `AutoUpgradeProfileProvisioningState` with values `AutoUpgradeProfileProvisioningStateCanceled`, `AutoUpgradeProfileProvisioningStateFailed`, `AutoUpgradeProfileProvisioningStateSucceeded`
19+
- New enum type `UpgradeChannel` with values `UpgradeChannelNodeImage`, `UpgradeChannelRapid`, `UpgradeChannelStable`
20+
- New function `NewAutoUpgradeProfileOperationsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AutoUpgradeProfileOperationsClient, error)`
21+
- New function `*AutoUpgradeProfileOperationsClient.BeginGenerateUpdateRun(context.Context, string, string, string, *AutoUpgradeProfileOperationsClientBeginGenerateUpdateRunOptions) (*runtime.Poller[AutoUpgradeProfileOperationsClientGenerateUpdateRunResponse], error)`
22+
- New function `NewAutoUpgradeProfilesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AutoUpgradeProfilesClient, error)`
23+
- New function `*AutoUpgradeProfilesClient.BeginCreateOrUpdate(context.Context, string, string, string, AutoUpgradeProfile, *AutoUpgradeProfilesClientBeginCreateOrUpdateOptions) (*runtime.Poller[AutoUpgradeProfilesClientCreateOrUpdateResponse], error)`
24+
- New function `*AutoUpgradeProfilesClient.BeginDelete(context.Context, string, string, string, *AutoUpgradeProfilesClientBeginDeleteOptions) (*runtime.Poller[AutoUpgradeProfilesClientDeleteResponse], error)`
25+
- New function `*AutoUpgradeProfilesClient.Get(context.Context, string, string, string, *AutoUpgradeProfilesClientGetOptions) (AutoUpgradeProfilesClientGetResponse, error)`
26+
- New function `*AutoUpgradeProfilesClient.NewListByFleetPager(string, string, *AutoUpgradeProfilesClientListByFleetOptions) *runtime.Pager[AutoUpgradeProfilesClientListByFleetResponse]`
27+
- New function `*ClientFactory.NewAutoUpgradeProfileOperationsClient() *AutoUpgradeProfileOperationsClient`
28+
- New function `*ClientFactory.NewAutoUpgradeProfilesClient() *AutoUpgradeProfilesClient`
29+
- New function `*FleetMembersClient.BeginUpdateAsync(context.Context, string, string, string, FleetMemberUpdate, *FleetMembersClientBeginUpdateAsyncOptions) (*runtime.Poller[FleetMembersClientUpdateAsyncResponse], error)`
30+
- New function `*FleetsClient.BeginCreate(context.Context, string, string, Fleet, *FleetsClientBeginCreateOptions) (*runtime.Poller[FleetsClientCreateResponse], error)`
31+
- New function `*FleetsClient.BeginUpdateAsync(context.Context, string, string, FleetPatch, *FleetsClientBeginUpdateAsyncOptions) (*runtime.Poller[FleetsClientUpdateAsyncResponse], error)`
32+
- New struct `AutoUpgradeNodeImageSelection`
33+
- New struct `AutoUpgradeProfile`
34+
- New struct `AutoUpgradeProfileListResult`
35+
- New struct `AutoUpgradeProfileProperties`
36+
- New struct `AutoUpgradeProfileStatus`
37+
- New struct `ErrorAdditionalInfoInfo`
38+
- New struct `FleetMemberStatus`
39+
- New struct `FleetStatus`
40+
- New struct `GenerateResponse`
41+
- New field `EnableVnetIntegration`, `SubnetID` in struct `APIServerAccessProfile`
42+
- New field `Status` in struct `FleetMemberProperties`
43+
- New field `Status` in struct `FleetProperties`
44+
- New field `CustomNodeImageVersions` in struct `NodeImageSelection`
45+
- New field `AutoUpgradeProfileID` in struct `UpdateRunProperties`
46+
47+
348
## 2.0.0 (2025-04-15)
449
### Breaking Changes
550

sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/autoupgradeprofiles_client_example_test.go

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

sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/fleetmembers_client_example_test.go

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

sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/fleets_client_example_test.go

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

sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/fleetupdatestrategies_client_example_test.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
directory: specification/containerservice/Fleet.Management
2-
commit: 734445e0b59147a65865cd88b5674ddb5e62f9ba
2+
commit: 8a73c67322696b6f631daa0c9c4465167b80a44d
33
repo: Azure/azure-rest-api-specs
4-
additionalDirectories:
4+
additionalDirectories:

sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/updateruns_client_example_test.go

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

0 commit comments

Comments
 (0)