Skip to content

Commit

Permalink
Prepare beta release of Key Vault SDKs (#18635)
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths authored Feb 10, 2021
1 parent d8ded3a commit 4f8f7ab
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Release History

## 4.0.0-beta.4 (Unreleased)
## 4.0.0-beta.4 (2021-02-10)

### Added

- Support in `KeyVaultAccessControlClient` to create, update, and delete custom role definitions.

### Changed

- The default service version is now "7.2" (still in preview).

## 4.0.0-beta.3 (2020-11-12)

### Changes
### Changed

- Consolidated backup and RBAC client options into a single `KeyVaultAdministrationClientOptions`
- Refactored `BackupOperation` to return `BackupResult`
Expand Down
10 changes: 7 additions & 3 deletions sdk/keyvault/Azure.Security.KeyVault.Certificates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Release History

## 4.2.0-beta.4 (Unreleased)
## 4.2.0-beta.4 (2021-02-10)

### Added

- Added default constructor to `CertificatePolicy` to use when importing a PEM-encoded certificate ([#16217](https://github.com/Azure/azure-sdk-for-net/issues/16217)).
- Added constructor to `KeyVaultCertificateIdentifier` to parse a `Uri`.

### Changed

- The default service version is now "7.2" (still in preview).

### Removed

- Removed `KeyVaultCertificateIdentifier.Parse` and `KeyVaultCertificateIdentifier.TryParse` in favor of the added constructor.
Expand Down Expand Up @@ -80,7 +84,7 @@

- Challenge-based authentication requests are only sent over HTTPS.

## 4.0.0-preview.8
## 4.0.0-preview.8

### Breaking changes

Expand All @@ -99,7 +103,7 @@

- A constructor was added to `CertificateOperation`. You can use this to construct a `CertificateOperation` to cancel or delete it without certificates/get permission.

## 4.0.0-preview.7
## 4.0.0-preview.7

### Breaking changes

Expand Down
3 changes: 2 additions & 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.4 (Unreleased)
## 4.2.0-beta.4 (2021-02-10)

### Added

Expand All @@ -10,6 +10,7 @@

### Changed

- The default service version is now "7.2" (still in preview).
- Renamed `EncryptOptions` to `EncryptParameters`.
- Renamed `DecryptOptions` to `DecryptParameters`.
- Made `EncryptParameters.AdditionalAuthenticatedData` read-only, requiring it to be passed to the constructor.
Expand Down
6 changes: 5 additions & 1 deletion sdk/keyvault/Azure.Security.KeyVault.Secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Release History

## 4.2.0-beta.4 (Unreleased)
## 4.2.0-beta.4 (2021-02-10)

### Added

- Added constructor to `KeyVaultSecretIdentifier` to parse a `Uri`.

### Changed

- The default service version is now "7.2" (still in preview).

### Removed

- Removed `KeyVaultSecretIdentifier.Parse` and `KeyVaultSecretIdentifier.TryParse` in favor of the added constructor.
Expand Down

0 comments on commit 4f8f7ab

Please sign in to comment.