|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.1.0-beta.1 (2022-05-19) |
| 3 | +## 2.0.0 (2022-10-31) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Struct `CloudError` has been removed |
| 7 | +- Struct `CloudErrorBody` has been removed |
| 8 | + |
4 | 9 | ### Features Added |
5 | 10 |
|
| 11 | +- New const `ActivationStatusUnknown` |
| 12 | +- New const `ActivationStatusActive` |
6 | 13 | - New const `KeyRotationPolicyActionTypeNotify` |
7 | | -- New const `JSONWebKeyOperationRelease` |
8 | | -- New const `KeyRotationPolicyActionTypeRotate` |
9 | | -- New const `KeyPermissionsRotate` |
| 14 | +- New const `KeyPermissionsGetrotationpolicy` |
10 | 15 | - New const `KeyPermissionsRelease` |
11 | 16 | - New const `KeyPermissionsSetrotationpolicy` |
12 | | -- New const `KeyPermissionsGetrotationpolicy` |
| 17 | +- New const `KeyPermissionsRotate` |
| 18 | +- New const `ActivationStatusFailed` |
| 19 | +- New const `JSONWebKeyOperationRelease` |
| 20 | +- New const `ActivationStatusNotActivated` |
| 21 | +- New const `KeyRotationPolicyActionTypeRotate` |
| 22 | +- New type alias `KeyRotationPolicyActionType` |
| 23 | +- New type alias `ActivationStatus` |
| 24 | +- New function `PossibleActivationStatusValues() []ActivationStatus` |
| 25 | +- New function `*ManagedHsmKeysClient.GetVersion(context.Context, string, string, string, string, *ManagedHsmKeysClientGetVersionOptions) (ManagedHsmKeysClientGetVersionResponse, error)` |
| 26 | +- New function `*ManagedHsmKeysClient.NewListPager(string, string, *ManagedHsmKeysClientListOptions) *runtime.Pager[ManagedHsmKeysClientListResponse]` |
| 27 | +- New function `NewManagedHsmKeysClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ManagedHsmKeysClient, error)` |
| 28 | +- New function `*ManagedHsmsClient.CheckMhsmNameAvailability(context.Context, CheckMhsmNameAvailabilityParameters, *ManagedHsmsClientCheckMhsmNameAvailabilityOptions) (ManagedHsmsClientCheckMhsmNameAvailabilityResponse, error)` |
| 29 | +- New function `*ManagedHsmKeysClient.Get(context.Context, string, string, string, *ManagedHsmKeysClientGetOptions) (ManagedHsmKeysClientGetResponse, error)` |
| 30 | +- New function `*ManagedHsmKeysClient.CreateIfNotExist(context.Context, string, string, string, ManagedHsmKeyCreateParameters, *ManagedHsmKeysClientCreateIfNotExistOptions) (ManagedHsmKeysClientCreateIfNotExistResponse, error)` |
| 31 | +- New function `*ManagedHsmKeysClient.NewListVersionsPager(string, string, string, *ManagedHsmKeysClientListVersionsOptions) *runtime.Pager[ManagedHsmKeysClientListVersionsResponse]` |
13 | 32 | - New function `PossibleKeyRotationPolicyActionTypeValues() []KeyRotationPolicyActionType` |
14 | | -- New function `*KeyReleasePolicy.UnmarshalJSON([]byte) error` |
15 | | -- New function `KeyReleasePolicy.MarshalJSON() ([]byte, error)` |
16 | | -- New function `RotationPolicy.MarshalJSON() ([]byte, error)` |
17 | 33 | - New struct `Action` |
| 34 | +- New struct `CheckMhsmNameAvailabilityParameters` |
| 35 | +- New struct `CheckMhsmNameAvailabilityResult` |
18 | 36 | - New struct `KeyReleasePolicy` |
19 | 37 | - New struct `KeyRotationPolicyAttributes` |
20 | 38 | - New struct `LifetimeAction` |
| 39 | +- New struct `ManagedHSMSecurityDomainProperties` |
| 40 | +- New struct `ManagedHsmAction` |
| 41 | +- New struct `ManagedHsmKey` |
| 42 | +- New struct `ManagedHsmKeyAttributes` |
| 43 | +- New struct `ManagedHsmKeyCreateParameters` |
| 44 | +- New struct `ManagedHsmKeyListResult` |
| 45 | +- New struct `ManagedHsmKeyProperties` |
| 46 | +- New struct `ManagedHsmKeyReleasePolicy` |
| 47 | +- New struct `ManagedHsmKeyRotationPolicyAttributes` |
| 48 | +- New struct `ManagedHsmKeysClient` |
| 49 | +- New struct `ManagedHsmKeysClientCreateIfNotExistOptions` |
| 50 | +- New struct `ManagedHsmKeysClientCreateIfNotExistResponse` |
| 51 | +- New struct `ManagedHsmKeysClientGetOptions` |
| 52 | +- New struct `ManagedHsmKeysClientGetResponse` |
| 53 | +- New struct `ManagedHsmKeysClientGetVersionOptions` |
| 54 | +- New struct `ManagedHsmKeysClientGetVersionResponse` |
| 55 | +- New struct `ManagedHsmKeysClientListOptions` |
| 56 | +- New struct `ManagedHsmKeysClientListResponse` |
| 57 | +- New struct `ManagedHsmKeysClientListVersionsOptions` |
| 58 | +- New struct `ManagedHsmKeysClientListVersionsResponse` |
| 59 | +- New struct `ManagedHsmLifetimeAction` |
| 60 | +- New struct `ManagedHsmRotationPolicy` |
| 61 | +- New struct `ManagedHsmTrigger` |
| 62 | +- New struct `ManagedHsmsClientCheckMhsmNameAvailabilityOptions` |
| 63 | +- New struct `ManagedHsmsClientCheckMhsmNameAvailabilityResponse` |
| 64 | +- New struct `ProxyResourceWithoutSystemData` |
21 | 65 | - New struct `RotationPolicy` |
22 | 66 | - New struct `Trigger` |
23 | | -- New field `ReleasePolicy` in struct `KeyProperties` |
| 67 | +- New field `Etag` in struct `MHSMPrivateEndpointConnectionItem` |
| 68 | +- New field `ID` in struct `MHSMPrivateEndpointConnectionItem` |
24 | 69 | - New field `RotationPolicy` in struct `KeyProperties` |
| 70 | +- New field `ReleasePolicy` in struct `KeyProperties` |
25 | 71 |
|
26 | 72 |
|
27 | 73 | ## 1.0.0 (2022-05-16) |
|
0 commit comments