Skip to content

Commit

Permalink
Update Additional Modules in keyvault/ci.yml (Azure#13204)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSuplizio authored Jul 15, 2020
1 parent 6163d2c commit 001c38f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ com.microsoft.azure:spring-data-cosmosdb;3.0.0-beta.1;3.0.0-beta.1
# note: The unreleased dependencies will not be manipulated with the automatic PR creation code.

unreleased_com.azure:azure-messaging-servicebus;7.0.0-beta.4
unreleased_com.azure:azure-security-keyvault-keys;4.2.0-beta.5

# Released Beta dependencies: Copy the entry from above, prepend "beta_", remove the current
# version and set the version to the released beta. Released beta dependencies are only valid
Expand Down
7 changes: 6 additions & 1 deletion sdk/keyvault/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,9 @@ extends:
safeName: azuresecuritykeyvaultkeys
- name: azure-security-keyvault-secrets
groupId: com.azure
safeName: azuresecuritykeyvaultsecrets
safeName: azuresecuritykeyvaultsecrets
AdditionalModules:
- name: azure-storage-blob
groupId: com.azure
- name: perf-test-core
groupId: com.azure
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-cryptography/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-keys</artifactId>
<version>4.2.0-beta.5</version> <!-- {x-version-update;com.azure:azure-security-keyvault-keys;current} -->
<version>4.2.0-beta.5</version> <!-- {x-version-update;unreleased_com.azure:azure-security-keyvault-keys;dependency} -->
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 001c38f

Please sign in to comment.