|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 1.3.0 (2024-05-21) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New function `*Client.ListReplicaSKUs(context.Context, string, string, string, *ClientListReplicaSKUsOptions) (ClientListReplicaSKUsResponse, error)` |
| 7 | +- New function `*ClientFactory.NewReplicaSharedPrivateLinkResourcesClient() *ReplicaSharedPrivateLinkResourcesClient` |
| 8 | +- New function `*ClientFactory.NewReplicasClient() *ReplicasClient` |
| 9 | +- New function `NewReplicaSharedPrivateLinkResourcesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ReplicaSharedPrivateLinkResourcesClient, error)` |
| 10 | +- New function `*ReplicaSharedPrivateLinkResourcesClient.BeginCreateOrUpdate(context.Context, string, string, string, string, SharedPrivateLinkResource, *ReplicaSharedPrivateLinkResourcesClientBeginCreateOrUpdateOptions) (*runtime.Poller[ReplicaSharedPrivateLinkResourcesClientCreateOrUpdateResponse], error)` |
| 11 | +- New function `*ReplicaSharedPrivateLinkResourcesClient.Get(context.Context, string, string, string, string, *ReplicaSharedPrivateLinkResourcesClientGetOptions) (ReplicaSharedPrivateLinkResourcesClientGetResponse, error)` |
| 12 | +- New function `*ReplicaSharedPrivateLinkResourcesClient.NewListPager(string, string, string, *ReplicaSharedPrivateLinkResourcesClientListOptions) *runtime.Pager[ReplicaSharedPrivateLinkResourcesClientListResponse]` |
| 13 | +- New function `NewReplicasClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ReplicasClient, error)` |
| 14 | +- New function `*ReplicasClient.BeginCreateOrUpdate(context.Context, string, string, string, Replica, *ReplicasClientBeginCreateOrUpdateOptions) (*runtime.Poller[ReplicasClientCreateOrUpdateResponse], error)` |
| 15 | +- New function `*ReplicasClient.Delete(context.Context, string, string, string, *ReplicasClientDeleteOptions) (ReplicasClientDeleteResponse, error)` |
| 16 | +- New function `*ReplicasClient.Get(context.Context, string, string, string, *ReplicasClientGetOptions) (ReplicasClientGetResponse, error)` |
| 17 | +- New function `*ReplicasClient.NewListPager(string, string, *ReplicasClientListOptions) *runtime.Pager[ReplicasClientListResponse]` |
| 18 | +- New function `*ReplicasClient.BeginRestart(context.Context, string, string, string, *ReplicasClientBeginRestartOptions) (*runtime.Poller[ReplicasClientRestartResponse], error)` |
| 19 | +- New function `*ReplicasClient.BeginUpdate(context.Context, string, string, string, Replica, *ReplicasClientBeginUpdateOptions) (*runtime.Poller[ReplicasClientUpdateResponse], error)` |
| 20 | +- New struct `IPRule` |
| 21 | +- New struct `Replica` |
| 22 | +- New struct `ReplicaList` |
| 23 | +- New struct `ReplicaProperties` |
| 24 | +- New field `IPRules` in struct `NetworkACLs` |
| 25 | +- New field `SystemData` in struct `PrivateLinkResource` |
| 26 | +- New field `RegionEndpointEnabled`, `ResourceStopped` in struct `Properties` |
| 27 | + |
| 28 | + |
3 | 29 | ## 1.3.0-beta.1 (2023-11-30)
|
4 | 30 | ### Features Added
|
5 | 31 |
|
|
0 commit comments