|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 2.0.0-beta.2 (2025-05-12) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `SystemData.LastModifiedByType` has been changed from `*LastModifiedByType` to `*CreatedByType` |
| 7 | +- Enum `LastModifiedByType` has been removed |
| 8 | +- Function `*ClientFactory.NewConnectedClusterClient` has been removed |
| 9 | +- Function `NewConnectedClusterClient` has been removed |
| 10 | +- Function `*ConnectedClusterClient.BeginCreateOrReplace` has been removed |
| 11 | +- Function `*ConnectedClusterClient.BeginDelete` has been removed |
| 12 | +- Function `*ConnectedClusterClient.Get` has been removed |
| 13 | +- Function `*ConnectedClusterClient.NewListByResourceGroupPager` has been removed |
| 14 | +- Function `*ConnectedClusterClient.NewListBySubscriptionPager` has been removed |
| 15 | +- Function `*ConnectedClusterClient.ListClusterUserCredential` has been removed |
| 16 | +- Function `*ConnectedClusterClient.Update` has been removed |
| 17 | +- Function `*OperationsClient.NewGetPager` has been removed |
| 18 | +- Struct `ErrorAdditionalInfo` has been removed |
| 19 | +- Struct `ErrorDetail` has been removed |
| 20 | +- Struct `ErrorResponse` has been removed |
| 21 | +- Struct `Resource` has been removed |
| 22 | +- Struct `TrackedResource` has been removed |
| 23 | + |
| 24 | +### Features Added |
| 25 | + |
| 26 | +- New enum type `ActionType` with values `ActionTypeInternal` |
| 27 | +- New enum type `Origin` with values `OriginSystem`, `OriginUser`, `OriginUserSystem` |
| 28 | +- New function `*ClientFactory.NewConnectedClustersClient() *ConnectedClustersClient` |
| 29 | +- New function `NewConnectedClustersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ConnectedClustersClient, error)` |
| 30 | +- New function `*ConnectedClustersClient.BeginCreateOrReplace(context.Context, string, string, ConnectedCluster, *ConnectedClustersClientBeginCreateOrReplaceOptions) (*runtime.Poller[ConnectedClustersClientCreateOrReplaceResponse], error)` |
| 31 | +- New function `*ConnectedClustersClient.BeginDelete(context.Context, string, string, *ConnectedClustersClientBeginDeleteOptions) (*runtime.Poller[ConnectedClustersClientDeleteResponse], error)` |
| 32 | +- New function `*ConnectedClustersClient.Get(context.Context, string, string, *ConnectedClustersClientGetOptions) (ConnectedClustersClientGetResponse, error)` |
| 33 | +- New function `*ConnectedClustersClient.NewListByResourceGroupPager(string, *ConnectedClustersClientListByResourceGroupOptions) *runtime.Pager[ConnectedClustersClientListByResourceGroupResponse]` |
| 34 | +- New function `*ConnectedClustersClient.NewListBySubscriptionPager(*ConnectedClustersClientListBySubscriptionOptions) *runtime.Pager[ConnectedClustersClientListBySubscriptionResponse]` |
| 35 | +- New function `*ConnectedClustersClient.ListClusterUserCredential(context.Context, string, string, ListClusterUserCredentialProperties, *ConnectedClustersClientListClusterUserCredentialOptions) (ConnectedClustersClientListClusterUserCredentialResponse, error)` |
| 36 | +- New function `*ConnectedClustersClient.Update(context.Context, string, string, ConnectedClusterPatch, *ConnectedClustersClientUpdateOptions) (ConnectedClustersClientUpdateResponse, error)` |
| 37 | +- New function `*OperationsClient.NewListPager(*OperationsClientListOptions) *runtime.Pager[OperationsClientListResponse]` |
| 38 | +- New field `ActionType`, `IsDataAction`, `Origin` in struct `Operation` |
| 39 | + |
| 40 | + |
3 | 41 | ## 2.0.0-beta.1 (2025-03-17) |
4 | 42 | ### Breaking Changes |
5 | 43 |
|
|
0 commit comments