Skip to content

Commit

Permalink
Prep for move of keyvault track 1 libs. (#4093)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored and sima-zhu committed Jun 27, 2019
1 parent 035c2f7 commit 09fcb4d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
23 changes: 23 additions & 0 deletions sdk/keyvault/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

trigger:
branches:
include:
- master
paths:
include:
- sdk/keyvault/

pr:
branches:
include:
- master
paths:
include:
- sdk/keyvault/

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
parameters:
ServiceDirectory: keyvault
14 changes: 14 additions & 0 deletions sdk/keyvault/pom.service.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!-- Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.azure</groupId>
<artifactId>azure-keyvault-service</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version><!-- Need not change for every release-->
<modules>
<module>microsoft-azure-keyvault</module>
</modules>
</project>

0 comments on commit 09fcb4d

Please sign in to comment.