Skip to content

Commit

Permalink
Updated CHANGELOGs and READMEs ahead of the Key Vault beta release fo…
Browse files Browse the repository at this point in the history
…r November 2021. (#25365)

* Updated CHANGELOG and README.

* Removed unused imports.
  • Loading branch information
vcolin7 authored Nov 15, 2021
1 parent fa9224f commit 6187421
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 25 deletions.
10 changes: 5 additions & 5 deletions sdk/keyvault/azure-security-keyvault-administration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Release History

## 4.1.0-beta.3 (Unreleased)
## 4.1.0-beta.3 (2021-11-12)

### Features Added

- Added support for multi-tenant authentication in clients.

### Breaking Changes

### Bugs Fixed

### Other Changes

#### Dependency Updates
- Upgraded `azure-core` dependency to `1.22.0`
- Upgraded `azure-core-http-netty` dependency to `1.11.2`

## 4.1.0-beta.2 (2021-10-07)

### Bugs Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Maven dependency for the Azure Key Vault Administration library. Add it to your
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-administration</artifactId>
<version>4.0.4</version>
<version>4.1.0-beta.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
10 changes: 5 additions & 5 deletions sdk/keyvault/azure-security-keyvault-certificates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Release History

## 4.3.0-beta.3 (Unreleased)
## 4.3.0-beta.3 (2021-11-12)

### Features Added

- Added support for multi-tenant authentication in clients.

### Breaking Changes

### Bugs Fixed

### Other Changes

#### Dependency Updates
- Upgraded `azure-core` dependency to `1.22.0`
- Upgraded `azure-core-http-netty` dependency to `1.11.2`

## 4.3.0-beta.2 (2021-10-07)

### Bugs Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Maven dependency for the Azure Key Vault Certificate client library. Add it to y
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-certificates</artifactId>
<version>4.2.4</version>
<version>4.3.0-beta.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import java.util.HashMap;
import java.util.Arrays;
import java.util.HashSet;
import java.util.UUID;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
Expand Down
10 changes: 5 additions & 5 deletions sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Release History

## 4.4.0-beta.5 (Unreleased)
## 4.4.0-beta.5 (2021-11-12)

### Features Added

- Added support for multi-tenant authentication in clients.

### Breaking Changes

### Bugs Fixed

### Other Changes

#### Dependency Updates
- Upgraded `azure-core` dependency to `1.22.0`
- Upgraded `azure-core-http-netty` dependency to `1.11.2`

## 4.4.0-beta.4 (2021-10-07)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/azure-security-keyvault-keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Maven dependency for the Azure Key Vault Key client library. Add it to your proj
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-keys</artifactId>
<version>4.3.4</version>
<version>4.4.0-beta.5</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
10 changes: 5 additions & 5 deletions sdk/keyvault/azure-security-keyvault-secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Release History

## 4.4.0-beta.3 (Unreleased)
## 4.4.0-beta.3 (2021-11-12)

### Features Added

- Added support for multi-tenant authentication in clients.

### Breaking Changes

### Bugs Fixed

### Other Changes

#### Dependency Updates
- Upgraded `azure-core` dependency to `1.22.0`
- Upgraded `azure-core-http-netty` dependency to `1.11.2`

## 4.4.0-beta.2 (2021-10-07)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/azure-security-keyvault-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Maven dependency for the Azure Key Vault Secrets client library. Add it to your
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-secrets</artifactId>
<version>4.3.4</version>
<version>4.4.0-beta.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down

0 comments on commit 6187421

Please sign in to comment.