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
Update CHANGELOGs for Key Vault beta release (Azure#39858)
* Update CHANGELOGs for Key Vault beta release
Uses service version 7.5-preview.1 by default.
* Update commit hash for autorest.md
* Update CHANGELOG with new date
* Resolve PR feedback
* Resolve PR feedback
Co-authored-by: Timo van Veenendaal <me@timo.nz>
* Restore Breaking Changes header after merge
---------
Co-authored-by: Timo van Veenendaal <me@timo.nz>
Copy file name to clipboardExpand all lines: sdk/keyvault/Azure.Security.KeyVault.Administration/CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Release History
2
2
3
-
## 4.4.0-beta.1 (Unreleased)
3
+
## 4.4.0-beta.1 (2023-11-09)
4
4
5
5
### Features Added
6
6
7
-
-TODO: sasToken vs. useManagedIdentity.
8
-
9
-
### Breaking Changes
7
+
-The `sasToken` parameter is now optional in `KeyVaultBackupClient.StartBackup` and `StartBackupAsync`. Managed Identity will be used instead if `sasToken` is null.
8
+
- The `sasToken` parameter is now optional in `KeyVaultBackupClient.StartRestore` and `StartRestoreAsync`. Managed Identity will be used instead if `sasToken` is null.
9
+
- The `sasToken` parameter is now optional in `KeyVaultBackupClient.StartSelectiveKeyRestore` and `StartSelectiveKeyRestoreAsync`. Managed Identity will be used instead if `sasToken` is null.
Copy file name to clipboardExpand all lines: sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# Release History
2
2
3
-
## 4.6.0-beta.1 (Unreleased)
3
+
## 4.6.0-beta.1 (2023-11-09)
4
4
5
5
### Features Added
6
6
7
-
- Added `CryptographyClient.CreateRSA` and `CreateRSAAsync` to create an `RSA` implementation backed by Key Vault or Managed HSM ([#3545](https://github.com/Azure/azure-sdk-for-net/issues/3545))
7
+
- Added `CryptographyClient.CreateRSA` and `CreateRSAAsync` to create an `RSA` implementation backed by Key Vault or Managed HSM.
8
+
Use this anywhere an `RSA` or `AsymmetricAlgorithm` is required. ([#3545](https://github.com/Azure/azure-sdk-for-net/issues/3545))
8
9
- Added `KeyProperties.HsmPlatform` to get the underlying HSM platform.
0 commit comments