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 sdk/applicationinsights/mgmt-v2015_05_01] add a new API version for component with a new properties #2151

Closed
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
10 changes: 6 additions & 4 deletions sdk/applicationinsights/mgmt-v2015_05_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<version>1.2.0</version>
<version>1.1.0</version>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-insights</artifactId>
<version>1.0.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Insights Management</name>
<description>This package contains Microsoft Insights Management SDK.</description>
<url>https://github.com/Azure/azure-libraries-for-java</url>
<url>https://github.com/Azure/azure-sdk-for-java</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
Expand All @@ -28,8 +28,8 @@
</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>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
</scm>
<properties>
Expand Down Expand Up @@ -71,6 +71,8 @@
<artifactId>azure-arm-client-runtime</artifactId>
<type>test-jar</type>
<scope>test</scope>
<!--Below version for test jar needs to be removed, this will be done as part of v1-runtime 1.6.7-->
<version>1.6.5</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* An Application Insights component API Key createion request definition.
* An Application Insights component API Key creation request definition.
*/
public class APIKeyRequest {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public interface APIKeys extends HasInner<APIKeysInner> {
/**
* Get the API Key for this key id.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param keyId The API Key ID. This is unique within a Application Insights component.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -31,7 +31,7 @@ public interface APIKeys extends HasInner<APIKeysInner> {
/**
* Gets a list of API keys of an Application Insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable for the request
Expand All @@ -41,7 +41,7 @@ public interface APIKeys extends HasInner<APIKeysInner> {
/**
* Delete an API Key of an Application Insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param keyId The API Key ID. This is unique within a Application Insights component.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -52,7 +52,7 @@ public interface APIKeys extends HasInner<APIKeysInner> {
/**
* Create an API Key of an Application Insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param aPIKeyProperties Properties that need to be specified to create an API key of a Application Insights component.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public interface AnalyticsItems extends HasInner<AnalyticsItemsInner> {
/**
* Gets a list of Analytics Items defined within an Application Insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -32,7 +32,7 @@ public interface AnalyticsItems extends HasInner<AnalyticsItemsInner> {
/**
* Gets a specific Analytics Items defined within an Application Insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -43,7 +43,7 @@ public interface AnalyticsItems extends HasInner<AnalyticsItemsInner> {
/**
* Adds or Updates a specific Analytics Item within an Application Insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'
* @param itemProperties Properties that need to be specified to create a new item and add it to an Application Insights component.
Expand All @@ -55,7 +55,7 @@ public interface AnalyticsItems extends HasInner<AnalyticsItemsInner> {
/**
* Deletes a specific Analytics Items defined within an Application Insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public interface Annotations extends HasInner<AnnotationsInner> {
/**
* Create an Annotation of an Application Insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param annotationProperties Properties that need to be specified to create an annotation of a Application Insights component.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -32,7 +32,7 @@ public interface Annotations extends HasInner<AnnotationsInner> {
/**
* Get the annotation for given id.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param annotationId The unique annotation ID. This is unique within a Application Insights component.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -43,7 +43,7 @@ public interface Annotations extends HasInner<AnnotationsInner> {
/**
* Gets the list of annotations for a component for given time range.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param start The start time to query from for annotations, cannot be older than 90 days from current date.
* @param end The end time to query for annotations.
Expand All @@ -55,7 +55,7 @@ public interface Annotations extends HasInner<AnnotationsInner> {
/**
* Delete an Annotation of an Application Insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Application Insights component resource.
* @param annotationId The unique annotation ID. This is unique within a Application Insights component.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand Down
Loading