Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions sdk/resourcemanager/storage/armstorage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Release History

## 2.0.0 (2022-11-11)
### Breaking Changes

- Struct `CloudError` has been removed
- Struct `CloudErrorBody` has been removed

### Features Added

- New const `ListEncryptionScopesIncludeEnabled`
- New const `ListEncryptionScopesIncludeDisabled`
- New const `ListEncryptionScopesIncludeAll`
- New type alias `ListEncryptionScopesInclude`
- New function `PossibleListEncryptionScopesIncludeValues() []ListEncryptionScopesInclude`
- New field `TierToCold` in struct `ManagementPolicyBaseBlob`
- New field `TierToHot` in struct `ManagementPolicyBaseBlob`
- New field `TierToHot` in struct `ManagementPolicySnapShot`
- New field `TierToCold` in struct `ManagementPolicySnapShot`
- New field `Include` in struct `EncryptionScopesClientListOptions`
- New field `Maxpagesize` in struct `EncryptionScopesClientListOptions`
- New field `Filter` in struct `EncryptionScopesClientListOptions`
- New field `FailoverType` in struct `AccountsClientBeginFailoverOptions`
- New field `TierToHot` in struct `ManagementPolicyVersion`
- New field `TierToCold` in struct `ManagementPolicyVersion`


## 1.1.0 (2022-08-10)
### Features Added

Expand Down
103 changes: 58 additions & 45 deletions sdk/resourcemanager/storage/armstorage/accounts_client.go

Large diffs are not rendered by default.

Loading