Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions sdk/keyvault/azure-keyvault-administration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
# Release History

## 4.1.0b1 (Unreleased)
## 4.1.0b1 (2021-09-09)

### Features Added
- Key Vault API version 7.3-preview is the default version

### Breaking Changes

### Key Bugs Fixed

### Fixed

- Key Vault API version 7.3-preview is now the default

## 4.0.0 (2021-06-22)
### Changed
Expand Down
11 changes: 4 additions & 7 deletions sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Release History

## 4.4.0b1 (Unreleased)
## 4.4.0b1 (2021-09-09)

### Features Added
- Key Vault API version 7.3-preview is now the default

### Breaking Changes

### Key Bugs Fixed

### Fixed

### Other Changes
- Updated type hints to fix mypy errors
([#19158](https://github.com/Azure/azure-sdk-for-python/issues/19158))

## 4.3.0 (2021-06-22)
This is the last version to support Python 3.5. The next version will require Python 2.7 or 3.6+.
Expand Down
10 changes: 3 additions & 7 deletions sdk/keyvault/azure-keyvault-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 4.5.0b3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 4.5.0b3 (2021-09-09)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No updates for the default API version for keys?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default version of keys was updated in an earlier beta release for a July feature (get_random_bytes)


### Other Changes
- Updated type hints to fix mypy errors
([#19158](https://github.com/Azure/azure-sdk-for-python/issues/19158))

## 4.5.0b2 (2021-08-10)

Expand Down
11 changes: 4 additions & 7 deletions sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Release History

## 4.4.0b1 (Unreleased)
## 4.4.0b1 (2021-09-09)

### Features Added
- Key Vault API version 7.3-preview is now the default

### Breaking Changes

### Key Bugs Fixed

### Fixed

### Other Changes
- Updated type hints to fix mypy errors
([#19158](https://github.com/Azure/azure-sdk-for-python/issues/19158))

## 4.3.0 (2021-06-22)
This is the last version to support Python 3.5. The next version will require Python 2.7 or 3.6+.
Expand Down