Skip to content

Commit 69030dc

Browse files
author
SDKAuto
committed
CodeGen from PR 28910 in Azure/azure-rest-api-specs
Merge 7fbf5e894a532e71b9c0c7ca7c67f735eeaeae9f into d5ff8d30722e667174fd7749b1417f1af61ab915
1 parent 3fb0bf5 commit 69030dc

34 files changed

+1478
-4094
lines changed

sdk/resourcemanager/storagecache/armstoragecache/CHANGELOG.md

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

3+
## 4.1.0 (2024-09-23)
4+
### Features Added
5+
6+
- New enum type `AutoExportJobAdminStatus` with values `AutoExportJobAdminStatusDisable`, `AutoExportJobAdminStatusEnable`
7+
- New enum type `AutoExportJobProvisioningStateType` with values `AutoExportJobProvisioningStateTypeCanceled`, `AutoExportJobProvisioningStateTypeCreating`, `AutoExportJobProvisioningStateTypeDeleting`, `AutoExportJobProvisioningStateTypeFailed`, `AutoExportJobProvisioningStateTypeSucceeded`, `AutoExportJobProvisioningStateTypeUpdating`
8+
- New enum type `AutoExportStatusType` with values `AutoExportStatusTypeDisableFailed`, `AutoExportStatusTypeDisabled`, `AutoExportStatusTypeDisabling`, `AutoExportStatusTypeFailed`, `AutoExportStatusTypeInProgress`
9+
- New enum type `ImportJobAdminStatus` with values `ImportJobAdminStatusDisable`, `ImportJobAdminStatusEnable`
10+
- New function `NewAutoExportJobsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AutoExportJobsClient, error)`
11+
- New function `*AutoExportJobsClient.BeginCreateOrUpdate(context.Context, string, string, string, AutoExportJob, *AutoExportJobsClientBeginCreateOrUpdateOptions) (*runtime.Poller[AutoExportJobsClientCreateOrUpdateResponse], error)`
12+
- New function `*AutoExportJobsClient.BeginDelete(context.Context, string, string, string, *AutoExportJobsClientBeginDeleteOptions) (*runtime.Poller[AutoExportJobsClientDeleteResponse], error)`
13+
- New function `*AutoExportJobsClient.Get(context.Context, string, string, string, *AutoExportJobsClientGetOptions) (AutoExportJobsClientGetResponse, error)`
14+
- New function `*AutoExportJobsClient.NewListByAmlFilesystemPager(string, string, *AutoExportJobsClientListByAmlFilesystemOptions) *runtime.Pager[AutoExportJobsClientListByAmlFilesystemResponse]`
15+
- New function `*AutoExportJobsClient.BeginUpdate(context.Context, string, string, string, AutoExportJobUpdate, *AutoExportJobsClientBeginUpdateOptions) (*runtime.Poller[AutoExportJobsClientUpdateResponse], error)`
16+
- New function `*ClientFactory.NewAutoExportJobsClient() *AutoExportJobsClient`
17+
- New struct `AutoExportJob`
18+
- New struct `AutoExportJobProperties`
19+
- New struct `AutoExportJobPropertiesStatus`
20+
- New struct `AutoExportJobUpdate`
21+
- New struct `AutoExportJobsListResult`
22+
- New field `AdminStatus` in struct `ImportJobProperties`
23+
- New field `ImportedDirectories`, `ImportedFiles`, `ImportedSymlinks`, `PreexistingDirectories`, `PreexistingFiles`, `PreexistingSymlinks` in struct `ImportJobPropertiesStatus`
24+
25+
326
## 4.0.0 (2024-05-24)
427
### Breaking Changes
528

sdk/resourcemanager/storagecache/armstoragecache/amlfilesystems_client.go

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

0 commit comments

Comments
 (0)