Skip to content

Commit

Permalink
CodeGen from PR 29902 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 2c8f3635b8bfe815bb648cf9d2519cfe49f1afc2 into 366ed7de1455cba74159b7686de03b14c49e1bff
  • Loading branch information
SDKAuto committed Jul 19, 2024
1 parent bb29bbb commit 6044f61
Show file tree
Hide file tree
Showing 41 changed files with 1,890 additions and 14,546 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,58 @@
# Release History

## 5.1.0-beta.2 (2024-07-19)
### Breaking Changes

- Function `*ManagedClustersClient.GetOSOptions` has been removed
- Struct `NetworkMonitoring` has been removed
- Struct `OSOptionProfile` has been removed
- Struct `OSOptionProperty` has been removed
- Struct `OSOptionPropertyList` has been removed
- Field `Monitoring` of struct `NetworkProfile` has been removed

### Features Added

- New value `ManagedClusterSKUNameAutomatic` added to enum type `ManagedClusterSKUName`
- New value `OutboundTypeNone` added to enum type `OutboundType`
- New enum type `Operator` with values `OperatorDoesNotExist`, `OperatorExists`, `OperatorIn`, `OperatorNotIn`
- New enum type `PodLinkLocalAccess` with values `PodLinkLocalAccessIMDS`, `PodLinkLocalAccessNone`
- New enum type `TLSManagement` with values `TLSManagementManaged`, `TLSManagementNone`
- New enum type `UndrainableNodeBehavior` with values `UndrainableNodeBehaviorCordon`, `UndrainableNodeBehaviorSchedule`
- New function `*ClientFactory.NewLoadBalancersClient() *LoadBalancersClient`
- New function `NewLoadBalancersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LoadBalancersClient, error)`
- New function `*LoadBalancersClient.CreateOrUpdate(context.Context, string, string, string, LoadBalancer, *LoadBalancersClientCreateOrUpdateOptions) (LoadBalancersClientCreateOrUpdateResponse, error)`
- New function `*LoadBalancersClient.BeginDelete(context.Context, string, string, string, *LoadBalancersClientBeginDeleteOptions) (*runtime.Poller[LoadBalancersClientDeleteResponse], error)`
- New function `*LoadBalancersClient.Get(context.Context, string, string, string, *LoadBalancersClientGetOptions) (LoadBalancersClientGetResponse, error)`
- New function `*LoadBalancersClient.NewListByManagedClusterPager(string, string, *LoadBalancersClientListByManagedClusterOptions) *runtime.Pager[LoadBalancersClientListByManagedClusterResponse]`
- New function `*ManagedClustersClient.BeginRebalanceLoadBalancers(context.Context, string, string, RebalanceLoadBalancersRequestBody, *ManagedClustersClientBeginRebalanceLoadBalancersOptions) (*runtime.Poller[ManagedClustersClientRebalanceLoadBalancersResponse], error)`
- New struct `AdvancedNetworking`
- New struct `AdvancedNetworkingFQDNPolicy`
- New struct `AdvancedNetworkingObservability`
- New struct `AdvancedNetworkingSecurity`
- New struct `AutoScaleProfile`
- New struct `Component`
- New struct `ComponentsByRelease`
- New struct `LabelSelector`
- New struct `LabelSelectorRequirement`
- New struct `LoadBalancer`
- New struct `LoadBalancerListResult`
- New struct `LoadBalancerProperties`
- New struct `RebalanceLoadBalancersRequestBody`
- New field `ComponentsByReleases` in struct `AgentPoolUpgradeProfileProperties`
- New field `UndrainableNodeBehavior` in struct `AgentPoolUpgradeSettings`
- New field `IfMatch`, `IfNoneMatch` in struct `AgentPoolsClientBeginCreateOrUpdateOptions`
- New field `IfMatch` in struct `AgentPoolsClientBeginDeleteOptions`
- New field `ETag` in struct `ManagedCluster`
- New field `ETag` in struct `ManagedClusterAgentPoolProfile`
- New field `ETag` in struct `ManagedClusterAgentPoolProfileProperties`
- New field `ComponentsByReleases` in struct `ManagedClusterPoolUpgradeProfile`
- New field `IfMatch`, `IfNoneMatch` in struct `ManagedClustersClientBeginCreateOrUpdateOptions`
- New field `IfMatch` in struct `ManagedClustersClientBeginDeleteOptions`
- New field `IfMatch` in struct `ManagedClustersClientBeginUpdateTagsOptions`
- New field `AdvancedNetworking`, `PodLinkLocalAccess` in struct `NetworkProfile`
- New field `Autoscale` in struct `ScaleProfile`


## 5.1.0-beta.1 (2024-04-26)
### Features Added

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6044f61

Please sign in to comment.