@azure/arm-keyvault 3.1.1-alpha.20240513.1 → 3.1.1-alpha.20240906.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -3
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/index.d.ts +0 -1
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/test/keyvault_examples.d.ts.map +1 -1
- package/dist-esm/test/keyvault_examples.js +5 -1
- package/dist-esm/test/keyvault_examples.js.map +1 -1
- package/package.json +2 -2
- package/src/lroImpl.ts +1 -1
- package/types/tsdoc-metadata.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
## 3.1.0 (2023-10-18)
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
### Features Added
|
|
16
16
|
|
|
17
17
|
- Added Interface ManagedServiceIdentity
|
|
18
18
|
- Added Interface UserAssignedIdentity
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
## 3.0.0 (2023-04-10)
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
### Features Added
|
|
27
27
|
|
|
28
28
|
- Added operation group ManagedHsmKeys
|
|
29
29
|
- Added operation group MhsmRegions
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
- Interface ManagedHsmsListByResourceGroupNextOptionalParams no longer has parameter top
|
|
109
109
|
- Interface ManagedHsmsListBySubscriptionNextOptionalParams no longer has parameter top
|
|
110
110
|
|
|
111
|
-
|
|
111
|
+
### Breaking Changes
|
|
112
112
|
|
|
113
113
|
- Interface MhsmPrivateEndpointConnectionsDeleteHeaders no longer has parameter retryAfter
|
|
114
114
|
|