|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 4.7.0-beta.2 (2024-01-16) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Struct `GuardrailsProfile` has been removed |
| 7 | +- Field `GuardrailsProfile` of struct `ManagedClusterProperties` has been removed |
| 8 | + |
| 9 | +### Features Added |
| 10 | + |
| 11 | +- New enum type `EventStatus` with values `EventStatusCancelled`, `EventStatusCompleted`, `EventStatusFailed`, `EventStatusScheduled`, `EventStatusStarted` |
| 12 | +- New enum type `ResourceType` with values `ResourceTypeAgentPool`, `ResourceTypeManagedCluster` |
| 13 | +- New enum type `SafeguardsSupport` with values `SafeguardsSupportPreview`, `SafeguardsSupportStable` |
| 14 | +- New function `*ClientFactory.NewScheduledEventsClient() *ScheduledEventsClient` |
| 15 | +- New function `*ManagedClustersClient.GetSafeguardsVersions(context.Context, string, string, *ManagedClustersClientGetSafeguardsVersionsOptions) (ManagedClustersClientGetSafeguardsVersionsResponse, error)` |
| 16 | +- New function `*ManagedClustersClient.NewListSafeguardsVersionsPager(string, *ManagedClustersClientListSafeguardsVersionsOptions) *runtime.Pager[ManagedClustersClientListSafeguardsVersionsResponse]` |
| 17 | +- New function `NewScheduledEventsClient(string, string, azcore.TokenCredential, *arm.ClientOptions) (*ScheduledEventsClient, error)` |
| 18 | +- New function `*ScheduledEventsClient.Get(context.Context, string, string, *ScheduledEventsClientGetOptions) (ScheduledEventsClientGetResponse, error)` |
| 19 | +- New function `*ScheduledEventsClient.NewListPager(string, string, *ScheduledEventsClientListOptions) *runtime.Pager[ScheduledEventsClientListResponse]` |
| 20 | +- New struct `SafeguardsAvailableVersion` |
| 21 | +- New struct `SafeguardsAvailableVersionsList` |
| 22 | +- New struct `SafeguardsAvailableVersionsProperties` |
| 23 | +- New struct `SafeguardsProfile` |
| 24 | +- New struct `ScheduledEvent` |
| 25 | +- New struct `ScheduledEventList` |
| 26 | +- New struct `ScheduledEventProperties` |
| 27 | +- New field `EnableSecureBoot`, `EnableVTPM` in struct `AgentPoolSecurityProfile` |
| 28 | +- New field `SafeguardsProfile` in struct `ManagedClusterProperties` |
| 29 | + |
| 30 | + |
3 | 31 | ## 4.7.0-beta.1 (2023-12-22)
|
4 | 32 | ### Features Added
|
5 | 33 |
|
|
0 commit comments