Skip to content

Commit 343713e

Browse files
authored
Generated from 9ac30aa47a4ae029a1a0961aa7a048fd4be2ac8d (#3672)
New folder and version for MSI and Python
1 parent 12aea3c commit 343713e

40 files changed

+5116
-0
lines changed
Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
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+
<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">
9+
<modelVersion>4.0.0</modelVersion>
10+
<groupId>com.microsoft.azure.managedserviceidentity.v2015_08_31_preview</groupId>
11+
<parent>
12+
<groupId>com.microsoft.azure</groupId>
13+
<artifactId>azure-arm-parent</artifactId>
14+
<version>0.0.3-beta</version>
15+
<relativePath>../../../pom.xml</relativePath>
16+
</parent>
17+
<artifactId>azure-mgmt-managedidentity</artifactId>
18+
<version>1.0.0-beta</version>
19+
<packaging>jar</packaging>
20+
<name>Microsoft Azure SDK for ManagedIdentity Management</name>
21+
<description>This package contains Microsoft ManagedIdentity Management SDK.</description>
22+
<url>https://github.com/Azure/azure-sdk-for-java</url>
23+
<licenses>
24+
<license>
25+
<name>The MIT License (MIT)</name>
26+
<url>http://opensource.org/licenses/MIT</url>
27+
<distribution>repo</distribution>
28+
</license>
29+
</licenses>
30+
<scm>
31+
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
32+
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
33+
<tag>HEAD</tag>
34+
</scm>
35+
<properties>
36+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
37+
<legal><![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal>
38+
</properties>
39+
<developers>
40+
<developer>
41+
<id>microsoft</id>
42+
<name>Microsoft</name>
43+
</developer>
44+
</developers>
45+
<dependencies>
46+
<dependency>
47+
<groupId>com.microsoft.azure</groupId>
48+
<artifactId>azure-client-runtime</artifactId>
49+
</dependency>
50+
<dependency>
51+
<groupId>com.microsoft.azure</groupId>
52+
<artifactId>azure-arm-client-runtime</artifactId>
53+
</dependency>
54+
<dependency>
55+
<groupId>junit</groupId>
56+
<artifactId>junit</artifactId>
57+
<scope>test</scope>
58+
</dependency>
59+
<dependency>
60+
<groupId>com.microsoft.azure</groupId>
61+
<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>
73+
<scope>test</scope>
74+
</dependency>
75+
</dependencies>
76+
<build>
77+
<plugins>
78+
<plugin>
79+
<groupId>org.apache.maven.plugins</groupId>
80+
<artifactId>maven-jar-plugin</artifactId>
81+
<configuration>
82+
<archive>
83+
<manifest>
84+
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
85+
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
86+
</manifest>
87+
</archive>
88+
</configuration>
89+
</plugin>
90+
<plugin>
91+
<groupId>org.codehaus.mojo</groupId>
92+
<artifactId>build-helper-maven-plugin</artifactId>
93+
</plugin>
94+
<plugin>
95+
<groupId>org.apache.maven.plugins</groupId>
96+
<artifactId>maven-compiler-plugin</artifactId>
97+
<version>3.1</version>
98+
<configuration>
99+
<source>1.7</source>
100+
<target>1.7</target>
101+
<annotationProcessors>
102+
<annotationProcessor>
103+
com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
104+
</annotationProcessor>
105+
</annotationProcessors>
106+
<debug>true</debug>
107+
<optimize>true</optimize>
108+
<compilerArguments>
109+
<AaddGeneratedAnnotation>true</AaddGeneratedAnnotation>
110+
<Adebug>true</Adebug>
111+
</compilerArguments>
112+
</configuration>
113+
</plugin>
114+
<plugin>
115+
<groupId>org.apache.maven.plugins</groupId>
116+
<artifactId>maven-javadoc-plugin</artifactId>
117+
<version>2.8</version>
118+
<configuration>
119+
<excludePackageNames>*.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search</excludePackageNames>
120+
<bottom>
121+
<![CDATA[<code>
122+
/**
123+
<br />* Copyright (c) Microsoft Corporation. All rights reserved.
124+
<br />* Licensed under the MIT License. See License.txt in the project root for
125+
<br />* license information.
126+
<br />*/
127+
</code>]]>
128+
</bottom>
129+
</configuration>
130+
</plugin>
131+
</plugins>
132+
</build>
133+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
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.managedserviceidentity.v2015_08_31_preview;
10+
11+
import com.microsoft.azure.arm.model.HasInner;
12+
import com.microsoft.azure.arm.resources.models.Resource;
13+
import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
14+
import com.microsoft.azure.arm.resources.models.HasResourceGroup;
15+
import com.microsoft.azure.arm.model.Refreshable;
16+
import com.microsoft.azure.arm.model.Updatable;
17+
import com.microsoft.azure.arm.model.Appliable;
18+
import com.microsoft.azure.arm.model.Creatable;
19+
import com.microsoft.azure.arm.resources.models.HasManager;
20+
import com.microsoft.azure.management.managedserviceidentity.v2015_08_31_preview.implementation.ManagedIdentityManager;
21+
import java.util.UUID;
22+
import com.microsoft.azure.management.managedserviceidentity.v2015_08_31_preview.implementation.IdentityInner;
23+
24+
/**
25+
* Type representing Identity.
26+
*/
27+
public interface Identity extends HasInner<IdentityInner>, Resource, GroupableResourceCore<ManagedIdentityManager, IdentityInner>, HasResourceGroup, Refreshable<Identity>, Updatable<Identity.Update>, HasManager<ManagedIdentityManager> {
28+
/**
29+
* @return the clientId value.
30+
*/
31+
UUID clientId();
32+
33+
/**
34+
* @return the clientSecretUrl value.
35+
*/
36+
String clientSecretUrl();
37+
38+
/**
39+
* @return the principalId value.
40+
*/
41+
UUID principalId();
42+
43+
/**
44+
* @return the tenantId value.
45+
*/
46+
UUID tenantId();
47+
48+
/**
49+
* The entirety of the Identity definition.
50+
*/
51+
interface Definition extends DefinitionStages.Blank, DefinitionStages.WithGroup, DefinitionStages.WithCreate {
52+
}
53+
54+
/**
55+
* Grouping of Identity definition stages.
56+
*/
57+
interface DefinitionStages {
58+
/**
59+
* The first stage of a Identity definition.
60+
*/
61+
interface Blank extends GroupableResourceCore.DefinitionWithRegion<WithGroup> {
62+
}
63+
64+
/**
65+
* The stage of the Identity definition allowing to specify the resource group.
66+
*/
67+
interface WithGroup extends GroupableResourceCore.DefinitionStages.WithGroup<WithCreate> {
68+
}
69+
70+
/**
71+
* The stage of the definition which contains all the minimum required inputs for
72+
* the resource to be created (via {@link WithCreate#create()}), but also allows
73+
* for any other optional settings to be specified.
74+
*/
75+
interface WithCreate extends Creatable<Identity>, Resource.DefinitionWithTags<WithCreate> {
76+
}
77+
}
78+
/**
79+
* The template for a Identity update operation, containing all the settings that can be modified.
80+
*/
81+
interface Update extends Appliable<Identity>, Resource.UpdateWithTags<Update> {
82+
}
83+
84+
/**
85+
* Grouping of Identity update stages.
86+
*/
87+
interface UpdateStages {
88+
}
89+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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.managedserviceidentity.v2015_08_31_preview;
10+
11+
import com.microsoft.azure.arm.model.HasInner;
12+
import com.microsoft.azure.arm.resources.models.HasManager;
13+
import com.microsoft.azure.management.managedserviceidentity.v2015_08_31_preview.implementation.ManagedIdentityManager;
14+
import com.microsoft.azure.management.managedserviceidentity.v2015_08_31_preview.implementation.OperationInner;
15+
16+
/**
17+
* Type representing Operation.
18+
*/
19+
public interface Operation extends HasInner<OperationInner>, HasManager<ManagedIdentityManager> {
20+
/**
21+
* @return the display value.
22+
*/
23+
OperationDisplay display();
24+
25+
/**
26+
* @return the name value.
27+
*/
28+
String name();
29+
30+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
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.managedserviceidentity.v2015_08_31_preview;
10+
11+
import com.fasterxml.jackson.annotation.JsonProperty;
12+
13+
/**
14+
* Operation Display.
15+
* The object that describes the operation.
16+
*/
17+
public class OperationDisplay {
18+
/**
19+
* Resource Provider Name.
20+
* Friendly name of the resource provider.
21+
*/
22+
@JsonProperty(value = "provider")
23+
private String provider;
24+
25+
/**
26+
* Operation Type.
27+
* The type of operation. For example: read, write, delete.
28+
*/
29+
@JsonProperty(value = "operation")
30+
private String operation;
31+
32+
/**
33+
* Resource Type.
34+
* The resource type on which the operation is performed.
35+
*/
36+
@JsonProperty(value = "resource")
37+
private String resource;
38+
39+
/**
40+
* Operation description.
41+
* A description of the operation.
42+
*/
43+
@JsonProperty(value = "description")
44+
private String description;
45+
46+
/**
47+
* Get friendly name of the resource provider.
48+
*
49+
* @return the provider value
50+
*/
51+
public String provider() {
52+
return this.provider;
53+
}
54+
55+
/**
56+
* Set friendly name of the resource provider.
57+
*
58+
* @param provider the provider value to set
59+
* @return the OperationDisplay object itself.
60+
*/
61+
public OperationDisplay withProvider(String provider) {
62+
this.provider = provider;
63+
return this;
64+
}
65+
66+
/**
67+
* Get the type of operation. For example: read, write, delete.
68+
*
69+
* @return the operation value
70+
*/
71+
public String operation() {
72+
return this.operation;
73+
}
74+
75+
/**
76+
* Set the type of operation. For example: read, write, delete.
77+
*
78+
* @param operation the operation value to set
79+
* @return the OperationDisplay object itself.
80+
*/
81+
public OperationDisplay withOperation(String operation) {
82+
this.operation = operation;
83+
return this;
84+
}
85+
86+
/**
87+
* Get the resource type on which the operation is performed.
88+
*
89+
* @return the resource value
90+
*/
91+
public String resource() {
92+
return this.resource;
93+
}
94+
95+
/**
96+
* Set the resource type on which the operation is performed.
97+
*
98+
* @param resource the resource value to set
99+
* @return the OperationDisplay object itself.
100+
*/
101+
public OperationDisplay withResource(String resource) {
102+
this.resource = resource;
103+
return this;
104+
}
105+
106+
/**
107+
* Get a description of the operation.
108+
*
109+
* @return the description value
110+
*/
111+
public String description() {
112+
return this.description;
113+
}
114+
115+
/**
116+
* Set a description of the operation.
117+
*
118+
* @param description the description value to set
119+
* @return the OperationDisplay object itself.
120+
*/
121+
public OperationDisplay withDescription(String description) {
122+
this.description = description;
123+
return this;
124+
}
125+
126+
}

0 commit comments

Comments
 (0)