Skip to content

Commit 6f70a69

Browse files
author
SDK Automation
committed
Generated from a5268c58c615774eee6d4b8714e806ed74bad4a4
Update readme.python.md
1 parent 2154ba5 commit 6f70a69

19 files changed

+2833
-29
lines changed

sdk/keyvault/mgmt-v2015_06_01/pom.xml

Lines changed: 11 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,13 @@
77
-->
88
<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">
99
<modelVersion>4.0.0</modelVersion>
10-
<groupId>com.microsoft.azure.keyvault.v2015_06_01</groupId>
11-
<parent>
12-
<groupId>com.microsoft.azure</groupId>
13-
<artifactId>azure-arm-parent</artifactId>
14-
<version>1.2.0</version>
15-
<relativePath>../../../pom.management.xml</relativePath>
16-
</parent>
17-
<artifactId>azure-mgmt-keyvault</artifactId>
18-
<version>1.0.0-beta</version>
10+
<groupId>com.microsoft.azure</groupId>
11+
<artifactId>azure-keyvault</artifactId>
12+
<version>1.7.1-SNAPSHOT</version>
1913
<packaging>jar</packaging>
20-
<name>Microsoft Azure SDK for KeyVault Management</name>
21-
<description>This package contains Microsoft KeyVault Management SDK.</description>
22-
<url>https://github.com/Azure/azure-libraries-for-java</url>
14+
<name>Microsoft Azure SDK for KeyVault</name>
15+
<description>This package contains Microsoft KeyVault SDK.</description>
16+
<url>https://github.com/Azure/azure-sdk-for-java</url>
2317
<licenses>
2418
<license>
2519
<name>The MIT License (MIT)</name>
@@ -28,8 +22,8 @@
2822
</license>
2923
</licenses>
3024
<scm>
31-
<url>scm:git:https://github.com/Azure/azure-libraries-for-java</url>
32-
<connection>scm:git:[email protected]:Azure/azure-libraries-for-java.git</connection>
25+
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
26+
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
3327
<tag>HEAD</tag>
3428
</scm>
3529
<properties>
@@ -46,30 +40,18 @@
4640
<dependency>
4741
<groupId>com.microsoft.azure</groupId>
4842
<artifactId>azure-client-runtime</artifactId>
49-
</dependency>
50-
<dependency>
51-
<groupId>com.microsoft.azure</groupId>
52-
<artifactId>azure-arm-client-runtime</artifactId>
43+
<version>1.5.3</version>
5344
</dependency>
5445
<dependency>
5546
<groupId>junit</groupId>
5647
<artifactId>junit</artifactId>
48+
<version>4.12</version>
5749
<scope>test</scope>
5850
</dependency>
5951
<dependency>
6052
<groupId>com.microsoft.azure</groupId>
6153
<artifactId>azure-client-authentication</artifactId>
62-
<scope>test</scope>
63-
</dependency>
64-
<dependency>
65-
<groupId>com.microsoft.azure</groupId>
66-
<artifactId>azure-mgmt-resources</artifactId>
67-
<scope>test</scope>
68-
</dependency>
69-
<dependency>
70-
<groupId>com.microsoft.azure</groupId>
71-
<artifactId>azure-arm-client-runtime</artifactId>
72-
<type>test-jar</type>
54+
<version>1.5.3</version>
7355
<scope>test</scope>
7456
</dependency>
7557
</dependencies>
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
/**
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for
4+
* license information.
5+
*
6+
* Code generated by Microsoft (R) AutoRest Code Generator.
7+
*/
8+
9+
package com.microsoft.azure.management.keyvault.v2015_06_01;
10+
11+
import com.microsoft.azure.AzureClient;
12+
import com.microsoft.rest.RestClient;
13+
14+
/**
15+
* The interface for KeyVaultManagementClient class.
16+
*/
17+
public interface KeyVaultManagementClient {
18+
/**
19+
* Gets the REST client.
20+
*
21+
* @return the {@link RestClient} object.
22+
*/
23+
RestClient restClient();
24+
25+
/**
26+
* Gets the {@link AzureClient} used for long running operations.
27+
* @return the azure client;
28+
*/
29+
AzureClient getAzureClient();
30+
31+
/**
32+
* Gets the User-Agent header for the client.
33+
*
34+
* @return the user agent string.
35+
*/
36+
String userAgent();
37+
38+
/**
39+
* Gets Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call..
40+
*
41+
* @return the subscriptionId value.
42+
*/
43+
String subscriptionId();
44+
45+
/**
46+
* Sets Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call..
47+
*
48+
* @param subscriptionId the subscriptionId value.
49+
* @return the service client itself
50+
*/
51+
KeyVaultManagementClient withSubscriptionId(String subscriptionId);
52+
53+
/**
54+
* Gets Client Api Version..
55+
*
56+
* @return the apiVersion value.
57+
*/
58+
String apiVersion();
59+
60+
/**
61+
* Gets The preferred language for the response..
62+
*
63+
* @return the acceptLanguage value.
64+
*/
65+
String acceptLanguage();
66+
67+
/**
68+
* Sets The preferred language for the response..
69+
*
70+
* @param acceptLanguage the acceptLanguage value.
71+
* @return the service client itself
72+
*/
73+
KeyVaultManagementClient withAcceptLanguage(String acceptLanguage);
74+
75+
/**
76+
* Gets The retry timeout in seconds for Long Running Operations. Default value is 30..
77+
*
78+
* @return the longRunningOperationRetryTimeout value.
79+
*/
80+
int longRunningOperationRetryTimeout();
81+
82+
/**
83+
* Sets The retry timeout in seconds for Long Running Operations. Default value is 30..
84+
*
85+
* @param longRunningOperationRetryTimeout the longRunningOperationRetryTimeout value.
86+
* @return the service client itself
87+
*/
88+
KeyVaultManagementClient withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout);
89+
90+
/**
91+
* Gets Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true..
92+
*
93+
* @return the generateClientRequestId value.
94+
*/
95+
boolean generateClientRequestId();
96+
97+
/**
98+
* Sets Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true..
99+
*
100+
* @param generateClientRequestId the generateClientRequestId value.
101+
* @return the service client itself
102+
*/
103+
KeyVaultManagementClient withGenerateClientRequestId(boolean generateClientRequestId);
104+
105+
/**
106+
* Gets the Vaults object to access its operations.
107+
* @return the Vaults object.
108+
*/
109+
Vaults vaults();
110+
111+
}

0 commit comments

Comments
 (0)