Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
266 changes: 133 additions & 133 deletions signalr/resource-manager/v2018_03_01_preview/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.azure-mgmt-signalr-2018-03-01-preview</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-signalr</artifactId>
<version>1.0.0-beta-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for SignalRService Management</name>
<description>This package contains Microsoft SignalRService 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:[email protected]: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.signalr.v2018_03_01_preview</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-signalrservice</artifactId>
<version>1.0.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for SignalRService Management</name>
<description>This package contains Microsoft SignalRService 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:[email protected]: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 @@ -64,7 +64,7 @@ public class MetricSpecification {
private String category;

/**
* Get the name value.
* Get name of the metric.
*
* @return the name value
*/
Expand All @@ -73,7 +73,7 @@ public String name() {
}

/**
* Set the name value.
* Set name of the metric.
*
* @param name the name value to set
* @return the MetricSpecification object itself.
Expand All @@ -84,7 +84,7 @@ public MetricSpecification withName(String name) {
}

/**
* Get the displayName value.
* Get localized friendly display name of the metric.
*
* @return the displayName value
*/
Expand All @@ -93,7 +93,7 @@ public String displayName() {
}

/**
* Set the displayName value.
* Set localized friendly display name of the metric.
*
* @param displayName the displayName value to set
* @return the MetricSpecification object itself.
Expand All @@ -104,7 +104,7 @@ public MetricSpecification withDisplayName(String displayName) {
}

/**
* Get the displayDescription value.
* Get localized friendly description of the metric.
*
* @return the displayDescription value
*/
Expand All @@ -113,7 +113,7 @@ public String displayDescription() {
}

/**
* Set the displayDescription value.
* Set localized friendly description of the metric.
*
* @param displayDescription the displayDescription value to set
* @return the MetricSpecification object itself.
Expand All @@ -124,7 +124,7 @@ public MetricSpecification withDisplayDescription(String displayDescription) {
}

/**
* Get the unit value.
* Get the unit that makes sense for the metric.
*
* @return the unit value
*/
Expand All @@ -133,7 +133,7 @@ public String unit() {
}

/**
* Set the unit value.
* Set the unit that makes sense for the metric.
*
* @param unit the unit value to set
* @return the MetricSpecification object itself.
Expand All @@ -144,7 +144,7 @@ public MetricSpecification withUnit(String unit) {
}

/**
* Get the aggregationType value.
* Get only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.
*
* @return the aggregationType value
*/
Expand All @@ -153,7 +153,7 @@ public String aggregationType() {
}

/**
* Set the aggregationType value.
* Set only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.
*
* @param aggregationType the aggregationType value to set
* @return the MetricSpecification object itself.
Expand All @@ -164,7 +164,9 @@ public MetricSpecification withAggregationType(String aggregationType) {
}

/**
* Get the fillGapWithZero value.
* Get optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.
Ex. a metric that returns the number of times a particular error code was emitted. The error code may not appear
often, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted.
*
* @return the fillGapWithZero value
*/
Expand All @@ -173,7 +175,9 @@ public String fillGapWithZero() {
}

/**
* Set the fillGapWithZero value.
* Set optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.
Ex. a metric that returns the number of times a particular error code was emitted. The error code may not appear
often, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted.
*
* @param fillGapWithZero the fillGapWithZero value to set
* @return the MetricSpecification object itself.
Expand All @@ -184,7 +188,7 @@ public MetricSpecification withFillGapWithZero(String fillGapWithZero) {
}

/**
* Get the category value.
* Get the name of the metric category that the metric belongs to. A metric can only belong to a single category.
*
* @return the category value
*/
Expand All @@ -193,7 +197,7 @@ public String category() {
}

/**
* Set the category value.
* Set the name of the metric category that the metric belongs to. A metric can only belong to a single category.
*
* @param category the category value to set
* @return the MetricSpecification object itself.
Expand Down
Loading