Skip to content

Commit

Permalink
CodeGen from PR 29052 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 90331da4fb4464fd0ad83e0b0fe1c1297af93d3f into befb223b856903a7dd0d7061f5a772ce713a7070
  • Loading branch information
SDKAuto committed May 9, 2024
1 parent 55adae7 commit 31f17d7
Show file tree
Hide file tree
Showing 41 changed files with 1,629 additions and 14,253 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Release History

## 5.1.0-beta.2 (2024-05-09)
### Features Added

- New value `ManagedClusterSKUNameAutomatic` added to enum type `ManagedClusterSKUName`
- New enum type `Operator` with values `OperatorDoesNotExist`, `OperatorExists`, `OperatorIn`, `OperatorNotIn`
- 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 `AdvancedNetworkingObservability`
- New struct `AutoScaleProfile`
- New struct `LabelSelector`
- New struct `LabelSelectorRequirement`
- New struct `LoadBalancer`
- New struct `LoadBalancerListResult`
- New struct `LoadBalancerProperties`
- New struct `RebalanceLoadBalancersRequestBody`
- 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 `IfMatch`, `IfNoneMatch` in struct `ManagedClustersClientBeginCreateOrUpdateOptions`
- New field `IfMatch` in struct `ManagedClustersClientBeginDeleteOptions`
- New field `IfMatch` in struct `ManagedClustersClientBeginUpdateTagsOptions`
- New field `AdvancedNetworking` 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 31f17d7

Please sign in to comment.