Skip to content

Commit 803edd6

Browse files
authored
[Release] sdk/resourcemanager/storagecache/armstoragecache/3.2.0 (Azure#21002)
* [Release] sdk/resourcemanager/storagecache/armstoragecache/4.0.0 generation from spec commit: 1b33e81bbdc28fcd6644a1315b8d7b1b6d030590 * update
1 parent 6a07d12 commit 803edd6

29 files changed

+3530
-549
lines changed

sdk/resourcemanager/storagecache/armstoragecache/CHANGELOG.md

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

3+
## 3.2.0 (2023-06-23)
4+
### Features Added
5+
6+
- New enum type `AmlFilesystemHealthStateType` with values `AmlFilesystemHealthStateTypeAvailable`, `AmlFilesystemHealthStateTypeDegraded`, `AmlFilesystemHealthStateTypeMaintenance`, `AmlFilesystemHealthStateTypeTransitioning`, `AmlFilesystemHealthStateTypeUnavailable`
7+
- New enum type `AmlFilesystemIdentityType` with values `AmlFilesystemIdentityTypeNone`, `AmlFilesystemIdentityTypeUserAssigned`
8+
- New enum type `AmlFilesystemProvisioningStateType` with values `AmlFilesystemProvisioningStateTypeCanceled`, `AmlFilesystemProvisioningStateTypeCreating`, `AmlFilesystemProvisioningStateTypeDeleting`, `AmlFilesystemProvisioningStateTypeFailed`, `AmlFilesystemProvisioningStateTypeSucceeded`, `AmlFilesystemProvisioningStateTypeUpdating`
9+
- New enum type `ArchiveStatusType` with values `ArchiveStatusTypeCanceled`, `ArchiveStatusTypeCancelling`, `ArchiveStatusTypeCompleted`, `ArchiveStatusTypeFSScanInProgress`, `ArchiveStatusTypeFailed`, `ArchiveStatusTypeIdle`, `ArchiveStatusTypeInProgress`, `ArchiveStatusTypeNotConfigured`
10+
- New enum type `FilesystemSubnetStatusType` with values `FilesystemSubnetStatusTypeInvalid`, `FilesystemSubnetStatusTypeOk`
11+
- New enum type `MaintenanceDayOfWeekType` with values `MaintenanceDayOfWeekTypeFriday`, `MaintenanceDayOfWeekTypeMonday`, `MaintenanceDayOfWeekTypeSaturday`, `MaintenanceDayOfWeekTypeSunday`, `MaintenanceDayOfWeekTypeThursday`, `MaintenanceDayOfWeekTypeTuesday`, `MaintenanceDayOfWeekTypeWednesday`
12+
- New function `NewAmlFilesystemsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AmlFilesystemsClient, error)`
13+
- New function `*AmlFilesystemsClient.Archive(context.Context, string, string, *AmlFilesystemsClientArchiveOptions) (AmlFilesystemsClientArchiveResponse, error)`
14+
- New function `*AmlFilesystemsClient.CancelArchive(context.Context, string, string, *AmlFilesystemsClientCancelArchiveOptions) (AmlFilesystemsClientCancelArchiveResponse, error)`
15+
- New function `*AmlFilesystemsClient.BeginCreateOrUpdate(context.Context, string, string, AmlFilesystem, *AmlFilesystemsClientBeginCreateOrUpdateOptions) (*runtime.Poller[AmlFilesystemsClientCreateOrUpdateResponse], error)`
16+
- New function `*AmlFilesystemsClient.BeginDelete(context.Context, string, string, *AmlFilesystemsClientBeginDeleteOptions) (*runtime.Poller[AmlFilesystemsClientDeleteResponse], error)`
17+
- New function `*AmlFilesystemsClient.Get(context.Context, string, string, *AmlFilesystemsClientGetOptions) (AmlFilesystemsClientGetResponse, error)`
18+
- New function `*AmlFilesystemsClient.NewListByResourceGroupPager(string, *AmlFilesystemsClientListByResourceGroupOptions) *runtime.Pager[AmlFilesystemsClientListByResourceGroupResponse]`
19+
- New function `*AmlFilesystemsClient.NewListPager(*AmlFilesystemsClientListOptions) *runtime.Pager[AmlFilesystemsClientListResponse]`
20+
- New function `*AmlFilesystemsClient.BeginUpdate(context.Context, string, string, AmlFilesystemUpdate, *AmlFilesystemsClientBeginUpdateOptions) (*runtime.Poller[AmlFilesystemsClientUpdateResponse], error)`
21+
- New function `*ClientFactory.NewAmlFilesystemsClient() *AmlFilesystemsClient`
22+
- New function `*ClientFactory.NewManagementClient() *ManagementClient`
23+
- New function `NewManagementClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ManagementClient, error)`
24+
- New function `*ManagementClient.CheckAmlFSSubnets(context.Context, *ManagementClientCheckAmlFSSubnetsOptions) (ManagementClientCheckAmlFSSubnetsResponse, error)`
25+
- New function `*ManagementClient.GetRequiredAmlFSSubnetsSize(context.Context, *ManagementClientGetRequiredAmlFSSubnetsSizeOptions) (ManagementClientGetRequiredAmlFSSubnetsSizeResponse, error)`
26+
- New struct `AmlFilesystem`
27+
- New struct `AmlFilesystemArchive`
28+
- New struct `AmlFilesystemArchiveInfo`
29+
- New struct `AmlFilesystemArchiveStatus`
30+
- New struct `AmlFilesystemCheckSubnetError`
31+
- New struct `AmlFilesystemCheckSubnetErrorFilesystemSubnet`
32+
- New struct `AmlFilesystemClientInfo`
33+
- New struct `AmlFilesystemContainerStorageInterface`
34+
- New struct `AmlFilesystemEncryptionSettings`
35+
- New struct `AmlFilesystemHealth`
36+
- New struct `AmlFilesystemHsmSettings`
37+
- New struct `AmlFilesystemIdentity`
38+
- New struct `AmlFilesystemProperties`
39+
- New struct `AmlFilesystemPropertiesHsm`
40+
- New struct `AmlFilesystemPropertiesMaintenanceWindow`
41+
- New struct `AmlFilesystemSubnetInfo`
42+
- New struct `AmlFilesystemUpdate`
43+
- New struct `AmlFilesystemUpdateProperties`
44+
- New struct `AmlFilesystemUpdatePropertiesMaintenanceWindow`
45+
- New struct `AmlFilesystemsListResult`
46+
- New struct `RequiredAmlFilesystemSubnetsSize`
47+
- New struct `RequiredAmlFilesystemSubnetsSizeInfo`
48+
- New struct `Resource`
49+
- New struct `SKUName`
50+
- New struct `TrackedResource`
51+
52+
353
## 3.1.0 (2023-04-07)
454
### Features Added
555

0 commit comments

Comments
 (0)