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