|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 1.2.0 (2023-04-28) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New value `JSONWebKeyOperationRelease` added to enum type `JSONWebKeyOperation` |
| 7 | +- New value `KeyPermissionsGetrotationpolicy`, `KeyPermissionsRelease`, `KeyPermissionsRotate`, `KeyPermissionsSetrotationpolicy` added to enum type `KeyPermissions` |
| 8 | +- New enum type `ActivationStatus` with values `ActivationStatusActive`, `ActivationStatusFailed`, `ActivationStatusNotActivated`, `ActivationStatusUnknown` |
| 9 | +- New enum type `GeoReplicationRegionProvisioningState` with values `GeoReplicationRegionProvisioningStateCleanup`, `GeoReplicationRegionProvisioningStateDeleting`, `GeoReplicationRegionProvisioningStateFailed`, `GeoReplicationRegionProvisioningStatePreprovisioning`, `GeoReplicationRegionProvisioningStateProvisioning`, `GeoReplicationRegionProvisioningStateSucceeded` |
| 10 | +- New enum type `KeyRotationPolicyActionType` with values `KeyRotationPolicyActionTypeNotify`, `KeyRotationPolicyActionTypeRotate` |
| 11 | +- New function `*ClientFactory.NewMHSMRegionsClient() *MHSMRegionsClient` |
| 12 | +- New function `*ClientFactory.NewManagedHsmKeysClient() *ManagedHsmKeysClient` |
| 13 | +- New function `NewMHSMRegionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*MHSMRegionsClient, error)` |
| 14 | +- New function `*MHSMRegionsClient.NewListByResourcePager(string, string, *MHSMRegionsClientListByResourceOptions) *runtime.Pager[MHSMRegionsClientListByResourceResponse]` |
| 15 | +- New function `NewManagedHsmKeysClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ManagedHsmKeysClient, error)` |
| 16 | +- New function `*ManagedHsmKeysClient.CreateIfNotExist(context.Context, string, string, string, ManagedHsmKeyCreateParameters, *ManagedHsmKeysClientCreateIfNotExistOptions) (ManagedHsmKeysClientCreateIfNotExistResponse, error)` |
| 17 | +- New function `*ManagedHsmKeysClient.Get(context.Context, string, string, string, *ManagedHsmKeysClientGetOptions) (ManagedHsmKeysClientGetResponse, error)` |
| 18 | +- New function `*ManagedHsmKeysClient.GetVersion(context.Context, string, string, string, string, *ManagedHsmKeysClientGetVersionOptions) (ManagedHsmKeysClientGetVersionResponse, error)` |
| 19 | +- New function `*ManagedHsmKeysClient.NewListPager(string, string, *ManagedHsmKeysClientListOptions) *runtime.Pager[ManagedHsmKeysClientListResponse]` |
| 20 | +- New function `*ManagedHsmKeysClient.NewListVersionsPager(string, string, string, *ManagedHsmKeysClientListVersionsOptions) *runtime.Pager[ManagedHsmKeysClientListVersionsResponse]` |
| 21 | +- New function `*ManagedHsmsClient.CheckMhsmNameAvailability(context.Context, CheckMhsmNameAvailabilityParameters, *ManagedHsmsClientCheckMhsmNameAvailabilityOptions) (ManagedHsmsClientCheckMhsmNameAvailabilityResponse, error)` |
| 22 | +- New struct `Action` |
| 23 | +- New struct `CheckMhsmNameAvailabilityParameters` |
| 24 | +- New struct `CheckMhsmNameAvailabilityResult` |
| 25 | +- New struct `KeyReleasePolicy` |
| 26 | +- New struct `KeyRotationPolicyAttributes` |
| 27 | +- New struct `LifetimeAction` |
| 28 | +- New struct `MHSMGeoReplicatedRegion` |
| 29 | +- New struct `MHSMRegionsListResult` |
| 30 | +- New struct `ManagedHSMSecurityDomainProperties` |
| 31 | +- New struct `ManagedHsmAction` |
| 32 | +- New struct `ManagedHsmKey` |
| 33 | +- New struct `ManagedHsmKeyAttributes` |
| 34 | +- New struct `ManagedHsmKeyCreateParameters` |
| 35 | +- New struct `ManagedHsmKeyListResult` |
| 36 | +- New struct `ManagedHsmKeyProperties` |
| 37 | +- New struct `ManagedHsmKeyReleasePolicy` |
| 38 | +- New struct `ManagedHsmKeyRotationPolicyAttributes` |
| 39 | +- New struct `ManagedHsmLifetimeAction` |
| 40 | +- New struct `ManagedHsmRotationPolicy` |
| 41 | +- New struct `ManagedHsmTrigger` |
| 42 | +- New struct `ProxyResourceWithoutSystemData` |
| 43 | +- New struct `RotationPolicy` |
| 44 | +- New struct `Trigger` |
| 45 | +- New field `ReleasePolicy` in struct `KeyProperties` |
| 46 | +- New field `RotationPolicy` in struct `KeyProperties` |
| 47 | +- New field `Etag` in struct `MHSMPrivateEndpointConnectionItem` |
| 48 | +- New field `ID` in struct `MHSMPrivateEndpointConnectionItem` |
| 49 | +- New field `Regions` in struct `ManagedHsmProperties` |
| 50 | +- New field `SecurityDomainProperties` in struct `ManagedHsmProperties` |
| 51 | + |
| 52 | + |
3 | 53 | ## 1.1.0 (2023-04-06) |
4 | 54 | ### Features Added |
5 | 55 |
|
|
0 commit comments