|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 1.2.0-beta.3 (2025-05-12) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Function `*ClientFactory.NewManagementClient` has been removed |
| 7 | +- Function `*ClientFactory.NewPrivateLinkResourcesClient` has been removed |
| 8 | +- Function `*ClientFactory.NewSKUsClient` has been removed |
| 9 | +- Function `*ClientFactory.NewVolumeSnapshotsClient` has been removed |
| 10 | +- Function `NewManagementClient` has been removed |
| 11 | +- Function `*ManagementClient.BeginRestoreVolume` has been removed |
| 12 | +- Function `NewPrivateLinkResourcesClient` has been removed |
| 13 | +- Function `*PrivateLinkResourcesClient.ListByElasticSan` has been removed |
| 14 | +- Function `NewSKUsClient` has been removed |
| 15 | +- Function `*SKUsClient.NewListPager` has been removed |
| 16 | +- Function `NewVolumeSnapshotsClient` has been removed |
| 17 | +- Function `*VolumeSnapshotsClient.BeginCreate` has been removed |
| 18 | +- Function `*VolumeSnapshotsClient.BeginDelete` has been removed |
| 19 | +- Function `*VolumeSnapshotsClient.Get` has been removed |
| 20 | +- Function `*VolumeSnapshotsClient.NewListByVolumeGroupPager` has been removed |
| 21 | +- Function `*VolumesClient.BeginPreBackup` has been removed |
| 22 | +- Function `*VolumesClient.BeginPreRestore` has been removed |
| 23 | +- Field `ElasticSan` of struct `ElasticSansClientCreateResponse` has been removed |
| 24 | +- Field `PrivateEndpointConnection` of struct `PrivateEndpointConnectionsClientCreateResponse` has been removed |
| 25 | +- Field `VolumeGroup` of struct `VolumeGroupsClientCreateResponse` has been removed |
| 26 | +- Field `Volume` of struct `VolumesClientCreateResponse` has been removed |
| 27 | + |
| 28 | +### Features Added |
| 29 | + |
| 30 | +- New function `*ClientFactory.NewSKUsOperationGroupClient() *SKUsOperationGroupClient` |
| 31 | +- New function `*ClientFactory.NewSnapshotsClient() *SnapshotsClient` |
| 32 | +- New function `*ElasticSansClient.NewListByElasticSanPager(string, string, *ElasticSansClientListByElasticSanOptions) *runtime.Pager[ElasticSansClientListByElasticSanResponse]` |
| 33 | +- New function `NewSKUsOperationGroupClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SKUsOperationGroupClient, error)` |
| 34 | +- New function `*SKUsOperationGroupClient.NewListPager(*SKUsOperationGroupClientListOptions) *runtime.Pager[SKUsOperationGroupClientListResponse]` |
| 35 | +- New function `NewSnapshotsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SnapshotsClient, error)` |
| 36 | +- New function `*SnapshotsClient.BeginCreate(context.Context, string, string, string, string, Snapshot, *SnapshotsClientBeginCreateOptions) (*runtime.Poller[SnapshotsClientCreateResponse], error)` |
| 37 | +- New function `*SnapshotsClient.BeginDelete(context.Context, string, string, string, string, *SnapshotsClientBeginDeleteOptions) (*runtime.Poller[SnapshotsClientDeleteResponse], error)` |
| 38 | +- New function `*SnapshotsClient.Get(context.Context, string, string, string, string, *SnapshotsClientGetOptions) (SnapshotsClientGetResponse, error)` |
| 39 | +- New function `*SnapshotsClient.NewListByVolumeGroupPager(string, string, string, *SnapshotsClientListByVolumeGroupOptions) *runtime.Pager[SnapshotsClientListByVolumeGroupResponse]` |
| 40 | +- New function `*VolumeGroupsClient.BeginPreBackup(context.Context, string, string, string, VolumeNameList, *VolumeGroupsClientBeginPreBackupOptions) (*runtime.Poller[VolumeGroupsClientPreBackupResponse], error)` |
| 41 | +- New function `*VolumeGroupsClient.BeginPreRestore(context.Context, string, string, string, DiskSnapshotList, *VolumeGroupsClientBeginPreRestoreOptions) (*runtime.Poller[VolumeGroupsClientPreRestoreResponse], error)` |
| 42 | +- New function `*VolumesClient.BeginRestoreVolume(context.Context, string, string, string, string, *VolumesClientBeginRestoreVolumeOptions) (*runtime.Poller[VolumesClientRestoreVolumeResponse], error)` |
| 43 | + |
| 44 | + |
3 | 45 | ## 1.2.0-beta.2 (2025-04-24)
|
4 | 46 | ### Features Added
|
5 | 47 |
|
|
0 commit comments