Skip to content

Commit

Permalink
[Keyvault - administration] Migrate recordings to asset repo (#35249)
Browse files Browse the repository at this point in the history
* migrate recordings, intial push

* update

* Update CHANGELOG.md

---------

Co-authored-by: vcolin7 <[email protected]>
  • Loading branch information
samvaity and vcolin7 committed Jun 1, 2023
1 parent d842aa3 commit d8f2a22
Show file tree
Hide file tree
Showing 37 changed files with 9 additions and 6,860 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
### Bugs Fixed

### Other Changes
- Migrate test recordings to assets repo.

## 4.3.2 (2023-05-23)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core-http-netty` from `1.13.2` to version `1.13.3`.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "java",
"TagPrefix": "java/keyvault/azure-security-keyvault-administration",
"Tag": "java/keyvault/azure-security-keyvault-administration_e6a49ade8c"
}
4 changes: 2 additions & 2 deletions sdk/keyvault/azure-security-keyvault-administration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.39.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} -->
<version>1.40.0-beta.1</version> <!-- {x-version-update;unreleased_com.azure:azure-core;dependency} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.17.0</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} -->
<version>1.18.0-beta.1</version> <!-- {x-version-update;unreleased_com.azure:azure-core-test;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d8f2a22

Please sign in to comment.