Skip to content

Commit

Permalink
CodeGen from PR 21606 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge b212245abb915e28be8203d70caa3690dbd86945 into fd296f4cbe90e46098824e020e4a02517d56fc35
  • Loading branch information
SDKAuto committed Dec 16, 2022
1 parent 9c19708 commit 9d65031
Show file tree
Hide file tree
Showing 38 changed files with 799 additions and 2,894 deletions.
37 changes: 37 additions & 0 deletions sdk/resourcemanager/netapp/armnetapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Release History

## 4.0.0 (2022-12-16)
### Breaking Changes

- Type of `Account.Identity` has been changed from `*Identity` to `*ManagedServiceIdentity`
- Type alias `IdentityType` has been removed
- Function `NewVaultsClient` has been removed
- Function `*VaultsClient.NewListPager` has been removed
- Struct `Identity` has been removed
- Struct `Vault` has been removed
- Struct `VaultList` has been removed
- Struct `VaultProperties` has been removed
- Struct `VaultsClient` has been removed
- Struct `VaultsClientListResponse` has been removed
- Field `Location` of struct `Backup` has been removed
- Field `Location` of struct `Snapshot` has been removed
- Field `VaultID` of struct `VolumeBackupProperties` has been removed

### Features Added

- New type alias `ManagedServiceIdentityType` with values `ManagedServiceIdentityTypeNone`, `ManagedServiceIdentityTypeSystemAssigned`, `ManagedServiceIdentityTypeSystemAssignedUserAssigned`, `ManagedServiceIdentityTypeUserAssigned`
- New function `*BackupsClient.BeginRestoreFiles(context.Context, string, string, string, string, string, BackupRestoreFiles, *BackupsClientBeginRestoreFilesOptions) (*runtime.Poller[BackupsClientRestoreFilesResponse], error)`
- New function `*VolumesClient.BeginBreakFileLocks(context.Context, string, string, string, string, *VolumesClientBeginBreakFileLocksOptions) (*runtime.Poller[VolumesClientBreakFileLocksResponse], error)`
- New struct `BackupRestoreFiles`
- New struct `BackupsClientRestoreFilesResponse`
- New struct `BreakFileLocksRequest`
- New struct `ManagedServiceIdentity`
- New struct `VolumeRelocationProperties`
- New struct `VolumesClientBreakFileLocksResponse`
- New field `PreferredServersForLdapClient` in struct `ActiveDirectory`
- New field `SystemData` in struct `Backup`
- New field `SystemData` in struct `Snapshot`
- New field `DataStoreResourceID` in struct `VolumeProperties`
- New field `IsLargeVolume` in struct `VolumeProperties`
- New field `ProvisionedAvailabilityZone` in struct `VolumeProperties`
- New field `VolumeRelocation` in struct `VolumePropertiesDataProtection`


## 3.0.0 (2022-09-16)
### Breaking Changes

Expand Down
23 changes: 11 additions & 12 deletions sdk/resourcemanager/netapp/armnetapp/accountbackups_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

52 changes: 27 additions & 25 deletions sdk/resourcemanager/netapp/armnetapp/accounts_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9d65031

Please sign in to comment.