Skip to content

Commit 819bf70

Browse files
author
SDKAuto
committed
CodeGen from PR 21439 in Azure/azure-rest-api-specs
Merge 1965073dcfea246d46020d55d1502874129e9a4c into e77f2f011a17a05457e14a0e78b10c100337a557
1 parent a53adbe commit 819bf70

36 files changed

+919
-5467
lines changed

sdk/resourcemanager/containerservice/armcontainerservice/CHANGELOG.md

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

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+
360
## 2.2.0-beta.2 (2022-09-29)
461
### Features Added
562

sdk/resourcemanager/containerservice/armcontainerservice/agentpools_client.go

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

0 commit comments

Comments
 (0)