Skip to content

Commit 27afdb5

Browse files
authored
[Release] sdk/resourcemanager/containerservice/armcontainerservice/6.4.0-beta.1 (Azure#23848)
* [Release] sdk/resourcemanager/containerservice/armcontainerservice/6.4.0-beta.1 generation from spec commit: ab04533261eff228f28e08900445d0edef3eb70c * update live test api version * update fake * revert change
1 parent 81fbf4f commit 27afdb5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+8533
-939
lines changed

sdk/resourcemanager/containerservice/armcontainerservice/CHANGELOG.md

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

3+
## 6.4.0-beta.1 (2024-12-09)
4+
### Features Added
5+
6+
- New value `AgentPoolModeGateway` added to enum type `AgentPoolMode`
7+
- New value `AgentPoolTypeVirtualMachines` added to enum type `AgentPoolType`
8+
- New value `ManagedClusterSKUNameAutomatic` added to enum type `ManagedClusterSKUName`
9+
- New value `OSSKUMariner`, `OSSKUWindowsAnnual` added to enum type `OSSKU`
10+
- New value `OutboundTypeNone` added to enum type `OutboundType`
11+
- New value `PublicNetworkAccessSecuredByPerimeter` added to enum type `PublicNetworkAccess`
12+
- New value `SnapshotTypeManagedCluster` added to enum type `SnapshotType`
13+
- New value `WorkloadRuntimeKataMshvVMIsolation` added to enum type `WorkloadRuntime`
14+
- New enum type `AddonAutoscaling` with values `AddonAutoscalingDisabled`, `AddonAutoscalingEnabled`
15+
- New enum type `AgentPoolSSHAccess` with values `AgentPoolSSHAccessDisabled`, `AgentPoolSSHAccessLocalUser`
16+
- New enum type `ArtifactSource` with values `ArtifactSourceCache`, `ArtifactSourceDirect`
17+
- New enum type `ClusterServiceLoadBalancerHealthProbeMode` with values `ClusterServiceLoadBalancerHealthProbeModeServiceNodePort`, `ClusterServiceLoadBalancerHealthProbeModeShared`
18+
- New enum type `DriverType` with values `DriverTypeCUDA`, `DriverTypeGRID`
19+
- New enum type `GuardrailsSupport` with values `GuardrailsSupportPreview`, `GuardrailsSupportStable`
20+
- New enum type `IpvsScheduler` with values `IpvsSchedulerLeastConnection`, `IpvsSchedulerRoundRobin`
21+
- New enum type `Level` with values `LevelEnforcement`, `LevelOff`, `LevelWarning`
22+
- New enum type `Mode` with values `ModeIPTABLES`, `ModeIPVS`
23+
- New enum type `NginxIngressControllerType` with values `NginxIngressControllerTypeAnnotationControlled`, `NginxIngressControllerTypeExternal`, `NginxIngressControllerTypeInternal`, `NginxIngressControllerTypeNone`
24+
- New enum type `NodeProvisioningMode` with values `NodeProvisioningModeAuto`, `NodeProvisioningModeManual`
25+
- New enum type `Operator` with values `OperatorDoesNotExist`, `OperatorExists`, `OperatorIn`, `OperatorNotIn`
26+
- New enum type `PodIPAllocationMode` with values `PodIPAllocationModeDynamicIndividual`, `PodIPAllocationModeStaticBlock`
27+
- New enum type `PodLinkLocalAccess` with values `PodLinkLocalAccessIMDS`, `PodLinkLocalAccessNone`
28+
- New enum type `SafeguardsSupport` with values `SafeguardsSupportPreview`, `SafeguardsSupportStable`
29+
- New enum type `SeccompDefault` with values `SeccompDefaultRuntimeDefault`, `SeccompDefaultUnconfined`
30+
- New enum type `UndrainableNodeBehavior` with values `UndrainableNodeBehaviorCordon`, `UndrainableNodeBehaviorSchedule`
31+
- New function `*ClientFactory.NewLoadBalancersClient() *LoadBalancersClient`
32+
- New function `*ClientFactory.NewManagedClusterSnapshotsClient() *ManagedClusterSnapshotsClient`
33+
- New function `*ClientFactory.NewOperationStatusResultClient() *OperationStatusResultClient`
34+
- New function `NewLoadBalancersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LoadBalancersClient, error)`
35+
- New function `*LoadBalancersClient.CreateOrUpdate(context.Context, string, string, string, LoadBalancer, *LoadBalancersClientCreateOrUpdateOptions) (LoadBalancersClientCreateOrUpdateResponse, error)`
36+
- New function `*LoadBalancersClient.BeginDelete(context.Context, string, string, string, *LoadBalancersClientBeginDeleteOptions) (*runtime.Poller[LoadBalancersClientDeleteResponse], error)`
37+
- New function `*LoadBalancersClient.Get(context.Context, string, string, string, *LoadBalancersClientGetOptions) (LoadBalancersClientGetResponse, error)`
38+
- New function `*LoadBalancersClient.NewListByManagedClusterPager(string, string, *LoadBalancersClientListByManagedClusterOptions) *runtime.Pager[LoadBalancersClientListByManagedClusterResponse]`
39+
- New function `NewManagedClusterSnapshotsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ManagedClusterSnapshotsClient, error)`
40+
- New function `*ManagedClusterSnapshotsClient.CreateOrUpdate(context.Context, string, string, ManagedClusterSnapshot, *ManagedClusterSnapshotsClientCreateOrUpdateOptions) (ManagedClusterSnapshotsClientCreateOrUpdateResponse, error)`
41+
- New function `*ManagedClusterSnapshotsClient.Delete(context.Context, string, string, *ManagedClusterSnapshotsClientDeleteOptions) (ManagedClusterSnapshotsClientDeleteResponse, error)`
42+
- New function `*ManagedClusterSnapshotsClient.Get(context.Context, string, string, *ManagedClusterSnapshotsClientGetOptions) (ManagedClusterSnapshotsClientGetResponse, error)`
43+
- New function `*ManagedClusterSnapshotsClient.NewListByResourceGroupPager(string, *ManagedClusterSnapshotsClientListByResourceGroupOptions) *runtime.Pager[ManagedClusterSnapshotsClientListByResourceGroupResponse]`
44+
- New function `*ManagedClusterSnapshotsClient.NewListPager(*ManagedClusterSnapshotsClientListOptions) *runtime.Pager[ManagedClusterSnapshotsClientListResponse]`
45+
- New function `*ManagedClusterSnapshotsClient.UpdateTags(context.Context, string, string, TagsObject, *ManagedClusterSnapshotsClientUpdateTagsOptions) (ManagedClusterSnapshotsClientUpdateTagsResponse, error)`
46+
- New function `*ManagedClustersClient.GetGuardrailsVersions(context.Context, string, string, *ManagedClustersClientGetGuardrailsVersionsOptions) (ManagedClustersClientGetGuardrailsVersionsResponse, error)`
47+
- New function `*ManagedClustersClient.GetSafeguardsVersions(context.Context, string, string, *ManagedClustersClientGetSafeguardsVersionsOptions) (ManagedClustersClientGetSafeguardsVersionsResponse, error)`
48+
- New function `*ManagedClustersClient.NewListGuardrailsVersionsPager(string, *ManagedClustersClientListGuardrailsVersionsOptions) *runtime.Pager[ManagedClustersClientListGuardrailsVersionsResponse]`
49+
- New function `*ManagedClustersClient.NewListSafeguardsVersionsPager(string, *ManagedClustersClientListSafeguardsVersionsOptions) *runtime.Pager[ManagedClustersClientListSafeguardsVersionsResponse]`
50+
- New function `*ManagedClustersClient.BeginRebalanceLoadBalancers(context.Context, string, string, RebalanceLoadBalancersRequestBody, *ManagedClustersClientBeginRebalanceLoadBalancersOptions) (*runtime.Poller[ManagedClustersClientRebalanceLoadBalancersResponse], error)`
51+
- New function `NewOperationStatusResultClient(string, azcore.TokenCredential, *arm.ClientOptions) (*OperationStatusResultClient, error)`
52+
- New function `*OperationStatusResultClient.Get(context.Context, string, string, string, *OperationStatusResultClientGetOptions) (OperationStatusResultClientGetResponse, error)`
53+
- New function `*OperationStatusResultClient.GetByAgentPool(context.Context, string, string, string, string, *OperationStatusResultClientGetByAgentPoolOptions) (OperationStatusResultClientGetByAgentPoolResponse, error)`
54+
- New function `*OperationStatusResultClient.NewListPager(string, string, *OperationStatusResultClientListOptions) *runtime.Pager[OperationStatusResultClientListResponse]`
55+
- New struct `AgentPoolArtifactStreamingProfile`
56+
- New struct `AgentPoolGPUProfile`
57+
- New struct `AgentPoolGatewayProfile`
58+
- New struct `AutoScaleProfile`
59+
- New struct `Component`
60+
- New struct `ComponentsByRelease`
61+
- New struct `ErrorAdditionalInfo`
62+
- New struct `ErrorDetail`
63+
- New struct `GuardrailsAvailableVersion`
64+
- New struct `GuardrailsAvailableVersionsList`
65+
- New struct `GuardrailsAvailableVersionsProperties`
66+
- New struct `LabelSelector`
67+
- New struct `LabelSelectorRequirement`
68+
- New struct `LoadBalancer`
69+
- New struct `LoadBalancerListResult`
70+
- New struct `LoadBalancerProperties`
71+
- New struct `ManagedClusterAIToolchainOperatorProfile`
72+
- New struct `ManagedClusterAzureMonitorProfileAppMonitoring`
73+
- New struct `ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation`
74+
- New struct `ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs`
75+
- New struct `ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics`
76+
- New struct `ManagedClusterAzureMonitorProfileContainerInsights`
77+
- New struct `ManagedClusterBootstrapProfile`
78+
- New struct `ManagedClusterIngressProfileNginx`
79+
- New struct `ManagedClusterNodeProvisioningProfile`
80+
- New struct `ManagedClusterPropertiesForSnapshot`
81+
- New struct `ManagedClusterSecurityProfileImageIntegrity`
82+
- New struct `ManagedClusterSecurityProfileNodeRestriction`
83+
- New struct `ManagedClusterSnapshot`
84+
- New struct `ManagedClusterSnapshotListResult`
85+
- New struct `ManagedClusterSnapshotProperties`
86+
- New struct `ManagedClusterStaticEgressGatewayProfile`
87+
- New struct `ManualScaleProfile`
88+
- New struct `NetworkProfileForSnapshot`
89+
- New struct `NetworkProfileKubeProxyConfig`
90+
- New struct `NetworkProfileKubeProxyConfigIpvsConfig`
91+
- New struct `OperationStatusResult`
92+
- New struct `OperationStatusResultList`
93+
- New struct `RebalanceLoadBalancersRequestBody`
94+
- New struct `SafeguardsAvailableVersion`
95+
- New struct `SafeguardsAvailableVersionsList`
96+
- New struct `SafeguardsAvailableVersionsProperties`
97+
- New struct `SafeguardsProfile`
98+
- New struct `ScaleProfile`
99+
- New struct `VirtualMachineNodes`
100+
- New struct `VirtualMachinesProfile`
101+
- New field `SSHAccess` in struct `AgentPoolSecurityProfile`
102+
- New field `ComponentsByReleases` in struct `AgentPoolUpgradeProfileProperties`
103+
- New field `MaxUnavailable`, `UndrainableNodeBehavior` in struct `AgentPoolUpgradeSettings`
104+
- New field `SeccompDefault` in struct `KubeletConfig`
105+
- New field `Kind` in struct `ManagedCluster`
106+
- New field `EnableVnetIntegration`, `SubnetID` in struct `ManagedClusterAPIServerAccessProfile`
107+
- New field `ArtifactStreamingProfile`, `EnableCustomCATrust`, `GatewayProfile`, `GpuProfile`, `MessageOfTheDay`, `NodeInitializationTaints`, `PodIPAllocationMode`, `VirtualMachineNodesStatus`, `VirtualMachinesProfile` in struct `ManagedClusterAgentPoolProfile`
108+
- New field `ArtifactStreamingProfile`, `EnableCustomCATrust`, `GatewayProfile`, `GpuProfile`, `MessageOfTheDay`, `NodeInitializationTaints`, `PodIPAllocationMode`, `VirtualMachineNodesStatus`, `VirtualMachinesProfile` in struct `ManagedClusterAgentPoolProfileProperties`
109+
- New field `AppMonitoring`, `ContainerInsights` in struct `ManagedClusterAzureMonitorProfile`
110+
- New field `EffectiveNoProxy` in struct `ManagedClusterHTTPProxyConfig`
111+
- New field `Nginx` in struct `ManagedClusterIngressProfileWebAppRouting`
112+
- New field `ClusterServiceLoadBalancerHealthProbeMode` in struct `ManagedClusterLoadBalancerProfile`
113+
- New field `ComponentsByReleases` in struct `ManagedClusterPoolUpgradeProfile`
114+
- New field `AiToolchainOperatorProfile`, `BootstrapProfile`, `CreationData`, `EnableNamespaceResources`, `NodeProvisioningProfile`, `SafeguardsProfile` in struct `ManagedClusterProperties`
115+
- New field `CustomCATrustCertificates`, `ImageIntegrity`, `NodeRestriction` in struct `ManagedClusterSecurityProfile`
116+
- New field `Version` in struct `ManagedClusterStorageProfileDiskCSIDriver`
117+
- New field `AddonAutoscaling` in struct `ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler`
118+
- New field `IgnorePodDisruptionBudget` in struct `ManagedClustersClientBeginDeleteOptions`
119+
- New field `KubeProxyConfig`, `PodLinkLocalAccess`, `StaticEgressGatewayProfile` in struct `NetworkProfile`
120+
121+
3122
## 6.3.0 (2024-11-18)
4123
### Features Added
5124

0 commit comments

Comments
 (0)