Skip to content

Commit 2427b29

Browse files
heathstimovv
andauthored
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>
1 parent c284046 commit 2427b29

File tree

5 files changed

+14
-15
lines changed

5 files changed

+14
-15
lines changed

sdk/keyvault/Azure.Security.KeyVault.Administration/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Release History
22

3-
## 4.4.0-beta.1 (Unreleased)
3+
## 4.4.0-beta.1 (2023-11-09)
44

55
### Features Added
66

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.
1010

1111
### Bugs Fixed
1212

sdk/keyvault/Azure.Security.KeyVault.Administration/src/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Run `dotnet build /t:GenerateCode` in src directory to re-generate.
99
``` yaml
1010
title: Azure.Security.KeyVault.Administration
1111
input-file:
12-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/5dd1107d5f2be8d600325d795450e1d854fbe7e8/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.5-preview.1/rbac.json
13-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/5dd1107d5f2be8d600325d795450e1d854fbe7e8/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.5-preview.1/backuprestore.json
14-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/5dd1107d5f2be8d600325d795450e1d854fbe7e8/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.5-preview.1/settings.json
12+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/a2f6f742d088dcc712e67cb2745d8271eaa370ff/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.5-preview.1/rbac.json
13+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/a2f6f742d088dcc712e67cb2745d8271eaa370ff/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.5-preview.1/backuprestore.json
14+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/a2f6f742d088dcc712e67cb2745d8271eaa370ff/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.5-preview.1/settings.json
1515
namespace: Azure.Security.KeyVault.Administration
1616
generation1-convenience-client: true
1717
include-csproj: disable

sdk/keyvault/Azure.Security.KeyVault.Certificates/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 4.6.0-beta.1 (Unreleased)
3+
## 4.6.0-beta.1 (2023-11-09)
44

55
### Features Added
66

@@ -10,8 +10,8 @@
1010
### Breaking Changes
1111

1212
- Renamed tags reported on `CertificateClient` activities to following OpenTelemetry attribute naming conventions:
13-
- `certificate` to `az.keyvault.certificate.name`
14-
- `version` to `az.keyvault.certificate.version`
13+
- `certificate` to `az.keyvault.certificate.name`
14+
- `version` to `az.keyvault.certificate.version`
1515
- `issuer` to `az.keyvault.certificate.issuer.name`
1616

1717
### Bugs Fixed

sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Release History
22

3-
## 4.6.0-beta.1 (Unreleased)
3+
## 4.6.0-beta.1 (2023-11-09)
44

55
### Features Added
66

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))
89
- Added `KeyProperties.HsmPlatform` to get the underlying HSM platform.
910

1011
### Breaking Changes

sdk/keyvault/Azure.Security.KeyVault.Secrets/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Release History
22

3-
## 4.6.0-beta.1 (Unreleased)
4-
5-
### Features Added
3+
## 4.6.0-beta.1 (2023-11-09)
64

75
### Breaking Changes
86

0 commit comments

Comments
 (0)