Skip to content

Commit f8ef71b

Browse files
authored
Prepare Key Vault release (Azure#24740)
1 parent 943b05e commit f8ef71b

File tree

4 files changed

+4
-22
lines changed

4 files changed

+4
-22
lines changed

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

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

3-
## 4.1.0-beta.2 (Unreleased)
3+
## 4.1.0-beta.2 (2021-10-14)
44

55
### Features Added
66

77
- Support multi-tenant authentication against Managed HSM when using Azure.Identity 1.5.0 or newer. ([#18359](https://github.com/Azure/azure-sdk-for-net/issues/18359))
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 4.1.0-beta.1 (2021-08-10)
1610

1711
### Fixed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
# Release History
22

3-
## 4.3.0-beta.2 (Unreleased)
3+
## 4.3.0-beta.2 (2021-10-14)
44

55
### Features Added
66

77
- Added `KeyVaultCertificateIdentifier.TryCreate` to parse certificate URIs without throwing an exception when invalid. ([#23146](https://github.com/Azure/azure-sdk-for-net/issues/23146))
88
- Support multi-tenant authentication against Key Vault and Managed HSM when using Azure.Identity 1.5.0 or newer. ([#18359](https://github.com/Azure/azure-sdk-for-net/issues/18359))
99

10-
### Breaking Changes
11-
1210
### Bugs Fixed
1311

1412
- Added certificate version to distributed tracing. ([#12907](https://github.com/Azure/azure-sdk-for-net/issues/12907))
1513
- Added `DownloadCertificateOptions` to pass `X509KeyStorageFlags` appropriate for different host applications. ([#23016](https://github.com/Azure/azure-sdk-for-net/issues/23016))
1614

17-
### Other Changes
18-
1915
## 4.3.0-beta.1 (2021-08-10)
2016

2117
### Fixed

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

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

3-
## 4.3.0-beta.2 (Unreleased)
3+
## 4.3.0-beta.2 (2021-10-14)
44

55
### Features Added
66

@@ -10,14 +10,10 @@
1010
- Added `KeyVaultKeyIdentifier.TryCreate` to parse key URIs without throwing an exception when invalid. ([#23146](https://github.com/Azure/azure-sdk-for-net/issues/23146))
1111
- Support multi-tenant authentication against Key Vault and Managed HSM when using Azure.Identity 1.5.0 or newer. ([#18359](https://github.com/Azure/azure-sdk-for-net/issues/18359))
1212

13-
### Breaking Changes
14-
1513
### Bugs Fixed
1614

1715
- Added key version to distributed tracing. ([#12907](https://github.com/Azure/azure-sdk-for-net/issues/12907))
1816

19-
### Other Changes
20-
2117
## 4.3.0-beta.1 (2021-08-10)
2218

2319
### Features Added

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
# Release History
22

3-
## 4.3.0-beta.2 (Unreleased)
3+
## 4.3.0-beta.2 (2021-10-14)
44

55
### Features Added
66

77
- Added `KeyVaultSecretIdentifier.TryCreate` to parse secret URIs without throwing an exception when invalid. ([#23146](https://github.com/Azure/azure-sdk-for-net/issues/23146))
88
- Support multi-tenant authentication against Key Vault and Managed HSM when using Azure.Identity 1.5.0 or newer. ([#18359](https://github.com/Azure/azure-sdk-for-net/issues/18359))
99

10-
### Breaking Changes
11-
1210
### Bugs Fixed
1311

1412
- Added secret version to distributed tracing. ([#12907](https://github.com/Azure/azure-sdk-for-net/issues/12907))
1513

16-
### Other Changes
17-
1814
## 4.3.0-beta.1 (2021-08-10)
1915

2016
### Fixed

0 commit comments

Comments
 (0)