|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 2.2.0-beta.3 (2022-11-07) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Function `*ManagedClustersClient.AbortLatestOperation` has been removed |
| 7 | +- Function `*AgentPoolsClient.AbortLatestOperation` has been removed |
| 8 | +- Struct `AgentPoolsClientAbortLatestOperationOptions` has been removed |
| 9 | +- Struct `ManagedClustersClientAbortLatestOperationOptions` has been removed |
| 10 | + |
| 11 | +### Features Added |
| 12 | + |
| 13 | +- New const `NodeOSUpgradeChannelSecurityPatch` |
| 14 | +- New const `TypeFirst` |
| 15 | +- New const `NodeOSUpgradeChannelUnmanaged` |
| 16 | +- New const `EbpfDataplaneCilium` |
| 17 | +- New const `ProtocolUDP` |
| 18 | +- New const `TypeFourth` |
| 19 | +- New const `TypeThird` |
| 20 | +- New const `ManagedClusterPodIdentityProvisioningStateCanceled` |
| 21 | +- New const `ManagedClusterPodIdentityProvisioningStateSucceeded` |
| 22 | +- New const `ProtocolTCP` |
| 23 | +- New const `NodeOSUpgradeChannelNodeImage` |
| 24 | +- New const `NodeOSUpgradeChannelNone` |
| 25 | +- New const `TrustedAccessRoleBindingProvisioningStateCanceled` |
| 26 | +- New const `PrivateEndpointConnectionProvisioningStateCanceled` |
| 27 | +- New const `TypeLast` |
| 28 | +- New const `TypeSecond` |
| 29 | +- New type alias `EbpfDataplane` |
| 30 | +- New type alias `Type` |
| 31 | +- New type alias `NodeOSUpgradeChannel` |
| 32 | +- New type alias `Protocol` |
| 33 | +- New function `PossibleEbpfDataplaneValues() []EbpfDataplane` |
| 34 | +- New function `*AgentPoolsClient.BeginAbortLatestOperation(context.Context, string, string, string, *AgentPoolsClientBeginAbortLatestOperationOptions) (*runtime.Poller[AgentPoolsClientAbortLatestOperationResponse], error)` |
| 35 | +- New function `*ManagedClustersClient.BeginAbortLatestOperation(context.Context, string, string, *ManagedClustersClientBeginAbortLatestOperationOptions) (*runtime.Poller[ManagedClustersClientAbortLatestOperationResponse], error)` |
| 36 | +- New function `PossibleTypeValues() []Type` |
| 37 | +- New function `PossibleNodeOSUpgradeChannelValues() []NodeOSUpgradeChannel` |
| 38 | +- New function `PossibleProtocolValues() []Protocol` |
| 39 | +- New struct `AbsoluteMonthlySchedule` |
| 40 | +- New struct `AgentPoolsClientBeginAbortLatestOperationOptions` |
| 41 | +- New struct `DailySchedule` |
| 42 | +- New struct `DateSpan` |
| 43 | +- New struct `MaintenanceWindow` |
| 44 | +- New struct `ManagedClustersClientBeginAbortLatestOperationOptions` |
| 45 | +- New struct `PortRange` |
| 46 | +- New struct `RelativeMonthlySchedule` |
| 47 | +- New struct `Schedule` |
| 48 | +- New struct `WeeklySchedule` |
| 49 | +- New anonymous field `AgentPool` in struct `AgentPoolsClientAbortLatestOperationResponse` |
| 50 | +- New field `AllowedHostPorts` in struct `AgentPoolNetworkProfile` |
| 51 | +- New field `ApplicationSecurityGroups` in struct `AgentPoolNetworkProfile` |
| 52 | +- New field `Location` in struct `ManagedClustersClientGetCommandResultResponse` |
| 53 | +- New field `EbpfDataplane` in struct `NetworkProfile` |
| 54 | +- New anonymous field `ManagedCluster` in struct `ManagedClustersClientAbortLatestOperationResponse` |
| 55 | +- New field `CustomCATrustCertificates` in struct `ManagedClusterSecurityProfile` |
| 56 | +- New field `NodeOSUpgradeChannel` in struct `ManagedClusterAutoUpgradeProfile` |
| 57 | +- New field `MaintenanceWindow` in struct `MaintenanceConfigurationProperties` |
| 58 | + |
| 59 | + |
3 | 60 | ## 2.2.0-beta.2 (2022-09-29) |
4 | 61 | ### Features Added |
5 | 62 |
|
|
0 commit comments