You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Packages impacted by this PR
@azure/keyvault-admin
@azure/keyvault-certificates
@azure/keyvault-keys
@azure/keyvault-secrets
### Issues associated with this PR
### Describe the problem that is addressed by this PR
Regenerates the KeyVault SDKs for 7.6-preview.2 service version. The
following changes have been made:
#### KeyVault Admin
- Changed to 7.6-preview.2 as the default service version
- Added beginPreBackup and beginPreRestore operations to BackupClient
- Backwards compatibility maintained by smoothing over `null` responses
and representing them as `undefined`
#### KeyVault Certificates
- Changed to 7.6-preview.2 as the default service version
- Added support for a new parameter `preserveCertificateOrder`
#### KeyVault Keys
- Changed to 7.6-preview.2 as the default service version
- Added support for a few new crypto algorithms
- Added `GetKeyAttestation` support for KeyClient
#### KeyVault Secrets
- Changed to 7.6-preview.2 as the default service version
Copy file name to clipboardexpand all lines: sdk/keyvault/keyvault-admin/CHANGELOG.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,13 @@
2
2
3
3
# Release History
4
4
5
-
## 4.6.1 (Unreleased)
5
+
## 4.7.0-beta.1 (Unreleased)
6
6
7
7
### Features Added
8
8
9
+
- Added support for service API version `7.6-preview.2`. [#32947](https://github.com/Azure/azure-sdk-for-js/pull/32947)
10
+
- Added `KeyVaultBackupClient.beginPreBackup` and `KeyVaultBackupClient.beginPreRestore` methods for checking if it is possible to perform a full key backup or full key restore. [#32947](https://github.com/Azure/azure-sdk-for-js/pull/32947)
0 commit comments