Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] sdk/resourcemanager/hybridcontainerservice/armhybridcontainerservice/1.0.0 #22186

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,66 @@
# Release History

## 1.0.0 (2024-01-26)
### Breaking Changes

- Function `*ProvisionedClusterInstancesClient.BeginCreateOrUpdate` parameter(s) have been changed from `(context.Context, string, ProvisionedClusters, *ProvisionedClusterInstancesClientBeginCreateOrUpdateOptions)` to `(context.Context, string, ProvisionedCluster, *ProvisionedClusterInstancesClientBeginCreateOrUpdateOptions)`
- Type of `ControlPlaneProfile.ControlPlaneEndpoint` has been changed from `*ControlPlaneEndpointProfileControlPlaneEndpoint` to `*ControlPlaneProfileControlPlaneEndpoint`
- Type of `VirtualNetworkExtendedLocation.Type` has been changed from `*string` to `*ExtendedLocationTypes`
- `NetworkPolicyFlannel` from enum `NetworkPolicy` has been removed
- `ProvisioningStateCreated`, `ProvisioningStateInProgress` from enum `ProvisioningState` has been removed
- `ResourceProvisioningStateCreated`, `ResourceProvisioningStateInProgress` from enum `ResourceProvisioningState` has been removed
- Function `*AgentPoolClient.BeginUpdate` has been removed
- Operation `*AgentPoolClient.ListByProvisionedCluster` has supported pagination, use `*AgentPoolClient.NewListByProvisionedClusterPager` instead.
- Struct `AgentPoolPatch` has been removed
- Struct `AgentPoolProvisioningStatusOperationStatus` has been removed
- Struct `AgentPoolProvisioningStatusOperationStatusError` has been removed
- Struct `ControlPlaneEndpointProfileControlPlaneEndpoint` has been removed
- Struct `KubernetesVersionCapabilities` has been removed
- Struct `ProvisionedClusterPropertiesStatusOperationStatus` has been removed
- Struct `ProvisionedClusterPropertiesStatusOperationStatusError` has been removed
- Struct `ProvisionedClusters` has been removed
- Struct `ProvisionedClustersListResult` has been removed
- Struct `VirtualNetworkPropertiesInfraVnetProfileVmware` has been removed
- Field `Location` of struct `AgentPool` has been removed
- Field `AvailabilityZones`, `NodeImageVersion` of struct `AgentPoolProperties` has been removed
- Field `OperationStatus` of struct `AgentPoolProvisioningStatusStatus` has been removed
- Field `AvailabilityZones`, `LinuxProfile`, `Name`, `NodeImageVersion`, `OSSKU`, `OSType` of struct `ControlPlaneProfile` has been removed
- Field `Capabilities` of struct `KubernetesVersionProperties` has been removed
- Field `AvailabilityZones`, `NodeImageVersion` of struct `NamedAgentPoolProfile` has been removed
- Field `ProvisionedClusters` of struct `ProvisionedClusterInstancesClientCreateOrUpdateResponse` has been removed
- Field `ProvisionedClusters` of struct `ProvisionedClusterInstancesClientGetResponse` has been removed
- Field `ProvisionedClustersListResult` of struct `ProvisionedClusterInstancesClientListResponse` has been removed
- Field `Name` of struct `ProvisionedClusterPoolUpgradeProfile` has been removed
- Field `OperationStatus` of struct `ProvisionedClusterPropertiesStatus` has been removed
- Field `AgentPoolProfiles` of struct `ProvisionedClusterUpgradeProfileProperties` has been removed
- Field `DhcpServers` of struct `VirtualNetworkProperties` has been removed
- Field `Vmware` of struct `VirtualNetworkPropertiesInfraVnetProfile` has been removed
- Field `Phase` of struct `VirtualNetworkPropertiesStatusOperationStatus` has been removed

### Features Added

- New value `ProvisioningStateCreating`, `ProvisioningStatePending` added to enum type `ProvisioningState`
- New value `ResourceProvisioningStatePending` added to enum type `ResourceProvisioningState`
- New enum type `Expander` with values `ExpanderLeastWaste`, `ExpanderMostPods`, `ExpanderPriority`, `ExpanderRandom`
- New struct `ClusterVMAccessProfile`
- New struct `ControlPlaneProfileControlPlaneEndpoint`
- New struct `ProvisionedCluster`
- New struct `ProvisionedClusterListResult`
- New struct `ProvisionedClusterPropertiesAutoScalerProfile`
- New struct `StorageProfile`
- New struct `StorageProfileNfsCSIDriver`
- New struct `StorageProfileSmbCSIDriver`
- New field `EnableAutoScaling`, `KubernetesVersion`, `MaxCount`, `MaxPods`, `MinCount`, `NodeLabels`, `NodeTaints` in struct `AgentPoolProperties`
- New field `CurrentState` in struct `AgentPoolProvisioningStatusStatus`
- New field `KubernetesVersion` in struct `AgentPoolUpdateProfile`
- New field `EnableAutoScaling`, `KubernetesVersion`, `MaxCount`, `MaxPods`, `MinCount`, `NodeLabels`, `NodeTaints` in struct `NamedAgentPoolProfile`
- New anonymous field `ProvisionedCluster` in struct `ProvisionedClusterInstancesClientCreateOrUpdateResponse`
- New anonymous field `ProvisionedCluster` in struct `ProvisionedClusterInstancesClientGetResponse`
- New anonymous field `ProvisionedClusterListResult` in struct `ProvisionedClusterInstancesClientListResponse`
- New field `AutoScalerProfile`, `ClusterVMAccessProfile`, `StorageProfile` in struct `ProvisionedClusterProperties`
- New field `CurrentState` in struct `ProvisionedClusterPropertiesStatus`


## 0.3.0 (2023-11-24)
### Breaking Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ clientFactory, err := armhybridcontainerservice.NewClientFactory(<subscription I
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewAgentPoolClient()
client := clientFactory.NewVirtualNetworksClient()
```

## Fakes
Expand Down

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

Loading
Loading