|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 2.0.0-beta.1 (2024-09-20) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `FleetMemberUpdate.Properties` has been changed from `*FleetMemberUpdateProperties` to `*FleetMemberPropertiesUpdate` |
| 7 | +- Type of `FleetPatch.Identity` has been changed from `*ManagedServiceIdentity` to `*AzureResourceManagerLegacyManagedServiceIdentityV4Update` |
| 8 | +- Struct `FleetMemberUpdateProperties` has been removed |
| 9 | + |
| 10 | +### Features Added |
| 11 | + |
| 12 | +- New value `NodeImageSelectionTypeCustom` added to enum type `NodeImageSelectionType` |
| 13 | +- New enum type `AutoUpgradeNodeImageSelectionType` with values `AutoUpgradeNodeImageSelectionTypeConsistent`, `AutoUpgradeNodeImageSelectionTypeLatest` |
| 14 | +- New enum type `AutoUpgradeProfileProvisioningState` with values `AutoUpgradeProfileProvisioningStateCanceled`, `AutoUpgradeProfileProvisioningStateFailed`, `AutoUpgradeProfileProvisioningStateSucceeded` |
| 15 | +- New enum type `UpgradeChannel` with values `UpgradeChannelNodeImage`, `UpgradeChannelRapid`, `UpgradeChannelStable` |
| 16 | +- New function `NewAutoUpgradeProfilesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AutoUpgradeProfilesClient, error)` |
| 17 | +- New function `*AutoUpgradeProfilesClient.BeginCreateOrUpdate(context.Context, string, string, string, AutoUpgradeProfile, *AutoUpgradeProfilesClientBeginCreateOrUpdateOptions) (*runtime.Poller[AutoUpgradeProfilesClientCreateOrUpdateResponse], error)` |
| 18 | +- New function `*AutoUpgradeProfilesClient.BeginDelete(context.Context, string, string, string, *AutoUpgradeProfilesClientBeginDeleteOptions) (*runtime.Poller[AutoUpgradeProfilesClientDeleteResponse], error)` |
| 19 | +- New function `*AutoUpgradeProfilesClient.Get(context.Context, string, string, string, *AutoUpgradeProfilesClientGetOptions) (AutoUpgradeProfilesClientGetResponse, error)` |
| 20 | +- New function `*AutoUpgradeProfilesClient.NewListByFleetPager(string, string, *AutoUpgradeProfilesClientListByFleetOptions) *runtime.Pager[AutoUpgradeProfilesClientListByFleetResponse]` |
| 21 | +- New function `*ClientFactory.NewAutoUpgradeProfilesClient() *AutoUpgradeProfilesClient` |
| 22 | +- New struct `AutoUpgradeNodeImageSelection` |
| 23 | +- New struct `AutoUpgradeProfile` |
| 24 | +- New struct `AutoUpgradeProfileListResult` |
| 25 | +- New struct `AutoUpgradeProfileProperties` |
| 26 | +- New struct `AzureResourceManagerLegacyManagedServiceIdentityV4Update` |
| 27 | +- New struct `FleetMemberPropertiesUpdate` |
| 28 | +- New field `EnableVnetIntegration`, `SubnetID` in struct `APIServerAccessProfile` |
| 29 | +- New field `ID`, `Name`, `SystemData`, `Type` in struct `FleetMemberUpdate` |
| 30 | +- New field `CustomNodeImageVersions` in struct `NodeImageSelection` |
| 31 | + |
| 32 | + |
3 | 33 | ## 1.2.0 (2024-05-24) |
4 | 34 | ### Features Added |
5 | 35 |
|
|
0 commit comments