Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/storagemover/armstoragemover/2.0.0-beta…
Browse files Browse the repository at this point in the history
….1 generation from spec commit: c53808ba54beef57059371708f1fa6949a11a280 (#21138)
  • Loading branch information
Alancere authored Jul 25, 2023
1 parent a4095c1 commit 417e9b0
Show file tree
Hide file tree
Showing 22 changed files with 1,255 additions and 355 deletions.
27 changes: 27 additions & 0 deletions sdk/resourcemanager/storagemover/armstoragemover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Release History

## 2.0.0-beta.1 (2023-07-28)
### Breaking Changes

- Type of `EndpointBaseUpdateParameters.Properties` has been changed from `*EndpointBaseUpdateProperties` to `EndpointBaseUpdatePropertiesClassification`

### Features Added

- New value `EndpointTypeAzureStorageSmbFileShare`, `EndpointTypeSmbMount` added to enum type `EndpointType`
- New enum type `CredentialType` with values `CredentialTypeAzureKeyVaultSmb`
- New function `*AzureKeyVaultSmbCredentials.GetCredentials() *Credentials`
- New function `*AzureStorageBlobContainerEndpointUpdateProperties.GetEndpointBaseUpdateProperties() *EndpointBaseUpdateProperties`
- New function `*AzureStorageSmbFileShareEndpointProperties.GetEndpointBaseProperties() *EndpointBaseProperties`
- New function `*AzureStorageSmbFileShareEndpointUpdateProperties.GetEndpointBaseUpdateProperties() *EndpointBaseUpdateProperties`
- New function `*Credentials.GetCredentials() *Credentials`
- New function `*EndpointBaseUpdateProperties.GetEndpointBaseUpdateProperties() *EndpointBaseUpdateProperties`
- New function `*SmbMountEndpointProperties.GetEndpointBaseProperties() *EndpointBaseProperties`
- New function `*SmbMountEndpointUpdateProperties.GetEndpointBaseUpdateProperties() *EndpointBaseUpdateProperties`
- New function `*NfsMountEndpointUpdateProperties.GetEndpointBaseUpdateProperties() *EndpointBaseUpdateProperties`
- New struct `AzureKeyVaultSmbCredentials`
- New struct `AzureStorageBlobContainerEndpointUpdateProperties`
- New struct `AzureStorageSmbFileShareEndpointProperties`
- New struct `AzureStorageSmbFileShareEndpointUpdateProperties`
- New struct `NfsMountEndpointUpdateProperties`
- New struct `SmbMountEndpointProperties`
- New struct `SmbMountEndpointUpdateProperties`


## 1.1.1 (2023-04-14)
### Bug Fixes

Expand Down
22 changes: 11 additions & 11 deletions sdk/resourcemanager/storagemover/armstoragemover/agents_client.go

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

Loading

0 comments on commit 417e9b0

Please sign in to comment.