|
1 | 1 | # Release History
|
2 | 2 |
|
| 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 | + |
3 | 48 | ## 2.0.0 (2025-04-15)
|
4 | 49 | ### Breaking Changes
|
5 | 50 |
|
|
0 commit comments