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 0d0e3f87a14efaae665a21ec901db08d576edffb into ddbdba6d960f83647257d6dc08be7b81dc5eb8f8
  • Loading branch information
SDKAuto committed Nov 22, 2022
1 parent 11713e1 commit b3720bc
Show file tree
Hide file tree
Showing 38 changed files with 706 additions and 2,911 deletions.
41 changes: 41 additions & 0 deletions sdk/resourcemanager/netapp/armnetapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Release History

## 4.0.0 (2022-11-22)
### Breaking Changes

- Type of `Account.Identity` has been changed from `*Identity` to `interface{}`
- Const `IdentityTypeSystemAssignedUserAssigned` has been removed
- Const `IdentityTypeUserAssigned` has been removed
- Const `IdentityTypeNone` has been removed
- Const `IdentityTypeSystemAssigned` has been removed
- Type alias `IdentityType` has been removed
- Function `*VaultsClient.NewListPager` has been removed
- Function `NewVaultsClient` has been removed
- Function `PossibleIdentityTypeValues` has been removed
- Struct `Identity` has been removed
- Struct `UserAssignedIdentity` has been removed
- Struct `Vault` has been removed
- Struct `VaultList` has been removed
- Struct `VaultProperties` has been removed
- Struct `VaultsClient` has been removed
- Struct `VaultsClientListOptions` has been removed
- Struct `VaultsClientListResponse` has been removed
- Field `VaultID` of struct `VolumeBackupProperties` has been removed

### Features Added

- 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 `BackupsClientBeginRestoreFilesOptions`
- New struct `BackupsClientRestoreFilesResponse`
- New struct `BreakFileLocksRequest`
- New struct `VolumeRelocationProperties`
- New struct `VolumesClientBeginBreakFileLocksOptions`
- New struct `VolumesClientBreakFileLocksResponse`
- New field `PreferredServersForLdapClient` in struct `ActiveDirectory`
- New field `VolumeRelocation` in struct `VolumePropertiesDataProtection`
- New field `LastTransferDuration` in struct `BackupStatus`
- New field `ProvisionedAvailabilityZone` in struct `VolumeProperties`
- New field `IsLargeVolume` in struct `VolumeProperties`
- New field `DataStoreResourceID` in struct `VolumeProperties`


## 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 b3720bc

Please sign in to comment.