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
Copy file name to clipboardExpand all lines: sdk/keyvault/Azure.Security.KeyVault.Administration/CHANGELOG.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,11 @@
1
1
# Release History
2
2
3
-
## 4.1.0-beta.2 (Unreleased)
3
+
## 4.1.0-beta.2 (2021-10-14)
4
4
5
5
### Features Added
6
6
7
7
- 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))
Copy file name to clipboardExpand all lines: sdk/keyvault/Azure.Security.KeyVault.Certificates/CHANGELOG.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,17 @@
1
1
# Release History
2
2
3
-
## 4.3.0-beta.2 (Unreleased)
3
+
## 4.3.0-beta.2 (2021-10-14)
4
4
5
5
### Features Added
6
6
7
7
- Added `KeyVaultCertificateIdentifier.TryCreate` to parse certificate URIs without throwing an exception when invalid. ([#23146](https://github.com/Azure/azure-sdk-for-net/issues/23146))
8
8
- 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))
9
9
10
-
### Breaking Changes
11
-
12
10
### Bugs Fixed
13
11
14
12
- Added certificate version to distributed tracing. ([#12907](https://github.com/Azure/azure-sdk-for-net/issues/12907))
15
13
- Added `DownloadCertificateOptions` to pass `X509KeyStorageFlags` appropriate for different host applications. ([#23016](https://github.com/Azure/azure-sdk-for-net/issues/23016))
Copy file name to clipboardExpand all lines: sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Release History
2
2
3
-
## 4.3.0-beta.2 (Unreleased)
3
+
## 4.3.0-beta.2 (2021-10-14)
4
4
5
5
### Features Added
6
6
@@ -10,14 +10,10 @@
10
10
- Added `KeyVaultKeyIdentifier.TryCreate` to parse key URIs without throwing an exception when invalid. ([#23146](https://github.com/Azure/azure-sdk-for-net/issues/23146))
11
11
- 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))
12
12
13
-
### Breaking Changes
14
-
15
13
### Bugs Fixed
16
14
17
15
- Added key version to distributed tracing. ([#12907](https://github.com/Azure/azure-sdk-for-net/issues/12907))
Copy file name to clipboardExpand all lines: sdk/keyvault/Azure.Security.KeyVault.Secrets/CHANGELOG.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,16 @@
1
1
# Release History
2
2
3
-
## 4.3.0-beta.2 (Unreleased)
3
+
## 4.3.0-beta.2 (2021-10-14)
4
4
5
5
### Features Added
6
6
7
7
- Added `KeyVaultSecretIdentifier.TryCreate` to parse secret URIs without throwing an exception when invalid. ([#23146](https://github.com/Azure/azure-sdk-for-net/issues/23146))
8
8
- 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))
9
9
10
-
### Breaking Changes
11
-
12
10
### Bugs Fixed
13
11
14
12
- Added secret version to distributed tracing. ([#12907](https://github.com/Azure/azure-sdk-for-net/issues/12907))
0 commit comments