Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR] web/resource-manager #2218

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c6276a5
Generated from 227d2d874f99479056028e324aaa0565849da16f (#2208)
AutorestCI Jul 11, 2018
3282bdb
Generated from 0ba75505cddaddce442eb2172170ccd408e6cfd5 (#2223)
AutorestCI Jul 18, 2018
abfb7b5
Generated from 783f10df76a37c1a43432530a30deb10d7aceb50 (#2241)
AutorestCI Jul 19, 2018
a3b04d3
Generated from a20537a953e03d3177877f92d7c1fc00d79ac635 (#2287)
AutorestCI Jul 31, 2018
b150393
[AutoPR web/resource-manager] [DO NOT MERGE] Add API for adding exter…
AutorestCI Aug 3, 2018
d73cdad
Generated from 45ce1882ee5af7ce8fa4f25cf5f871bc7aa9821b (#2301)
AutorestCI Aug 9, 2018
c5b53b3
[AutoPR web/resource-manager] WebApps - Add BackupName to backup API …
AutorestCI Aug 20, 2018
fcf3c04
[AutoPR web/resource-manager] Add HyperV property for AppServicePlan …
AutorestCI Aug 23, 2018
b791de2
[AutoPR web/resource-manager] WebApps - Add ResourceHealthMetadata.js…
AutorestCI Aug 28, 2018
2addce3
Generated from 5587dda892fa4eef5e99bdce8d426d7357f63197 (#2362)
AutorestCI Sep 11, 2018
13f791f
[AutoPR web/resource-manager] Add networkTrace resource and APIs (#2364)
AutorestCI Sep 17, 2018
16e120e
Generated from fb5e0d2a554999fbe48d88f317ce832a4e93ba73 (#2429)
AutorestCI Sep 26, 2018
f2b23ff
Generated from 903e68174fdd5f13ba438df543325289f0a4c37c (#2430)
AutorestCI Sep 26, 2018
f70333a
[AutoPR web/resource-manager] Fix network trace API bugs (Retake) (#2…
AutorestCI Nov 1, 2018
78a25a0
Generated from c0b2862c0002fa73fe7b3e70cb1bac9435719186 (#2583)
AutorestCI Nov 9, 2018
1117638
Generated from 900b6c8ae4554a88ce344bd2fd77e81b39426d75 (#2595)
AutorestCI Nov 13, 2018
238e181
Generated from ea6142485e60849209520c2c736b36f74f395a77 (#2621)
AutorestCI Nov 21, 2018
665433a
Generated from b6d11c1299ea99c838603371c427e130a4326a10 (#2631)
AutorestCI Nov 21, 2018
0aca5ba
[AutoPR web/resource-manager] typo: Fix AppServiceCertificateOrders.j…
AutorestCI Nov 28, 2018
402daa4
Generated from 44daf7f132856acd96b3c01f5ee2ca744b6ee897 (#2749)
AutorestCI Dec 10, 2018
6991c6b
Generated from 0b6db23cb07bd170d9d26d2a338c526d4d9fc21e (#2796)
AutorestCI Dec 17, 2018
26a74c1
Generated from 8c4e148ed99d994bf5edf99681be21e0964721da (#2858)
AutorestCI Jan 26, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
266 changes: 133 additions & 133 deletions appservice/resource-manager/v2016_03_01/pom.xml
Original file line number Diff line number Diff line change
@@ -1,133 +1,133 @@
<!--
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
-->
<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.microsoft.azure.appservice.v2016_03_01</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<version>0.0.2-beta</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-appservice</artifactId>
<version>1.0.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Web Management</name>
<description>This package contains Microsoft Web Management SDK.</description>
<url>https://github.com/Azure/azure-libraries-for-java</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>scm:git:https://github.com/Azure/azure-libraries-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-libraries-for-java.git</connection>
<tag>HEAD</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<legal><![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal>
</properties>
<developers>
<developer>
<id>microsoft</id>
<name>Microsoft</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-client-runtime</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-authentication</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-client-runtime</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<annotationProcessors>
<annotationProcessor>
com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
</annotationProcessor>
</annotationProcessors>
<debug>true</debug>
<optimize>true</optimize>
<compilerArguments>
<AaddGeneratedAnnotation>true</AaddGeneratedAnnotation>
<Adebug>true</Adebug>
</compilerArguments>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8</version>
<configuration>
<excludePackageNames>*.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search</excludePackageNames>
<bottom>
<![CDATA[<code>
/**
<br />* Copyright (c) Microsoft Corporation. All rights reserved.
<br />* Licensed under the MIT License. See License.txt in the project root for
<br />* license information.
<br />*/
</code>]]>
</bottom>
</configuration>
</plugin>
</plugins>
</build>
</project>
<!--
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
-->
<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.microsoft.azure.appservice.v2016_03_01</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<version>0.0.2-beta</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-web</artifactId>
<version>1.0.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Web Management</name>
<description>This package contains Microsoft Web Management SDK.</description>
<url>https://github.com/Azure/azure-libraries-for-java</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>scm:git:https://github.com/Azure/azure-libraries-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-libraries-for-java.git</connection>
<tag>HEAD</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<legal><![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal>
</properties>
<developers>
<developer>
<id>microsoft</id>
<name>Microsoft</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-client-runtime</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-authentication</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-client-runtime</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<annotationProcessors>
<annotationProcessor>
com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
</annotationProcessor>
</annotationProcessors>
<debug>true</debug>
<optimize>true</optimize>
<compilerArguments>
<AaddGeneratedAnnotation>true</AaddGeneratedAnnotation>
<Adebug>true</Adebug>
</compilerArguments>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8</version>
<configuration>
<excludePackageNames>*.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search</excludePackageNames>
<bottom>
<![CDATA[<code>
/**
<br />* Copyright (c) Microsoft Corporation. All rights reserved.
<br />* Licensed under the MIT License. See License.txt in the project root for
<br />* license information.
<br />*/
</code>]]>
</bottom>
</configuration>
</plugin>
</plugins>
</build>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class AbnormalTimePeriod {
private List<Solution> solutions;

/**
* Get the startTime value.
* Get start time of the downtime.
*
* @return the startTime value
*/
Expand All @@ -50,7 +50,7 @@ public DateTime startTime() {
}

/**
* Set the startTime value.
* Set start time of the downtime.
*
* @param startTime the startTime value to set
* @return the AbnormalTimePeriod object itself.
Expand All @@ -61,7 +61,7 @@ public AbnormalTimePeriod withStartTime(DateTime startTime) {
}

/**
* Get the endTime value.
* Get end time of the downtime.
*
* @return the endTime value
*/
Expand All @@ -70,7 +70,7 @@ public DateTime endTime() {
}

/**
* Set the endTime value.
* Set end time of the downtime.
*
* @param endTime the endTime value to set
* @return the AbnormalTimePeriod object itself.
Expand All @@ -81,7 +81,7 @@ public AbnormalTimePeriod withEndTime(DateTime endTime) {
}

/**
* Get the events value.
* Get list of Possible Cause of downtime.
*
* @return the events value
*/
Expand All @@ -90,7 +90,7 @@ public List<DetectorAbnormalTimePeriod> events() {
}

/**
* Set the events value.
* Set list of Possible Cause of downtime.
*
* @param events the events value to set
* @return the AbnormalTimePeriod object itself.
Expand All @@ -101,7 +101,7 @@ public AbnormalTimePeriod withEvents(List<DetectorAbnormalTimePeriod> events) {
}

/**
* Get the solutions value.
* Get list of proposed solutions.
*
* @return the solutions value
*/
Expand All @@ -110,7 +110,7 @@ public List<Solution> solutions() {
}

/**
* Set the solutions value.
* Set list of proposed solutions.
*
* @param solutions the solutions value to set
* @return the AbnormalTimePeriod object itself.
Expand Down
Loading