diff --git a/applicationinsights/resource-manager/v2015_05_01/pom.xml b/applicationinsights/resource-manager/v2015_05_01/pom.xml
index 2ccdda4304b0b..5f7bcd90c6117 100644
--- a/applicationinsights/resource-manager/v2015_05_01/pom.xml
+++ b/applicationinsights/resource-manager/v2015_05_01/pom.xml
@@ -11,7 +11,7 @@
com.microsoft.azureazure-arm-parent
- 1.0.0
+ 0.0.3-beta../../../pom.xmlazure-mgmt-insights
@@ -19,7 +19,7 @@
jarMicrosoft Azure SDK for Insights ManagementThis package contains Microsoft Insights Management SDK.
- https://github.com/Azure/azure-libraries-for-java
+ https://github.com/Azure/azure-sdk-for-javaThe MIT License (MIT)
@@ -28,8 +28,8 @@
- scm:git:https://github.com/Azure/azure-libraries-for-java
- scm:git:git@github.com:Azure/azure-libraries-for-java.git
+ scm:git:https://github.com/Azure/azure-sdk-for-java
+ scm:git:git@github.com:Azure/azure-sdk-for-java.gitHEAD
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/APIKeyRequest.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/APIKeyRequest.java
index 7e7ba918b2eaa..5ec8d23280e31 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/APIKeyRequest.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/APIKeyRequest.java
@@ -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 {
/**
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/APIKeys.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/APIKeys.java
index a3a243df62722..2ae961fd0c15d 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/APIKeys.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/APIKeys.java
@@ -20,7 +20,7 @@ public interface APIKeys extends HasInner {
/**
* 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
@@ -31,7 +31,7 @@ public interface APIKeys extends HasInner {
/**
* 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
@@ -41,7 +41,7 @@ public interface APIKeys extends HasInner {
/**
* 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
@@ -52,7 +52,7 @@ public interface APIKeys extends HasInner {
/**
* 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
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/AnalyticsItems.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/AnalyticsItems.java
index cb3abbf6a6d2a..17f05ca2d44bd 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/AnalyticsItems.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/AnalyticsItems.java
@@ -21,7 +21,7 @@ public interface AnalyticsItems extends HasInner {
/**
* 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
@@ -32,7 +32,7 @@ public interface AnalyticsItems extends HasInner {
/**
* 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
@@ -43,7 +43,7 @@ public interface AnalyticsItems extends HasInner {
/**
* 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.
@@ -55,7 +55,7 @@ public interface AnalyticsItems extends HasInner {
/**
* 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
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/Annotations.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/Annotations.java
index cf545790539d8..05446742020ec 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/Annotations.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/Annotations.java
@@ -21,7 +21,7 @@ public interface Annotations extends HasInner {
/**
* 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
@@ -32,7 +32,7 @@ public interface Annotations extends HasInner {
/**
* 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
@@ -43,7 +43,7 @@ public interface Annotations extends HasInner {
/**
* 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.
@@ -55,7 +55,7 @@ public interface Annotations extends HasInner {
/**
* 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
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponent.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponent.java
index 65f6452d2f7be..7b8715808adb7 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponent.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponent.java
@@ -118,7 +118,9 @@ interface WithGroup extends GroupableResourceCore.DefinitionStages.WithGroup, Resource.Updat
*/
interface UpdateStages {
/**
- * The stage of the applicationinsightscomponent {0} allowing to specify FlowType.
+ * The stage of the applicationinsightscomponent update allowing to specify FlowType.
*/
interface WithFlowType {
/**
* Specifies flowType.
+ * @param flowType Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API. Possible values include: 'Bluefield'
+ * @return the next update stage
*/
Update withFlowType(FlowType flowType);
}
/**
- * The stage of the applicationinsightscomponent {0} allowing to specify HockeyAppId.
+ * The stage of the applicationinsightscomponent update allowing to specify HockeyAppId.
*/
interface WithHockeyAppId {
/**
* Specifies hockeyAppId.
+ * @param hockeyAppId The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp
+ * @return the next update stage
*/
Update withHockeyAppId(String hockeyAppId);
}
/**
- * The stage of the applicationinsightscomponent {0} allowing to specify RequestSource.
+ * The stage of the applicationinsightscomponent update allowing to specify RequestSource.
*/
interface WithRequestSource {
/**
* Specifies requestSource.
+ * @param requestSource Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'. Possible values include: 'rest'
+ * @return the next update stage
*/
Update withRequestSource(RequestSource requestSource);
}
/**
- * The stage of the applicationinsightscomponent {0} allowing to specify SamplingPercentage.
+ * The stage of the applicationinsightscomponent update allowing to specify SamplingPercentage.
*/
interface WithSamplingPercentage {
/**
* Specifies samplingPercentage.
+ * @param samplingPercentage Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry
+ * @return the next update stage
*/
Update withSamplingPercentage(Double samplingPercentage);
}
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentDataVolumeCap.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentDataVolumeCap.java
index 2117aa2fcd746..47da2f3d85b2d 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentDataVolumeCap.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentDataVolumeCap.java
@@ -11,7 +11,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/**
- * An Application Insights component daily data volumne cap.
+ * An Application Insights component daily data volume cap.
*/
public class ApplicationInsightsComponentDataVolumeCap {
/**
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentFavorite.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentFavorite.java
index 83fb566013bd7..bdaefc8ea96dc 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentFavorite.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentFavorite.java
@@ -97,6 +97,9 @@ interface Blank extends WithComponent {
interface WithComponent {
/**
* Specifies resourceGroupName, resourceName.
+ * @param resourceGroupName The name of the resource group. The name is case insensitive
+ * @param resourceName The name of the Application Insights component resource
+ * @return the next definition stage
*/
WithCreate withExistingComponent(String resourceGroupName, String resourceName);
}
@@ -107,6 +110,8 @@ interface WithComponent {
interface WithCategory {
/**
* Specifies category.
+ * @param category Favorite category, as defined by the user at creation time
+ * @return the next definition stage
*/
WithCreate withCategory(String category);
}
@@ -117,6 +122,8 @@ interface WithCategory {
interface WithConfig {
/**
* Specifies config.
+ * @param config Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON
+ * @return the next definition stage
*/
WithCreate withConfig(String config);
}
@@ -127,6 +134,8 @@ interface WithConfig {
interface WithFavoriteType {
/**
* Specifies favoriteType.
+ * @param favoriteType Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'shared', 'user'
+ * @return the next definition stage
*/
WithCreate withFavoriteType(FavoriteType favoriteType);
}
@@ -137,6 +146,8 @@ interface WithFavoriteType {
interface WithIsGeneratedFromTemplate {
/**
* Specifies isGeneratedFromTemplate.
+ * @param isGeneratedFromTemplate Flag denoting wether or not this favorite was generated from a template
+ * @return the next definition stage
*/
WithCreate withIsGeneratedFromTemplate(Boolean isGeneratedFromTemplate);
}
@@ -147,6 +158,8 @@ interface WithIsGeneratedFromTemplate {
interface WithName {
/**
* Specifies name.
+ * @param name The user-defined name of the favorite
+ * @return the next definition stage
*/
WithCreate withName(String name);
}
@@ -157,6 +170,8 @@ interface WithName {
interface WithSourceType {
/**
* Specifies sourceType.
+ * @param sourceType The source of the favorite definition
+ * @return the next definition stage
*/
WithCreate withSourceType(String sourceType);
}
@@ -167,6 +182,8 @@ interface WithSourceType {
interface WithTags {
/**
* Specifies tags.
+ * @param tags A list of 0 or more tags that are associated with this favorite definition
+ * @return the next definition stage
*/
WithCreate withTags(List tags);
}
@@ -177,6 +194,8 @@ interface WithTags {
interface WithVersion {
/**
* Specifies version.
+ * @param version This instance's version of the data model. This can change as new features are added that can be marked favorite. Current examples include MetricsExplorer (ME) and Search
+ * @return the next definition stage
*/
WithCreate withVersion(String version);
}
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentFeature.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentFeature.java
index 1aa9d262e1463..c8c8238ba4e7f 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentFeature.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentFeature.java
@@ -28,7 +28,7 @@ public class ApplicationInsightsComponentFeature {
private String meterId;
/**
- * The meter meter rate for the feature's meter.
+ * The meter rate for the feature's meter.
*/
@JsonProperty(value = "MeterRateFrequency", access = JsonProperty.Access.WRITE_ONLY)
private String meterRateFrequency;
@@ -46,13 +46,13 @@ public class ApplicationInsightsComponentFeature {
private Boolean isHidden;
/**
- * A list of Application Insigths component feature capability.
+ * A list of Application Insights component feature capability.
*/
@JsonProperty(value = "Capabilities", access = JsonProperty.Access.WRITE_ONLY)
private List capabilities;
/**
- * Desplay name of the feature.
+ * Display name of the feature.
*/
@JsonProperty(value = "Title", access = JsonProperty.Access.WRITE_ONLY)
private String title;
@@ -88,7 +88,7 @@ public String meterId() {
}
/**
- * Get the meter meter rate for the feature's meter.
+ * Get the meter rate for the feature's meter.
*
* @return the meterRateFrequency value
*/
@@ -115,7 +115,7 @@ public Boolean isHidden() {
}
/**
- * Get a list of Application Insigths component feature capability.
+ * Get a list of Application Insights component feature capability.
*
* @return the capabilities value
*/
@@ -124,7 +124,7 @@ public List capabilities() {
}
/**
- * Get desplay name of the feature.
+ * Get display name of the feature.
*
* @return the title value
*/
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentFeatureCapability.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentFeatureCapability.java
index f903b37cb2eaf..7a953b25444a4 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentFeatureCapability.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentFeatureCapability.java
@@ -27,7 +27,7 @@ public class ApplicationInsightsComponentFeatureCapability {
private String description;
/**
- * The vaule of the capability.
+ * The value of the capability.
*/
@JsonProperty(value = "Value", access = JsonProperty.Access.WRITE_ONLY)
private String value;
@@ -69,7 +69,7 @@ public String description() {
}
/**
- * Get the vaule of the capability.
+ * Get the value of the capability.
*
* @return the value value
*/
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions.java
index d9207dd003e6e..2c05678ea249d 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions.java
@@ -34,7 +34,7 @@ public class ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefi
private String description;
/**
- * URL which displays aditional info about the proactive detection rule.
+ * URL which displays additional info about the proactive detection rule.
*/
@JsonProperty(value = "HelpUrl")
private String helpUrl;
@@ -125,7 +125,7 @@ public ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinition
}
/**
- * Get uRL which displays aditional info about the proactive detection rule.
+ * Get uRL which displays additional info about the proactive detection rule.
*
* @return the helpUrl value
*/
@@ -134,7 +134,7 @@ public String helpUrl() {
}
/**
- * Set uRL which displays aditional info about the proactive detection rule.
+ * Set uRL which displays additional info about the proactive detection rule.
*
* @param helpUrl the helpUrl value to set
* @return the ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions object itself.
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentAvailableFeatures.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentAvailableFeatures.java
index af68a46e6b9c8..68906b10d4a95 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentAvailableFeatures.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentAvailableFeatures.java
@@ -19,7 +19,7 @@ public interface ComponentAvailableFeatures extends HasInner {
/**
- * Returns feature capabilites of the application insights component.
+ * Returns feature capabilities of the 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
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentPurgeBodyFilters.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentPurgeBodyFilters.java
index 4dbf24c54aabe..e84676243cd96 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentPurgeBodyFilters.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentPurgeBodyFilters.java
@@ -33,6 +33,13 @@ public class ComponentPurgeBodyFilters {
@JsonProperty(value = "value")
private Object value;
+ /**
+ * When filtering over custom dimensions, this key will be used as the name
+ * of the custom dimension.
+ */
+ @JsonProperty(value = "key")
+ private String key;
+
/**
* Get the column of the table over which the given query should run.
*
@@ -93,4 +100,24 @@ public ComponentPurgeBodyFilters withValue(Object value) {
return this;
}
+ /**
+ * Get when filtering over custom dimensions, this key will be used as the name of the custom dimension.
+ *
+ * @return the key value
+ */
+ public String key() {
+ return this.key;
+ }
+
+ /**
+ * Set when filtering over custom dimensions, this key will be used as the name of the custom dimension.
+ *
+ * @param key the key value to set
+ * @return the ComponentPurgeBodyFilters object itself.
+ */
+ public ComponentPurgeBodyFilters withKey(String key) {
+ this.key = key;
+ return this;
+ }
+
}
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentQuotaStatus.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentQuotaStatus.java
index cd3a82939013a..efb54835636ad 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentQuotaStatus.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/ComponentQuotaStatus.java
@@ -19,7 +19,7 @@ public interface ComponentQuotaStatus extends HasInner locations);
}
@@ -123,7 +125,9 @@ interface WithLocations {
interface WithSyntheticMonitorId {
/**
* Specifies syntheticMonitorId.
- */
+ * @param syntheticMonitorId Unique ID of this WebTest. This is typically the same value as the Name field
+ * @return the next definition stage
+*/
WithWebTestKind withSyntheticMonitorId(String syntheticMonitorId);
}
@@ -133,7 +137,9 @@ interface WithSyntheticMonitorId {
interface WithWebTestKind {
/**
* Specifies webTestKind.
- */
+ * @param webTestKind The kind of web test this is, valid choices are ping and multistep. Possible values include: 'ping', 'multistep'
+ * @return the next definition stage
+*/
WithWebTestName withWebTestKind(WebTestKind webTestKind);
}
@@ -143,76 +149,92 @@ interface WithWebTestKind {
interface WithWebTestName {
/**
* Specifies webTestName.
- */
+ * @param webTestName User defined name if this WebTest
+ * @return the next definition stage
+*/
WithCreate withWebTestName(String webTestName);
}
/**
- * The stage of the webtest update allowing to specify Configuration.
+ * The stage of the webtest definition allowing to specify Configuration.
*/
interface WithConfiguration {
/**
* Specifies configuration.
+ * @param configuration An XML configuration specification for a WebTest
+ * @return the next definition stage
*/
WithCreate withConfiguration(WebTestPropertiesConfiguration configuration);
}
/**
- * The stage of the webtest update allowing to specify Description.
+ * The stage of the webtest definition allowing to specify Description.
*/
interface WithDescription {
/**
* Specifies description.
+ * @param description Purpose/user defined descriptive test for this WebTest
+ * @return the next definition stage
*/
WithCreate withDescription(String description);
}
/**
- * The stage of the webtest update allowing to specify Enabled.
+ * The stage of the webtest definition allowing to specify Enabled.
*/
interface WithEnabled {
/**
* Specifies enabled.
+ * @param enabled Is the test actively being monitored
+ * @return the next definition stage
*/
WithCreate withEnabled(Boolean enabled);
}
/**
- * The stage of the webtest update allowing to specify Frequency.
+ * The stage of the webtest definition allowing to specify Frequency.
*/
interface WithFrequency {
/**
* Specifies frequency.
+ * @param frequency Interval in seconds between test runs for this WebTest. Default value is 300
+ * @return the next definition stage
*/
WithCreate withFrequency(Integer frequency);
}
/**
- * The stage of the webtest update allowing to specify Kind.
+ * The stage of the webtest definition allowing to specify Kind.
*/
interface WithKind {
/**
* Specifies kind.
+ * @param kind The kind of web test that this web test watches. Choices are ping and multistep. Possible values include: 'ping', 'multistep'
+ * @return the next definition stage
*/
WithCreate withKind(WebTestKind kind);
}
/**
- * The stage of the webtest update allowing to specify RetryEnabled.
+ * The stage of the webtest definition allowing to specify RetryEnabled.
*/
interface WithRetryEnabled {
/**
* Specifies retryEnabled.
+ * @param retryEnabled Allow for retries should this WebTest fail
+ * @return the next definition stage
*/
WithCreate withRetryEnabled(Boolean retryEnabled);
}
/**
- * The stage of the webtest update allowing to specify Timeout.
+ * The stage of the webtest definition allowing to specify Timeout.
*/
interface WithTimeout {
/**
* Specifies timeout.
+ * @param timeout Seconds until this WebTest will timeout and fail. Default value is 30
+ * @return the next definition stage
*/
WithCreate withTimeout(Integer timeout);
}
@@ -236,71 +258,85 @@ interface Update extends Appliable, Resource.UpdateWithTags, Up
*/
interface UpdateStages {
/**
- * The stage of the webtest {0} allowing to specify Configuration.
+ * The stage of the webtest update allowing to specify Configuration.
*/
interface WithConfiguration {
/**
* Specifies configuration.
+ * @param configuration An XML configuration specification for a WebTest
+ * @return the next update stage
*/
Update withConfiguration(WebTestPropertiesConfiguration configuration);
}
/**
- * The stage of the webtest {0} allowing to specify Description.
+ * The stage of the webtest update allowing to specify Description.
*/
interface WithDescription {
/**
* Specifies description.
+ * @param description Purpose/user defined descriptive test for this WebTest
+ * @return the next update stage
*/
Update withDescription(String description);
}
/**
- * The stage of the webtest {0} allowing to specify Enabled.
+ * The stage of the webtest update allowing to specify Enabled.
*/
interface WithEnabled {
/**
* Specifies enabled.
+ * @param enabled Is the test actively being monitored
+ * @return the next update stage
*/
Update withEnabled(Boolean enabled);
}
/**
- * The stage of the webtest {0} allowing to specify Frequency.
+ * The stage of the webtest update allowing to specify Frequency.
*/
interface WithFrequency {
/**
* Specifies frequency.
+ * @param frequency Interval in seconds between test runs for this WebTest. Default value is 300
+ * @return the next update stage
*/
Update withFrequency(Integer frequency);
}
/**
- * The stage of the webtest {0} allowing to specify Kind.
+ * The stage of the webtest update allowing to specify Kind.
*/
interface WithKind {
/**
* Specifies kind.
+ * @param kind The kind of web test that this web test watches. Choices are ping and multistep. Possible values include: 'ping', 'multistep'
+ * @return the next update stage
*/
Update withKind(WebTestKind kind);
}
/**
- * The stage of the webtest {0} allowing to specify RetryEnabled.
+ * The stage of the webtest update allowing to specify RetryEnabled.
*/
interface WithRetryEnabled {
/**
* Specifies retryEnabled.
+ * @param retryEnabled Allow for retries should this WebTest fail
+ * @return the next update stage
*/
Update withRetryEnabled(Boolean retryEnabled);
}
/**
- * The stage of the webtest {0} allowing to specify Timeout.
+ * The stage of the webtest update allowing to specify Timeout.
*/
interface WithTimeout {
/**
* Specifies timeout.
+ * @param timeout Seconds until this WebTest will timeout and fail. Default value is 30
+ * @return the next update stage
*/
Update withTimeout(Integer timeout);
}
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/WebTestLocations.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/WebTestLocations.java
index 05cb42ac90a98..5aef0d836d169 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/WebTestLocations.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/WebTestLocations.java
@@ -19,7 +19,7 @@ public interface WebTestLocations extends HasInner {
/**
* Gets a list of web test locations available to this 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
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/WebTests.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/WebTests.java
index 70345f1c055ce..5af4b13ee7a1f 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/WebTests.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/WebTests.java
@@ -26,7 +26,7 @@ public interface WebTests extends SupportsCreating listAsync(String resourceGroupName, String resourceName);
/**
- * Delete an workitem configuration of an Application Insights component.
+ * Delete a work item configuration 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 workItemConfigId The unique work item configuration Id. This can be either friendly name of connector as defined in connector configuration
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -40,7 +40,7 @@ public interface WorkItemConfigurations {
/**
* Create a work item configuration for 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 workItemConfigurationProperties Properties that need to be specified to create a work item configuration of a Application Insights component.
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -51,7 +51,7 @@ public interface WorkItemConfigurations {
/**
* Gets default work item configurations that exist for the application.
*
- * @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
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/WorkItemCreateConfiguration.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/WorkItemCreateConfiguration.java
index 3cd43f6f324e3..a271adfb1ce69 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/WorkItemCreateConfiguration.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/WorkItemCreateConfiguration.java
@@ -21,7 +21,7 @@ public class WorkItemCreateConfiguration {
private String connectorId;
/**
- * Serialized JSON object for detaile d properties.
+ * Serialized JSON object for detailed properties.
*/
@JsonProperty(value = "ConnectorDataConfiguration")
private String connectorDataConfiguration;
@@ -59,7 +59,7 @@ public WorkItemCreateConfiguration withConnectorId(String connectorId) {
}
/**
- * Get serialized JSON object for detaile d properties.
+ * Get serialized JSON object for detailed properties.
*
* @return the connectorDataConfiguration value
*/
@@ -68,7 +68,7 @@ public String connectorDataConfiguration() {
}
/**
- * Set serialized JSON object for detaile d properties.
+ * Set serialized JSON object for detailed properties.
*
* @param connectorDataConfiguration the connectorDataConfiguration value to set
* @return the WorkItemCreateConfiguration object itself.
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/Workbook.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/Workbook.java
index 4b90e11c52ff7..6293a4a477965 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/Workbook.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/Workbook.java
@@ -125,6 +125,8 @@ interface Blank extends WithResourceGroupName {
interface WithResourceGroupName {
/**
* Specifies resourceGroupName.
+ * @param resourceGroupName The name of the resource group. The name is case insensitive
+ * @return the next definition stage
*/
WithCategory withResourceGroupName(String resourceGroupName);
}
@@ -135,6 +137,8 @@ interface WithResourceGroupName {
interface WithCategory {
/**
* Specifies category.
+ * @param category Workbook category, as defined by the user at creation time
+ * @return the next definition stage
*/
WithLocation withCategory(String category);
}
@@ -145,6 +149,8 @@ interface WithCategory {
interface WithLocation {
/**
* Specifies location.
+ * @param location the location parameter value
+ * @return the next definition stage
*/
WithSerializedData withLocation(String location);
}
@@ -155,6 +161,8 @@ interface WithLocation {
interface WithSerializedData {
/**
* Specifies serializedData.
+ * @param serializedData Configuration of this particular workbook. Configuration data is a string containing valid JSON
+ * @return the next definition stage
*/
WithSharedTypeKind withSerializedData(String serializedData);
}
@@ -165,6 +173,8 @@ interface WithSerializedData {
interface WithSharedTypeKind {
/**
* Specifies sharedTypeKind.
+ * @param sharedTypeKind Enum indicating if this workbook definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'user', 'shared'
+ * @return the next definition stage
*/
WithUserId withSharedTypeKind(SharedTypeKind sharedTypeKind);
}
@@ -175,6 +185,8 @@ interface WithSharedTypeKind {
interface WithUserId {
/**
* Specifies userId.
+ * @param userId Unique user id of the specific user that owns this workbook
+ * @return the next definition stage
*/
WithWorkbookId withUserId(String userId);
}
@@ -185,6 +197,8 @@ interface WithUserId {
interface WithWorkbookId {
/**
* Specifies workbookId.
+ * @param workbookId Internally assigned unique id of the workbook definition
+ * @return the next definition stage
*/
WithWorkbookName withWorkbookId(String workbookId);
}
@@ -195,6 +209,8 @@ interface WithWorkbookId {
interface WithWorkbookName {
/**
* Specifies workbookName.
+ * @param workbookName The user-defined name of the workbook
+ * @return the next definition stage
*/
WithCreate withWorkbookName(String workbookName);
}
@@ -205,6 +221,8 @@ interface WithWorkbookName {
interface WithKind {
/**
* Specifies kind.
+ * @param kind The kind of workbook. Choices are user and shared. Possible values include: 'user', 'shared'
+ * @return the next definition stage
*/
WithCreate withKind(SharedTypeKind kind);
}
@@ -215,6 +233,8 @@ interface WithKind {
interface WithSourceResourceId {
/**
* Specifies sourceResourceId.
+ * @param sourceResourceId Optional resourceId for a source resource
+ * @return the next definition stage
*/
WithCreate withSourceResourceId(String sourceResourceId);
}
@@ -225,6 +245,8 @@ interface WithSourceResourceId {
interface WithTags {
/**
* Specifies tags.
+ * @param tags the tags parameter value
+ * @return the next definition stage
*/
WithCreate withTags(Map tags);
}
@@ -235,6 +257,8 @@ interface WithTags {
interface WithVersion {
/**
* Specifies version.
+ * @param version This instance's version of the data model. This can change as new features are added that can be marked workbook
+ * @return the next definition stage
*/
WithCreate withVersion(String version);
}
@@ -245,6 +269,8 @@ interface WithVersion {
interface WithWorkbookTags {
/**
* Specifies workbookTags.
+ * @param workbookTags A list of 0 or more tags that are associated with this workbook definition
+ * @return the next definition stage
*/
WithCreate withWorkbookTags(List workbookTags);
}
@@ -273,6 +299,8 @@ interface UpdateStages {
interface WithKind {
/**
* Specifies kind.
+ * @param kind The kind of workbook. Choices are user and shared. Possible values include: 'user', 'shared'
+ * @return the next update stage
*/
Update withKind(SharedTypeKind kind);
}
@@ -283,6 +311,8 @@ interface WithKind {
interface WithSourceResourceId {
/**
* Specifies sourceResourceId.
+ * @param sourceResourceId Optional resourceId for a source resource
+ * @return the next update stage
*/
Update withSourceResourceId(String sourceResourceId);
}
@@ -293,6 +323,8 @@ interface WithSourceResourceId {
interface WithTags {
/**
* Specifies tags.
+ * @param tags the tags parameter value
+ * @return the next update stage
*/
Update withTags(Map tags);
}
@@ -303,6 +335,8 @@ interface WithTags {
interface WithVersion {
/**
* Specifies version.
+ * @param version This instance's version of the data model. This can change as new features are added that can be marked workbook
+ * @return the next update stage
*/
Update withVersion(String version);
}
@@ -313,6 +347,8 @@ interface WithVersion {
interface WithWorkbookTags {
/**
* Specifies workbookTags.
+ * @param workbookTags A list of 0 or more tags that are associated with this workbook definition
+ * @return the next update stage
*/
Update withWorkbookTags(List workbookTags);
}
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/Workbooks.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/Workbooks.java
index 86eb73b2c2422..52d7e230c5889 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/Workbooks.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/Workbooks.java
@@ -21,7 +21,7 @@ public interface Workbooks extends SupportsCreating list(String resourceGroupNa
/**
* 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.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -105,7 +105,7 @@ public ServiceFuture> listAsync(St
/**
* 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 to the List<ApplicationInsightsComponentAPIKeyInner> object
@@ -122,7 +122,7 @@ public List call(ServiceResponse> list
/**
* 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
@@ -184,7 +184,7 @@ public ApplicationInsightsComponentAPIKeyInner create(String resourceGroupName,
/**
* 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.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
@@ -198,7 +198,7 @@ public ServiceFuture createAsync(String
/**
* 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
@@ -216,7 +216,7 @@ public ApplicationInsightsComponentAPIKeyInner call(ServiceResponse createDelegate(
/**
* 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
@@ -278,7 +278,7 @@ public ApplicationInsightsComponentAPIKeyInner delete(String resourceGroupName,
/**
* 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.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
@@ -292,7 +292,7 @@ public ServiceFuture deleteAsync(String
/**
* 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
@@ -310,7 +310,7 @@ public ApplicationInsightsComponentAPIKeyInner call(ServiceResponse deleteDelegate(
/**
* 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
@@ -371,7 +371,7 @@ public ApplicationInsightsComponentAPIKeyInner get(String resourceGroupName, Str
/**
* 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.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
@@ -385,7 +385,7 @@ public ServiceFuture getAsync(String re
/**
* 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
@@ -403,7 +403,7 @@ public ApplicationInsightsComponentAPIKeyInner call(ServiceResponse list(String resource
/**
* 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'
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
@@ -109,7 +109,7 @@ public ServiceFuture> listA
/**
* 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
@@ -127,7 +127,7 @@ public List call(ServiceResponse
/**
* 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
@@ -169,7 +169,7 @@ public Observable list(String resource
/**
* 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'
* @param scope 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: 'shared', 'user'
@@ -204,7 +204,7 @@ public ServiceFuture> listA
/**
* 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'
* @param scope 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: 'shared', 'user'
@@ -225,7 +225,7 @@ public List call(ServiceResponse
/**
* 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'
* @param scope 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: 'shared', 'user'
@@ -274,7 +274,7 @@ private ServiceResponse> li
/**
* 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
@@ -289,7 +289,7 @@ public ApplicationInsightsComponentAnalyticsItemInner get(String resourceGroupNa
/**
* 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'
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
@@ -303,7 +303,7 @@ public ServiceFuture getAsync(St
/**
* 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
@@ -321,7 +321,7 @@ public ApplicationInsightsComponentAnalyticsItemInner call(ServiceResponse getAsync(St
/**
* 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'
* @param id The Id of a specific item defined in the Application Insights component
@@ -415,7 +415,7 @@ public ApplicationInsightsComponentAnalyticsItemInner call(ServiceResponse getDeleg
/**
* 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.
@@ -479,7 +479,7 @@ public ApplicationInsightsComponentAnalyticsItemInner put(String resourceGroupNa
/**
* 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.
@@ -494,7 +494,7 @@ public ServiceFuture putAsync(St
/**
* 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.
@@ -513,7 +513,7 @@ public ApplicationInsightsComponentAnalyticsItemInner call(ServiceResponse putAsync(St
/**
* 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.
@@ -611,7 +611,7 @@ public ApplicationInsightsComponentAnalyticsItemInner call(ServiceResponse putDeleg
/**
* 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
@@ -677,7 +677,7 @@ public void delete(String resourceGroupName, String resourceName, ItemScopePath
/**
* 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'
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
@@ -691,7 +691,7 @@ public ServiceFuture deleteAsync(String resourceGroupName, String resource
/**
* 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
@@ -709,7 +709,7 @@ public Void call(ServiceResponse response) {
/**
* 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
@@ -750,7 +750,7 @@ public Observable> call(Response response) {
/**
* 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'
* @param id The Id of a specific item defined in the Application Insights component
@@ -766,7 +766,7 @@ public void delete(String resourceGroupName, String resourceName, ItemScopePath
/**
* 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'
* @param id The Id of a specific item defined in the Application Insights component
@@ -782,7 +782,7 @@ public ServiceFuture deleteAsync(String resourceGroupName, String resource
/**
* 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'
* @param id The Id of a specific item defined in the Application Insights component
@@ -802,7 +802,7 @@ public Void call(ServiceResponse response) {
/**
* 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'
* @param id The Id of a specific item defined in the Application Insights component
diff --git a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/implementation/AnnotationsInner.java b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/implementation/AnnotationsInner.java
index c3346fd86fc12..2aa3f11f57ed4 100644
--- a/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/implementation/AnnotationsInner.java
+++ b/applicationinsights/resource-manager/v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/implementation/AnnotationsInner.java
@@ -78,7 +78,7 @@ interface AnnotationsService {
/**
* 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.
@@ -94,7 +94,7 @@ public List list(String resourceGroupName, String resourceName,
/**
* 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.
@@ -109,7 +109,7 @@ public ServiceFuture> listAsync(String resourceGroupName,
/**
* 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.
@@ -128,7 +128,7 @@ public List call(ServiceResponse> respons
/**
* 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.
@@ -183,7 +183,7 @@ private ServiceResponse> listDelegate(Response create(String resourceGroupName, String resourceNam
/**
* 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.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
@@ -212,7 +212,7 @@ public ServiceFuture> createAsync(String resourceGroupName
/**
* 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
@@ -230,7 +230,7 @@ public List call(ServiceResponse> respons
/**
* 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
@@ -277,7 +277,7 @@ private ServiceResponse> createDelegate(Response deleteAsync(String resourceGroupName, String resour
/**
* 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
@@ -324,7 +324,7 @@ public Object call(ServiceResponse