|
1 | 1 | # Release History |
2 | | - |
3 | | -## 2.1.0-beta.3 (Unreleased) |
4 | | - |
5 | | -### Features Added |
6 | | - |
7 | | -### Breaking Changes |
8 | | - |
9 | | -### Bugs Fixed |
10 | | - |
11 | | -### Other Changes |
12 | | - |
13 | | -## 2.1.0-beta.2 (2022-11-28) |
| 2 | + |
| 3 | +## 3.0.0 (2023-04-10) |
14 | 4 |
|
15 | 5 | **Features** |
16 | 6 |
|
| 7 | + - Added operation group ManagedHsmKeys |
| 8 | + - Added operation group MhsmRegions |
| 9 | + - Added operation ManagedHsms.checkMhsmNameAvailability |
17 | 10 | - Added Interface Action |
| 11 | + - Added Interface CheckMhsmNameAvailabilityParameters |
| 12 | + - Added Interface CheckMhsmNameAvailabilityResult |
18 | 13 | - Added Interface Key |
19 | 14 | - Added Interface KeyReleasePolicy |
20 | 15 | - Added Interface KeyRotationPolicyAttributes |
21 | 16 | - Added Interface LifetimeAction |
22 | 17 | - Added Interface ManagedHsm |
| 18 | + - Added Interface ManagedHsmAction |
| 19 | + - Added Interface ManagedHsmKey |
| 20 | + - Added Interface ManagedHsmKeyAttributes |
| 21 | + - Added Interface ManagedHsmKeyCreateParameters |
| 22 | + - Added Interface ManagedHsmKeyListResult |
| 23 | + - Added Interface ManagedHsmKeyProperties |
| 24 | + - Added Interface ManagedHsmKeyReleasePolicy |
| 25 | + - Added Interface ManagedHsmKeyRotationPolicyAttributes |
| 26 | + - Added Interface ManagedHsmKeysCreateIfNotExistOptionalParams |
| 27 | + - Added Interface ManagedHsmKeysGetOptionalParams |
| 28 | + - Added Interface ManagedHsmKeysGetVersionOptionalParams |
| 29 | + - Added Interface ManagedHsmKeysListNextOptionalParams |
| 30 | + - Added Interface ManagedHsmKeysListOptionalParams |
| 31 | + - Added Interface ManagedHsmKeysListVersionsNextOptionalParams |
| 32 | + - Added Interface ManagedHsmKeysListVersionsOptionalParams |
| 33 | + - Added Interface ManagedHsmLifetimeAction |
| 34 | + - Added Interface ManagedHsmRotationPolicy |
| 35 | + - Added Interface ManagedHsmsCheckMhsmNameAvailabilityOptionalParams |
| 36 | + - Added Interface ManagedHsmsCreateOrUpdateHeaders |
| 37 | + - Added Interface ManagedHsmsDeleteHeaders |
| 38 | + - Added Interface ManagedHSMSecurityDomainProperties |
| 39 | + - Added Interface ManagedHsmsPurgeDeletedHeaders |
23 | 40 | - Added Interface ManagedHsmsUpdateHeaders |
| 41 | + - Added Interface ManagedHsmTrigger |
| 42 | + - Added Interface MhsmGeoReplicatedRegion |
24 | 43 | - Added Interface MhsmPrivateEndpointConnection |
25 | 44 | - Added Interface MhsmPrivateLinkResource |
| 45 | + - Added Interface MhsmRegionsListByResourceNextOptionalParams |
| 46 | + - Added Interface MhsmRegionsListByResourceOptionalParams |
| 47 | + - Added Interface MhsmRegionsListResult |
26 | 48 | - Added Interface PrivateEndpointConnection |
27 | 49 | - Added Interface PrivateLinkResource |
| 50 | + - Added Interface ProxyResourceWithoutSystemData |
28 | 51 | - Added Interface RotationPolicy |
29 | 52 | - Added Interface Secret |
30 | 53 | - Added Interface SecretAttributes |
31 | 54 | - Added Interface Trigger |
| 55 | + - Added Type Alias ActivationStatus |
| 56 | + - Added Type Alias GeoReplicationRegionProvisioningState |
32 | 57 | - Added Type Alias KeyRotationPolicyActionType |
| 58 | + - Added Type Alias ManagedHsmKeysCreateIfNotExistResponse |
| 59 | + - Added Type Alias ManagedHsmKeysGetResponse |
| 60 | + - Added Type Alias ManagedHsmKeysGetVersionResponse |
| 61 | + - Added Type Alias ManagedHsmKeysListNextResponse |
| 62 | + - Added Type Alias ManagedHsmKeysListResponse |
| 63 | + - Added Type Alias ManagedHsmKeysListVersionsNextResponse |
| 64 | + - Added Type Alias ManagedHsmKeysListVersionsResponse |
| 65 | + - Added Type Alias ManagedHsmsCheckMhsmNameAvailabilityResponse |
| 66 | + - Added Type Alias ManagedHsmsPurgeDeletedResponse |
| 67 | + - Added Type Alias MhsmRegionsListByResourceNextResponse |
| 68 | + - Added Type Alias MhsmRegionsListByResourceResponse |
33 | 69 | - Interface KeyProperties has a new optional parameter releasePolicy |
34 | 70 | - Interface KeyProperties has a new optional parameter rotationPolicy |
| 71 | + - Interface ManagedHsmProperties has a new optional parameter regions |
| 72 | + - Interface ManagedHsmProperties has a new optional parameter securityDomainProperties |
35 | 73 | - Interface MhsmPrivateEndpointConnectionItem has a new optional parameter etag |
36 | 74 | - Interface MhsmPrivateEndpointConnectionItem has a new optional parameter id |
| 75 | + - Added Enum KnownActivationStatus |
| 76 | + - Added Enum KnownGeoReplicationRegionProvisioningState |
37 | 77 | - Enum KnownJsonWebKeyOperation has a new value Release |
38 | 78 | - Enum KnownKeyPermissions has a new value Getrotationpolicy |
39 | 79 | - Enum KnownKeyPermissions has a new value Release |
40 | 80 | - Enum KnownKeyPermissions has a new value Rotate |
41 | 81 | - Enum KnownKeyPermissions has a new value Setrotationpolicy |
| 82 | + - Added function getContinuationToken |
| 83 | + - Interface SecretsListNextOptionalParams no longer has parameter top |
| 84 | + - Interface VaultsListByResourceGroupNextOptionalParams no longer has parameter top |
| 85 | + - Interface VaultsListBySubscriptionNextOptionalParams no longer has parameter top |
| 86 | + - Interface VaultsListNextOptionalParams no longer has parameter top |
| 87 | + - Interface ManagedHsmsListByResourceGroupNextOptionalParams no longer has parameter top |
| 88 | + - Interface ManagedHsmsListBySubscriptionNextOptionalParams no longer has parameter top |
| 89 | + |
| 90 | +**Breaking Changes** |
| 91 | + |
| 92 | + - Interface MhsmPrivateEndpointConnectionsDeleteHeaders no longer has parameter retryAfter |
42 | 93 |
|
43 | 94 |
|
44 | 95 | ## 2.0.0 (2022-01-17) |
|
0 commit comments