Skip to content

Commit f32e8bf

Browse files
author
SDKAuto
committed
CodeGen from PR 34078 in Azure/azure-rest-api-specs
Merge e143e2f9dab0445acbca423b5eb2e7ac6a6b67d9 into 37a849b656ecfb33424822b9f245aebff2ae994f
1 parent b429a1d commit f32e8bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2920
-3723
lines changed

sdk/resourcemanager/elasticsan/armelasticsan/CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Release History
22

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+
345
## 1.2.0-beta.2 (2025-04-24)
446
### Features Added
547

sdk/resourcemanager/elasticsan/armelasticsan/autorest.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

sdk/resourcemanager/elasticsan/armelasticsan/build.go

Lines changed: 0 additions & 7 deletions
This file was deleted.

sdk/resourcemanager/elasticsan/armelasticsan/client_factory.go

Lines changed: 8 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/elasticsan/armelasticsan/constants.go

Lines changed: 17 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/elasticsan/armelasticsan/elasticsans_client.go

Lines changed: 72 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)