|
1 | 1 | # Release History |
2 | 2 |
|
| 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 | + |
3 | 53 | ## 3.1.0 (2023-04-07) |
4 | 54 | ### Features Added |
5 | 55 |
|
|
0 commit comments