Skip to content

Commit

Permalink
Update CHANGELOGs for Key Vault 4.2.0-beta.1 (#14992)
Browse files Browse the repository at this point in the history
* Add link to sample on KeyVaultCertificate.Cer

Resolves #12742

* Update CHANGELOGs for Key Vault 4.2.0-beta.1
  • Loading branch information
heaths authored Sep 9, 2020
1 parent 0e50e85 commit 0781669
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 4.0.0-beta.1 (Unreleased)
## 4.0.0-beta.1 (2020-09-08)

### Added

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Release History

## 4.2.0-beta.1 (Unreleased)
## 4.2.0-beta.1 (2020-09-08)

### Added

- Added `KeyVaultCertificateIdentifier` to parse certificate URIs.
- Added link to sample on `KeyVaultCertificate.Cer` to the private key.

## 4.1.0 (2020-08-11)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ public Uri SecretId
/// <summary>
/// Gets the CER formatted public X509 certificate.
/// </summary>
/// <remarks>
/// This property contains only the public key.
/// If you must retrieve the key pair including the private key instead of performing cryptographic operations in Azure Key Vault, see the sample:
/// <see href="https://docs.microsoft.com/samples/azure/azure-sdk-for-net/get-certificate-private-key"/>
/// </remarks>
public byte[] Cer { get; internal set; }

internal virtual void ReadProperty(JsonProperty prop)
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 4.2.0-beta.1 (Unreleased)
## 4.2.0-beta.1 (2020-09-08)

### Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/Azure.Security.KeyVault.Secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 4.2.0-beta.1 (Unreleased)
## 4.2.0-beta.1 (2020-09-08)

### Added

Expand Down

0 comments on commit 0781669

Please sign in to comment.