|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 3.0.0 (2022-09-10) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `AccountEncryption.KeySource` has been changed from `*string` to `*KeySource` |
| 7 | +- Struct `CloudError` has been removed |
| 8 | +- Struct `CloudErrorBody` has been removed |
| 9 | +- Field `Location` of struct `Vault` has been removed |
| 10 | + |
| 11 | +### Features Added |
| 12 | + |
| 13 | +- New const `KeyVaultStatusCreated` |
| 14 | +- New const `RegionStorageToNetworkProximityT1AndT2` |
| 15 | +- New const `IdentityTypeNone` |
| 16 | +- New const `KeyVaultStatusDeleted` |
| 17 | +- New const `KeyVaultStatusInUse` |
| 18 | +- New const `IdentityTypeUserAssigned` |
| 19 | +- New const `RegionStorageToNetworkProximityDefault` |
| 20 | +- New const `KeyVaultStatusError` |
| 21 | +- New const `SmbNonBrowsableDisabled` |
| 22 | +- New const `SmbAccessBasedEnumerationEnabled` |
| 23 | +- New const `KeySourceMicrosoftNetApp` |
| 24 | +- New const `IdentityTypeSystemAssigned` |
| 25 | +- New const `IdentityTypeSystemAssignedUserAssigned` |
| 26 | +- New const `RegionStorageToNetworkProximityT2` |
| 27 | +- New const `SmbAccessBasedEnumerationDisabled` |
| 28 | +- New const `RegionStorageToNetworkProximityT1` |
| 29 | +- New const `KeyVaultStatusUpdating` |
| 30 | +- New const `KeySourceMicrosoftKeyVault` |
| 31 | +- New const `SmbNonBrowsableEnabled` |
| 32 | +- New type alias `IdentityType` |
| 33 | +- New type alias `RegionStorageToNetworkProximity` |
| 34 | +- New type alias `KeyVaultStatus` |
| 35 | +- New type alias `KeySource` |
| 36 | +- New type alias `SmbNonBrowsable` |
| 37 | +- New type alias `SmbAccessBasedEnumeration` |
| 38 | +- New function `PossibleSmbNonBrowsableValues() []SmbNonBrowsable` |
| 39 | +- New function `*AccountsClient.BeginRenewCredentials(context.Context, string, string, *AccountsClientBeginRenewCredentialsOptions) (*runtime.Poller[AccountsClientRenewCredentialsResponse], error)` |
| 40 | +- New function `*ResourceClient.QueryRegionInfo(context.Context, string, *ResourceClientQueryRegionInfoOptions) (ResourceClientQueryRegionInfoResponse, error)` |
| 41 | +- New function `PossibleIdentityTypeValues() []IdentityType` |
| 42 | +- New function `PossibleKeySourceValues() []KeySource` |
| 43 | +- New function `PossibleRegionStorageToNetworkProximityValues() []RegionStorageToNetworkProximity` |
| 44 | +- New function `PossibleKeyVaultStatusValues() []KeyVaultStatus` |
| 45 | +- New function `PossibleSmbAccessBasedEnumerationValues() []SmbAccessBasedEnumeration` |
| 46 | +- New struct `AccountsClientBeginRenewCredentialsOptions` |
| 47 | +- New struct `AccountsClientRenewCredentialsResponse` |
| 48 | +- New struct `EncryptionIdentity` |
| 49 | +- New struct `Identity` |
| 50 | +- New struct `KeyVaultProperties` |
| 51 | +- New struct `RegionInfo` |
| 52 | +- New struct `RegionInfoAvailabilityZoneMappingsItem` |
| 53 | +- New struct `RelocateVolumeRequest` |
| 54 | +- New struct `ResourceClientQueryRegionInfoOptions` |
| 55 | +- New struct `ResourceClientQueryRegionInfoResponse` |
| 56 | +- New struct `UserAssignedIdentity` |
| 57 | +- New field `KeyVaultProperties` in struct `AccountEncryption` |
| 58 | +- New field `Identity` in struct `AccountEncryption` |
| 59 | +- New field `DeleteBaseSnapshot` in struct `VolumeProperties` |
| 60 | +- New field `SmbAccessBasedEnumeration` in struct `VolumeProperties` |
| 61 | +- New field `SmbNonBrowsable` in struct `VolumeProperties` |
| 62 | +- New field `Body` in struct `VolumesClientBeginRelocateOptions` |
| 63 | +- New field `Identity` in struct `Account` |
| 64 | +- New field `DisableShowmount` in struct `AccountProperties` |
| 65 | + |
| 66 | + |
3 | 67 | ## 2.1.0 (2022-07-21) |
4 | 68 | ### Features Added |
5 | 69 |
|
|
0 commit comments